Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c829 u32 hdr_fld_4b; in dr_actions_l2_rewrite() local
847 hdr_fld_4b = MLX5_GET(l2_hdr, l2_hdr, dmac_47_16); in dr_actions_l2_rewrite()
849 inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()
861 hdr_fld_4b = (MLX5_GET(l2_hdr, l2_hdr, smac_31_0) >> 16 | in dr_actions_l2_rewrite()
864 inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()
896 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_actions_l2_rewrite()
897 MLX5_SET(dr_action_hw_set, ops + i, inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()