Lines Matching refs:napi_str
287 container_of(napi, struct efx_channel, napi_str); in efx_poll()
390 napi_enable(&channel->napi_str); in efx_start_eventq()
400 napi_disable(&channel->napi_str); in efx_stop_eventq()
482 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
483 channel->napi_str.napi_id = 0; in efx_copy_channel()
484 channel->napi_str.state = 0; in efx_copy_channel()
2063 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel()
2065 napi_hash_add(&channel->napi_str); in efx_init_napi_channel()
2080 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
2081 napi_hash_del(&channel->napi_str); in efx_fini_napi_channel()
2121 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()