Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c472 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel()
/Linux-v5.4/net/core/
Ddev.c6036 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node) in napi_by_id()
6173 hlist_add_head_rcu(&napi->napi_hash_node, in napi_hash_add()
6190 hlist_del_rcu(&napi->napi_hash_node); in napi_hash_del()
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c512 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
/Linux-v5.4/include/linux/
Dnetdevice.h339 struct hlist_node napi_hash_node; member