Lines Matching refs:napi
83 struct napi_struct napi; member
147 ltq_etop_poll_rx(struct napi_struct *napi, int budget) in ltq_etop_poll_rx() argument
149 struct ltq_etop_chan *ch = container_of(napi, in ltq_etop_poll_rx()
150 struct ltq_etop_chan, napi); in ltq_etop_poll_rx()
162 napi_complete_done(&ch->napi, work_done); in ltq_etop_poll_rx()
169 ltq_etop_poll_tx(struct napi_struct *napi, int budget) in ltq_etop_poll_tx() argument
172 container_of(napi, struct ltq_etop_chan, napi); in ltq_etop_poll_tx()
192 napi_complete(&ch->napi); in ltq_etop_poll_tx()
203 napi_schedule(&priv->ch[ch].napi); in ltq_etop_dma_irq()
428 napi_enable(&ch->napi); in ltq_etop_open()
448 napi_disable(&ch->napi); in ltq_etop_stop()
672 netif_napi_add(dev, &priv->ch[i].napi, in ltq_etop_probe()
675 netif_napi_add(dev, &priv->ch[i].napi, in ltq_etop_probe()