Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
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()
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()
[all …]
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.h250 napi_schedule(&channel->napi_str); in efx_schedule_channel()
Dnet_driver.h434 struct napi_struct napi_str; member