Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c300 container_of(napi, struct ef4_channel, napi_str); in ef4_poll()
383 napi_enable(&channel->napi_str); in ef4_start_eventq()
393 napi_disable(&channel->napi_str); in ef4_stop_eventq()
472 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel()
473 channel->napi_str.napi_id = 0; in ef4_copy_channel()
474 channel->napi_str.state = 0; in ef4_copy_channel()
2024 netif_napi_add(channel->napi_dev, &channel->napi_str, in ef4_init_napi_channel()
2039 netif_napi_del(&channel->napi_str); in ef4_fini_napi_channel()
Defx.h239 napi_schedule(&channel->napi_str); in ef4_schedule_channel()
Drx.c426 struct napi_struct *napi = &channel->napi_str; in ef4_rx_packet_gro()
518 skb_mark_napi_id(skb, &channel->napi_str); in ef4_rx_mk_skb()
Dnet_driver.h413 struct napi_struct napi_str; member
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.h282 napi_schedule(&channel->napi_str); in efx_schedule_channel()
Defx.c333 container_of(napi, struct efx_channel, napi_str); in efx_poll()
419 napi_enable(&channel->napi_str); in efx_start_eventq()
429 napi_disable(&channel->napi_str); in efx_stop_eventq()
512 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
513 channel->napi_str.napi_id = 0; in efx_copy_channel()
514 channel->napi_str.state = 0; in efx_copy_channel()
2178 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel()
2193 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
Drx.c414 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro()
507 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
Dnet_driver.h464 struct napi_struct napi_str; member