Lines Matching refs:napi
25 static int efx_ef100_rep_poll(struct napi_struct *napi, int weight);
48 netif_napi_add(net_dev, &efv->napi, efx_ef100_rep_poll);
49 napi_enable(&efv->napi);
57 napi_disable(&efv->napi);
58 netif_napi_del(&efv->napi);
393 static int efx_ef100_rep_poll(struct napi_struct *napi, int weight)
395 struct efx_rep *efv = container_of(napi, struct efx_rep, napi);
416 if (napi_complete_done(napi, spent)) {
427 napi_schedule(&efv->napi);
480 napi_schedule(&efv->napi);