1. NAME

__napi_schedule - schedule for receive

2. SYNOPSIS

void __napi_schedule(struct napi_struct *  n );

3. ARGUMENTS

n
    entry to schedule

4. DESCRIPTION

The entryAqs receive function will be scheduled to run

5. COPYRIGHT