Lines Matching defs:napi
133 if (napi_schedule_prep(&pdata->napi)) {
135 __napi_schedule(&pdata->napi);
333 napi_gro_receive(&pdata->napi, skb);
479 napi_enable(&pdata->napi);
504 napi_disable(&pdata->napi);
510 static int xge_napi(struct napi_struct *napi, const int budget)
512 struct net_device *ndev = napi->dev;
522 napi_complete_done(napi, processed);
589 napi_disable(&pdata->napi);
600 napi_enable(&pdata->napi);
675 netif_napi_add(ndev, &pdata->napi, xge_napi);