Searched refs:cvlan_tag (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
| D | helper.c | 61 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()
|
| D | ingress_ofld.c | 34 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()
|
| D | ingress_lgcy.c | 36 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/ |
| D | dr_ste.c | 798 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 …]
|
| D | dr_matcher.c | 63 (_spec).first_cfi || (_spec).first_prio || (_spec).cvlan_tag || \
|
| D | dr_types.h | 397 u32 cvlan_tag:1; member
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fs_tracepoint.c | 150 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/ |
| D | en_fs.c | 184 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()
|
| D | en_fs_ethtool.c | 311 MLX5E_FTE_SET(headers_c, cvlan_tag, 1); in set_cvlan() 312 MLX5E_FTE_SET(headers_v, cvlan_tag, 1); in set_cvlan()
|
| D | en_tc.c | 790 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/ |
| D | fs.c | 252 cvlan_tag, 1); in parse_flow_attr() 254 cvlan_tag, 1); in parse_flow_attr()
|
| /Linux-v5.10/include/linux/mlx5/ |
| D | mlx5_ifc.h | 478 u8 cvlan_tag[0x1]; member
|