Lines Matching defs:napi
82 netif_napi_del(&nvdev->chan_table[i].napi);
659 napi_disable(&net_device->chan_table[i].napi);
661 netif_napi_del(&net_device->chan_table[i].napi);
1411 int netvsc_poll(struct napi_struct *napi, int budget)
1414 = container_of(napi, struct netvsc_channel, napi);
1442 napi_complete_done(napi, work_done) &&
1444 napi_schedule_prep(napi)) {
1446 __napi_schedule(napi);
1465 if (napi_schedule_prep(&nvchan->napi)) {
1469 __napi_schedule_irqoff(&nvchan->napi);
1529 netif_napi_add(ndev, &net_device->chan_table[0].napi,
1545 napi_enable(&net_device->chan_table[0].napi);
1564 napi_disable(&net_device->chan_table[0].napi);
1570 netif_napi_del(&net_device->chan_table[0].napi);