Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c833 u16 hdr_fld_2b; in dr_actions_l2_rewrite() local
879 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, dmac_15_0); in dr_actions_l2_rewrite()
881 inline_data, hdr_fld_2b); in dr_actions_l2_rewrite()
892 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, ethertype); in dr_actions_l2_rewrite()
893 MLX5_SET(dr_action_hw_set, ops + i, inline_data, hdr_fld_2b); in dr_actions_l2_rewrite()
896 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, ethertype); in dr_actions_l2_rewrite()
897 vlan_type = hdr_fld_2b == SVLAN_ETHERTYPE ? DR_STE_SVLAN : DR_STE_CVLAN; in dr_actions_l2_rewrite()
898 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, vlan); in dr_actions_l2_rewrite()
899 hdr_fld_4b = (vlan_type << 16) | hdr_fld_2b; in dr_actions_l2_rewrite()
914 hdr_fld_2b = MLX5_GET(l2_hdr, l2_hdr, smac_31_0); in dr_actions_l2_rewrite()
[all …]