Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c617 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c614 INIT_HLIST_NODE(&channel->napi_str.napi_hash_node); in efx_copy_channel()
/linux/net/core/
H A Ddev.c762 hlist_for_each_entry_rcu(napi, &napi_hash[hash], napi_hash_node) in napi_by_id()
6780 hlist_add_head_rcu(&napi->napi_hash_node, in __napi_hash_add_with_id()
6824 hlist_del_init_rcu(&napi->napi_hash_node); in napi_hash_del()
7018 INIT_HLIST_NODE(&napi->napi_hash_node); in netif_napi_add_weight_locked()
/linux/include/linux/
H A Dnetdevice.h395 struct hlist_node napi_hash_node; member