table of contents
other versions
NAPI_COMPLETE(9) | Network device support | NAPI_COMPLETE(9) |
NAME¶
napi_complete - NAPI processing complete
SYNOPSIS¶
bool napi_complete(struct napi_struct * n);
ARGUMENTS¶
struct napi_struct * n
NAPI context
DESCRIPTION¶
Mark NAPI processing as complete. Consider using napi_complete_done instead. Return false if device should avoid rearming interrupts.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |