Enable napi scheduling
void napi_enable(struct napi_struct * n);
n
napi context
Resume NAPI from being scheduled on this context. Must be paired with napi_disable.