1. NAME

napi_disable - prevent NAPI from scheduling

2. SYNOPSIS

void napi_disable(struct napi_struct *  n );

3. ARGUMENTS

n
    napi context

4. DESCRIPTION

Stop NAPI from being scheduled on this context. Waits till any outstanding processing completes.

5. COPYRIGHT