Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddev.c5986 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node) in napi_by_id()
6113 hlist_add_head_rcu(&napi->napi_hash_node, in napi_hash_add()
6130 hlist_del_rcu(&napi->napi_hash_node); in napi_hash_del()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c475 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in ef4_copy_channel()
/Linux-v4.19/include/linux/
Dnetdevice.h340 struct hlist_node napi_hash_node; member
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c515 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()