__NAPI_SCHEDULE
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
__napi_schedule - schedule for receive
 
SYNOPSIS
- 
void __napi_schedule(struct napi_struct * n);
ARGUMENTS
n
- 
- entry to schedule
DESCRIPTION
The entry's receive function will be scheduled to run
 
COPYRIGHT