Lines Matching refs:napi
93 struct napi_struct napi; member
156 ltq_etop_poll_rx(struct napi_struct *napi, int budget) in ltq_etop_poll_rx() argument
158 struct ltq_etop_chan *ch = container_of(napi, in ltq_etop_poll_rx()
159 struct ltq_etop_chan, napi); in ltq_etop_poll_rx()
174 napi_complete(&ch->napi); in ltq_etop_poll_rx()
181 ltq_etop_poll_tx(struct napi_struct *napi, int budget) in ltq_etop_poll_tx() argument
184 container_of(napi, struct ltq_etop_chan, napi); in ltq_etop_poll_tx()
204 napi_complete(&ch->napi); in ltq_etop_poll_tx()
215 napi_schedule(&priv->ch[ch].napi); in ltq_etop_dma_irq()
491 napi_enable(&ch->napi); in ltq_etop_open()
511 napi_disable(&ch->napi); in ltq_etop_stop()
753 netif_napi_add(dev, &priv->ch[i].napi, in ltq_etop_probe()
756 netif_napi_add(dev, &priv->ch[i].napi, in ltq_etop_probe()