Lines Matching defs:napi
61 struct napi_struct napi;
625 napi_schedule(&pd->napi);
692 napi_disable(&pd->napi);
814 static int smsc9420_rx_poll(struct napi_struct *napi, int budget)
817 container_of(napi, struct smsc9420_pdata, napi);
845 napi_complete_done(&pd->napi, work_done);
1390 napi_enable(&pd->napi);
1447 napi_disable(&pd->napi);
1586 netif_napi_add(dev, &pd->napi, smsc9420_rx_poll, NAPI_WEIGHT);