Home
last modified time | relevance | path

Searched refs:napi_hash_node (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/sfc/
Defx_channels.c614 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Defx_channels.c617 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
/Linux-v6.6/net/core/
Ddev.c6170 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node) in napi_by_id()
6339 hlist_add_head_rcu(&napi->napi_hash_node, in napi_hash_add()
6352 hlist_del_init_rcu(&napi->napi_hash_node); in napi_hash_del()
6433 INIT_HLIST_NODE(&napi->napi_hash_node); in netif_napi_add_weight()
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/
Defx.c466 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel()
/Linux-v6.6/include/linux/
Dnetdevice.h382 struct hlist_node napi_hash_node; member