Searched refs:cvlan_tag (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 795 if (mask->cvlan_tag) { in dr_ste_build_eth_l2_src_des_bit_mask() 797 mask->cvlan_tag = 0; in dr_ste_build_eth_l2_src_des_bit_mask() 803 if (mask->cvlan_tag || mask->svlan_tag) { in dr_ste_build_eth_l2_src_des_bit_mask() 881 spec->cvlan_tag = MLX5_GET(fte_match_set_lyr_2_4, mask, cvlan_tag); in dr_ste_copy_mask_spec() 1090 if (spec->cvlan_tag) { in dr_ste_build_eth_l2_src_des_tag() 1092 spec->cvlan_tag = 0; in dr_ste_build_eth_l2_src_des_tag() 1286 if (mask->svlan_tag || mask->cvlan_tag) { in dr_ste_build_eth_l2_src_or_dst_bit_mask() 1288 mask->cvlan_tag = 0; in dr_ste_build_eth_l2_src_or_dst_bit_mask() 1350 if (spec->cvlan_tag) { in dr_ste_build_eth_l2_src_or_dst_tag() 1352 spec->cvlan_tag = 0; in dr_ste_build_eth_l2_src_or_dst_tag() [all …]
|
D | dr_matcher.c | 63 (_spec).first_cfi || (_spec).first_prio || (_spec).cvlan_tag || \
|
D | dr_types.h | 382 u32 cvlan_tag:1; member
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.c | 149 PRINT_MASKED_VAL_L2(u8, cvlan_tag, cvlan_tag, p, "%d"); in print_lyr_2_4_hdrs()
|
/Linux-v5.4/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() 1420 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in __mlx5e_create_vlan_table_groups() 1444 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in __mlx5e_create_vlan_table_groups()
|
D | eswitch.c | 1004 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_egress_acl() 1124 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_ingress_acl() 1141 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_ingress_acl() 1276 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_ingress_config() 1368 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_egress_config() 1369 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in esw_vport_egress_config()
|
D | en_fs_ethtool.c | 308 MLX5E_FTE_SET(headers_c, cvlan_tag, 1); in set_cvlan() 309 MLX5E_FTE_SET(headers_v, cvlan_tag, 1); in set_cvlan()
|
D | eswitch_offloads.c | 1771 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_ingress_prio_tag_config() 1772 MLX5_SET(fte_match_param, spec->match_value, outer_headers.cvlan_tag, 0); in esw_vport_ingress_prio_tag_config() 1894 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_egress_prio_tag_config() 1895 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in esw_vport_egress_prio_tag_config()
|
D | en_tc.c | 753 vlan_present = MLX5_GET(fte_match_set_lyr_2_4, headers_v, cvlan_tag); in mlx5e_hairpin_get_prio() 1896 cvlan_tag, 1); in __parse_cls_flower() 1898 cvlan_tag, 1); in __parse_cls_flower() 1918 MLX5_SET(fte_match_set_lyr_2_4, headers_c, cvlan_tag, 1); in __parse_cls_flower() 2763 if (!(MLX5_GET(fte_match_set_lyr_2_4, headers_c, cvlan_tag) && in add_vlan_rewrite_action() 2764 MLX5_GET(fte_match_set_lyr_2_4, headers_v, cvlan_tag))) { in add_vlan_rewrite_action()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | main.c | 2739 cvlan_tag, 1); in parse_flow_attr() 2741 cvlan_tag, 1); in parse_flow_attr()
|
/Linux-v5.4/include/linux/mlx5/ |
D | mlx5_ifc.h | 458 u8 cvlan_tag[0x1]; member
|