Home
last modified time | relevance | path

Searched refs:hn (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs.c116 struct mlx5e_l2_hash_node *hn; in mlx5e_add_l2_to_hash() local
127 hn->action = MLX5E_ACTION_NONE; in mlx5e_add_l2_to_hash()
131 hn = kzalloc(sizeof(*hn), GFP_ATOMIC); in mlx5e_add_l2_to_hash()
132 if (!hn) in mlx5e_add_l2_to_hash()
136 hn->action = MLX5E_ACTION_ADD; in mlx5e_add_l2_to_hash()
143 hlist_del(&hn->hlist); in mlx5e_del_l2_from_hash()
144 kfree(hn); in mlx5e_del_l2_from_hash()
580 u8 action = hn->action; in mlx5e_execute_l2_action()
591 hn->mpfs = !l2_err; in mlx5e_execute_l2_action()
600 mlx5e_del_l2_from_hash(hn); in mlx5e_execute_l2_action()
[all …]
A Den_arfs.c92 #define mlx5e_for_each_arfs_rule(hn, tmp, arfs_tables, i, j) \ argument
94 mlx5e_for_each_hash_arfs_rule(hn, tmp, arfs_tables[i].rules_hash, j)
96 #define mlx5e_for_each_hash_arfs_rule(hn, tmp, hash, j) \ argument
98 hlist_for_each_entry_safe(hn, tmp, &hash[j], hlist)
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dmpfs.h48 #define for_each_l2hash_node(hn, tmp, hash, i) \ argument
50 hlist_for_each_entry_safe(hn, tmp, &(hash)[i], hlist)
/linux-6.3-rc2/drivers/misc/sgi-gru/
A Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ argument
83 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
/linux-6.3-rc2/samples/bpf/
A Ddo_hbm_test.sh248 hn="::1"
251 hn=$server
255 ( ping6 -i 0.2 -c $m $hn > ping.out 2>&1 ) &
/linux-6.3-rc2/sound/firewire/digi00x/
A Damdtp-dot.c92 const u8 hn = (idx >> 4) & 0xf; in dot_scrt() local
93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun8i_vi_layer.c110 u32 hn = 0, hm = 0; in sun8i_vi_layer_update_coord() local
198 hn = scanline; in sun8i_vi_layer_update_coord()
199 src_w = hn; in sun8i_vi_layer_update_coord()
216 SUN8I_MIXER_CHAN_VI_DS_N(hn) | in sun8i_vi_layer_update_coord()
220 SUN8I_MIXER_CHAN_VI_DS_N(hn) | in sun8i_vi_layer_update_coord()
/linux-6.3-rc2/net/sched/
A Dcls_u32.c601 struct tc_u_hnode __rcu **hn; in u32_destroy_hnode() local
608 hn = &tp_c->hlist; in u32_destroy_hnode()
609 for (phn = rtnl_dereference(*hn); in u32_destroy_hnode()
611 hn = &phn->next, phn = rtnl_dereference(*hn)) { in u32_destroy_hnode()
616 RCU_INIT_POINTER(*hn, ht->next); in u32_destroy_hnode()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk-sch.c672 struct hlist_node *hn; in drop_ep_quirk() local
680 hn, hentry, (unsigned long)ep) { in drop_ep_quirk()

Completed in 25 milliseconds