Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx.c271 container_of(napi, struct efx_channel, napi_str); in efx_poll()
374 napi_enable(&channel->napi_str); in efx_start_eventq()
384 napi_disable(&channel->napi_str); in efx_stop_eventq()
1968 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel()
1970 napi_hash_add(&channel->napi_str); in efx_init_napi_channel()
1985 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
1986 napi_hash_del(&channel->napi_str); in efx_fini_napi_channel()
2026 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()
Drx.c427 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro()
465 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_packet_gro()
524 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
Defx.h229 napi_schedule(&channel->napi_str); in efx_schedule_channel()
Dnet_driver.h431 struct napi_struct napi_str; member