NAPI_SCHEDULE
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
napi_schedule - schedule NAPI poll
 
SYNOPSIS
- 
void napi_schedule(struct napi_struct * n);
ARGUMENTS
n
- 
- napi context
DESCRIPTION
Schedule NAPI poll routine to be called if it is not already running.
 
COPYRIGHT