Home
last modified time | relevance | path

Searched refs:napi_str (Results 1 – 3 of 3) sorted by relevance

/drivers/net/sfc/
Defx.h83 netif_rx_schedule(&channel->napi_str); in efx_schedule_channel()
Defx.c218 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()
Dnet_driver.h367 struct napi_struct napi_str; member