Searched refs:napi_str (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 303 container_of(napi, struct ef4_channel, napi_str); in ef4_poll() 386 napi_enable(&channel->napi_str); in ef4_start_eventq() 396 napi_disable(&channel->napi_str); in ef4_stop_eventq() 475 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel() 476 channel->napi_str.napi_id = 0; in ef4_copy_channel() 477 channel->napi_str.state = 0; in ef4_copy_channel() 2027 netif_napi_add(channel->napi_dev, &channel->napi_str, in ef4_init_napi_channel() 2042 netif_napi_del(&channel->napi_str); in ef4_fini_napi_channel()
|
D | efx.h | 242 napi_schedule(&channel->napi_str); in ef4_schedule_channel()
|
D | rx.c | 429 struct napi_struct *napi = &channel->napi_str; in ef4_rx_packet_gro() 524 skb_mark_napi_id(skb, &channel->napi_str); in ef4_rx_mk_skb()
|
D | net_driver.h | 416 struct napi_struct napi_str; member
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.h | 285 napi_schedule(&channel->napi_str); in efx_schedule_channel()
|
D | efx.c | 336 container_of(napi, struct efx_channel, napi_str); in efx_poll() 422 napi_enable(&channel->napi_str); in efx_start_eventq() 432 napi_disable(&channel->napi_str); in efx_stop_eventq() 515 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel() 516 channel->napi_str.napi_id = 0; in efx_copy_channel() 517 channel->napi_str.state = 0; in efx_copy_channel() 2181 netif_napi_add(channel->napi_dev, &channel->napi_str, in efx_init_napi_channel() 2196 netif_napi_del(&channel->napi_str); in efx_fini_napi_channel()
|
D | rx.c | 418 struct napi_struct *napi = &channel->napi_str; in efx_rx_packet_gro() 514 skb_mark_napi_id(skb, &channel->napi_str); in efx_rx_mk_skb()
|
D | net_driver.h | 467 struct napi_struct napi_str; member
|