Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.h250 napi_schedule(&channel->napi_str); in efx_schedule_channel()
Drx.c429 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro()
466 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_packet_gro()
525 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
Defx.c287 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()
2060 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel()
2062 napi_hash_add(&channel->napi_str); in efx_init_napi_channel()
2077 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
2078 napi_hash_del(&channel->napi_str); in efx_fini_napi_channel()
2118 container_of(napi, struct efx_channel, napi_str); in efx_busy_poll()
Dnet_driver.h434 struct napi_struct napi_str; member