1_NAPI_COMPLETE(9) Network device support _NAPI_COMPLETE(9)
23
4
NAME
6_napi_complete - NAPI processing complete
7
SYNOPSIS
9bool _napi_complete(struct napi_struct * n);
10
ARGUMENTS
12n
13napi context
14
DESCRIPTION
16Mark NAPI processing as complete. Consider using napi_complete_done
17instead. Return false if device should avoid rearming interrupts.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 _NAPI_COMPLETE(9)