Lines Matching refs:napi
1564 napi_disable(&ugeth->napi); in ugeth_quiesce()
1569 napi_enable(&ugeth->napi); in ugeth_activate()
3287 static int ucc_geth_poll(struct napi_struct *napi, int budget) in ucc_geth_poll() argument
3289 struct ucc_geth_private *ugeth = container_of(napi, struct ucc_geth_private, napi); in ucc_geth_poll()
3306 napi_complete(napi); in ucc_geth_poll()
3335 if (napi_schedule_prep(&ugeth->napi)) { in ucc_geth_irq_handler()
3338 __napi_schedule(&ugeth->napi); in ucc_geth_irq_handler()
3483 napi_enable(&ugeth->napi); in ucc_geth_open()
3504 napi_disable(&ugeth->napi); in ucc_geth_close()
3572 napi_disable(&ugeth->napi); in ucc_geth_suspend()
3628 napi_enable(&ugeth->napi); in ucc_geth_resume()
3895 netif_napi_add(dev, &ugeth->napi, ucc_geth_poll, 64); in ucc_geth_probe()