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.