Lines Matching defs:napi
389 struct napi_struct napi;
481 static int tc35815_poll(struct napi_struct *napi, int budget);
806 netif_napi_add_weight(dev, &lp->napi, tc35815_poll, NAPI_WEIGHT);
1236 napi_enable(&lp->napi);
1439 if (napi_schedule_prep(&lp->napi))
1440 __napi_schedule(&lp->napi);
1621 static int tc35815_poll(struct napi_struct *napi, int budget)
1623 struct tc35815_local *lp = container_of(napi, struct tc35815_local, napi);
1654 napi_complete_done(napi, received);
1833 napi_disable(&lp->napi);