Lines Matching defs:napi
389 struct napi_struct napi;
481 static int tc35815_poll(struct napi_struct *napi, int budget);
805 netif_napi_add(dev, &lp->napi, tc35815_poll, NAPI_WEIGHT);
1235 napi_enable(&lp->napi);
1438 if (napi_schedule_prep(&lp->napi))
1439 __napi_schedule(&lp->napi);
1620 static int tc35815_poll(struct napi_struct *napi, int budget)
1622 struct tc35815_local *lp = container_of(napi, struct tc35815_local, napi);
1653 napi_complete_done(napi, received);
1832 napi_disable(&lp->napi);