Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Dhelper.c61 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_egress_acl_vlan_create()
62 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in esw_egress_acl_vlan_create()
107 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_acl_egress_vlan_grp_create()
Dingress_ofld.c34 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_acl_ingress_prio_tag_create()
35 MLX5_SET(fte_match_param, spec->match_value, outer_headers.cvlan_tag, 0); in esw_acl_ingress_prio_tag_create()
181 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_acl_ingress_ofld_groups_create()
Dingress_lgcy.c36 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_acl_ingress_lgcy_groups_create()
54 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_acl_ingress_lgcy_groups_create()
206 outer_headers.cvlan_tag); in esw_acl_ingress_lgcy_setup()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c798 if (mask->cvlan_tag) { in dr_ste_build_eth_l2_src_des_bit_mask()
800 mask->cvlan_tag = 0; in dr_ste_build_eth_l2_src_des_bit_mask()
877 spec->cvlan_tag = MLX5_GET(fte_match_set_lyr_2_4, mask, cvlan_tag); in dr_ste_copy_mask_spec()
1083 if (spec->cvlan_tag) { in dr_ste_build_eth_l2_src_des_tag()
1085 spec->cvlan_tag = 0; in dr_ste_build_eth_l2_src_des_tag()
1267 if (mask->svlan_tag || mask->cvlan_tag) { in dr_ste_build_eth_l2_src_or_dst_bit_mask()
1269 mask->cvlan_tag = 0; in dr_ste_build_eth_l2_src_or_dst_bit_mask()
1329 if (spec->cvlan_tag) { in dr_ste_build_eth_l2_src_or_dst_tag()
1331 spec->cvlan_tag = 0; in dr_ste_build_eth_l2_src_or_dst_tag()
1457 if (mask->svlan_tag || mask->cvlan_tag) { in dr_ste_build_eth_l2_tnl_bit_mask()
[all …]
Ddr_matcher.c63 (_spec).first_cfi || (_spec).first_prio || (_spec).cvlan_tag || \
Ddr_types.h397 u32 cvlan_tag:1; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c150 PRINT_MASKED_VAL_L2(u8, cvlan_tag, cvlan_tag, p, "%d"); in print_lyr_2_4_hdrs()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c184 outer_headers.cvlan_tag); in __mlx5e_add_vlan_rule()
189 outer_headers.cvlan_tag); in __mlx5e_add_vlan_rule()
190 MLX5_SET(fte_match_param, spec->match_value, outer_headers.cvlan_tag, 1); in __mlx5e_add_vlan_rule()
211 outer_headers.cvlan_tag); in __mlx5e_add_vlan_rule()
212 MLX5_SET(fte_match_param, spec->match_value, outer_headers.cvlan_tag, 1); in __mlx5e_add_vlan_rule()
1448 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in __mlx5e_create_vlan_table_groups()
1472 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in __mlx5e_create_vlan_table_groups()
Den_fs_ethtool.c311 MLX5E_FTE_SET(headers_c, cvlan_tag, 1); in set_cvlan()
312 MLX5E_FTE_SET(headers_v, cvlan_tag, 1); in set_cvlan()
Den_tc.c790 vlan_present = MLX5_GET(fte_match_set_lyr_2_4, headers_v, cvlan_tag); in mlx5e_hairpin_get_prio()
2341 cvlan_tag, 1); in __parse_cls_flower()
2343 cvlan_tag, 1); in __parse_cls_flower()
2363 MLX5_SET(fte_match_set_lyr_2_4, headers_c, cvlan_tag, 1); in __parse_cls_flower()
3335 if (!(MLX5_GET(fte_match_set_lyr_2_4, headers_c, cvlan_tag) && in add_vlan_rewrite_action()
3336 MLX5_GET(fte_match_set_lyr_2_4, headers_v, cvlan_tag))) { in add_vlan_rewrite_action()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dfs.c252 cvlan_tag, 1); in parse_flow_attr()
254 cvlan_tag, 1); in parse_flow_attr()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h478 u8 cvlan_tag[0x1]; member