NAPI_DISABLE
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
 
NAME
napi_disable - prevent NAPI from scheduling
 
SYNOPSIS
- 
void napi_disable(struct napi_struct * n);
ARGUMENTS
n
- 
- napi context
DESCRIPTION
Stop NAPI from being scheduled on this context. Waits till any outstanding processing completes.
 
COPYRIGHT