Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c832 u32 hdr_fld_4b; in dr_actions_l2_rewrite() local
850 hdr_fld_4b = MLX5_GET(l2_hdr, l2_hdr, dmac_47_16); in dr_actions_l2_rewrite()
852 inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()
864 hdr_fld_4b = (MLX5_GET(l2_hdr, l2_hdr, smac_31_0) >> 16 | in dr_actions_l2_rewrite()
867 inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()
899 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_actions_l2_rewrite()
900 MLX5_SET(dr_action_hw_set, ops + i, inline_data, hdr_fld_4b); in dr_actions_l2_rewrite()