Searched refs:napi_str (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_channels.c | 471 napi_enable(&channel->napi_str); in efx_siena_start_eventq() 481 napi_disable(&channel->napi_str); in efx_siena_stop_eventq() 615 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel() 616 channel->napi_str.napi_id = 0; in efx_copy_channel() 617 channel->napi_str.state = 0; in efx_copy_channel() 1273 container_of(napi, struct efx_channel, napi_str); in efx_poll() 1320 netif_napi_add(channel->napi_dev, &channel->napi_str, efx_poll); in efx_init_napi_channel() 1334 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
|
A D | efx_common.h | 82 napi_schedule(&channel->napi_str); in efx_schedule_channel()
|
A D | rx.c | 116 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
|
A D | net_driver.h | 500 struct napi_struct napi_str; member
|
A D | rx_common.c | 515 struct napi_struct *napi = &channel->napi_str; in efx_siena_rx_packet_gro()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx_channels.c | 470 napi_enable(&channel->napi_str); in efx_start_eventq() 480 napi_disable(&channel->napi_str); in efx_stop_eventq() 612 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel() 613 channel->napi_str.napi_id = 0; in efx_copy_channel() 614 channel->napi_str.state = 0; in efx_copy_channel() 1276 container_of(napi, struct efx_channel, napi_str); in efx_poll() 1323 netif_napi_add(channel->napi_dev, &channel->napi_str, efx_poll); in efx_init_napi_channel() 1337 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
|
A D | efx_common.h | 79 napi_schedule(&channel->napi_str); in efx_schedule_channel()
|
A D | rx.c | 116 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
|
A D | net_driver.h | 513 struct napi_struct napi_str; member
|
A D | rx_common.c | 513 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 295 container_of(napi, struct ef4_channel, napi_str); in ef4_poll() 378 napi_enable(&channel->napi_str); in ef4_start_eventq() 388 napi_disable(&channel->napi_str); in ef4_stop_eventq() 467 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel() 468 channel->napi_str.napi_id = 0; in ef4_copy_channel() 469 channel->napi_str.state = 0; in ef4_copy_channel() 2015 netif_napi_add(channel->napi_dev, &channel->napi_str, ef4_poll); in ef4_init_napi_channel() 2029 netif_napi_del(&channel->napi_str); in ef4_fini_napi_channel()
|
A D | efx.h | 239 napi_schedule(&channel->napi_str); in ef4_schedule_channel()
|
A D | rx.c | 433 struct napi_struct *napi = &channel->napi_str; in ef4_rx_packet_gro() 525 skb_mark_napi_id(skb, &channel->napi_str); in ef4_rx_mk_skb()
|
A D | net_driver.h | 413 struct napi_struct napi_str; member
|
Completed in 41 milliseconds