Lines Matching refs:napi
220 struct napi_struct napi;
357 napi_schedule(&pep->napi);
869 napi_schedule(&pep->napi);
1157 napi_enable(&pep->napi);
1177 napi_disable(&pep->napi);
1224 static int pxa168_rx_poll(struct napi_struct *napi, int budget)
1227 container_of(napi, struct pxa168_eth_private, napi);
1243 napi_complete_done(napi, work_done);
1489 netif_napi_add_weight(dev, &pep->napi, pxa168_rx_poll,