Lines Matching defs:napi
757 struct napi_struct napi;
1128 napi_enable(&np->napi);
1135 napi_disable(&np->napi);
1916 napi_schedule(&np->napi);
2980 napi_gro_receive(&np->napi, skb);
3066 napi_gro_receive(&np->napi, skb);
3697 if (napi_schedule_prep(&np->napi)) {
3699 * Disable further irq's (msix not enabled with napi)
3702 __napi_schedule(&np->napi);
3730 if (napi_schedule_prep(&np->napi)) {
3732 * Disable further irq's (msix not enabled with napi)
3735 __napi_schedule(&np->napi);
3782 static int nv_napi_poll(struct napi_struct *napi, int budget)
3784 struct fe_priv *np = container_of(napi, struct fe_priv, napi);
3839 napi_complete(napi);
3845 (msix not enabled in napi) */
3846 napi_complete_done(napi, rx_work);
5881 netif_napi_add(dev, &np->napi, nv_napi_poll, RX_WORK_PER_LOOP);
5975 as in the case of napi, therefore, disable for now