Lines Matching refs:napi
1562 napi_disable(&ugeth->napi); in ugeth_quiesce()
1567 napi_enable(&ugeth->napi); in ugeth_activate()
3281 static int ucc_geth_poll(struct napi_struct *napi, int budget) in ucc_geth_poll() argument
3283 struct ucc_geth_private *ugeth = container_of(napi, struct ucc_geth_private, napi); in ucc_geth_poll()
3300 napi_complete(napi); in ucc_geth_poll()
3329 if (napi_schedule_prep(&ugeth->napi)) { in ucc_geth_irq_handler()
3332 __napi_schedule(&ugeth->napi); in ucc_geth_irq_handler()
3477 napi_enable(&ugeth->napi); in ucc_geth_open()
3498 napi_disable(&ugeth->napi); in ucc_geth_close()
3566 napi_disable(&ugeth->napi); in ucc_geth_suspend()
3622 napi_enable(&ugeth->napi); in ucc_geth_resume()
3889 netif_napi_add(dev, &ugeth->napi, ucc_geth_poll, 64); in ucc_geth_probe()