Searched refs:napi_str (Results 1 – 3 of 3) sorted by relevance
83 netif_rx_schedule(&channel->napi_str); in efx_schedule_channel()
218 container_of(napi, struct efx_channel, napi_str); in efx_poll()262 napi_disable(&channel->napi_str); in efx_process_channel_now()271 napi_enable(&channel->napi_str); in efx_process_channel_now()428 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_start_channel()438 napi_enable(&channel->napi_str); in efx_start_channel()459 napi_disable(&channel->napi_str); in efx_stop_channel()
367 struct napi_struct napi_str; member