Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tcp.c113 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in mlx5e_accel_fs_add_inpcb()
116 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in mlx5e_accel_fs_add_inpcb()
234 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, outer_headers_c, cvlan_tag); in accel_fs_tcp_create_groups()
H A Dmlx5_eswitch.c642 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_egress_acl()
744 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_ingress_acl()
815 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_ingress_config()
816 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in esw_vport_ingress_config()
864 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in esw_vport_egress_config()
865 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in esw_vport_egress_config()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c691 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
695 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
696 MLX5_SET(fte_match_param, mv, outer_headers.cvlan_tag, 1); in mlx5e_add_vlan_rule_sub()
705 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
706 MLX5_SET(fte_match_param, mv, outer_headers.cvlan_tag, 1); in mlx5e_add_vlan_rule_sub()
1561 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_create_vlan_groups_sub()
1573 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_create_vlan_groups_sub()
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c195 outer_headers.cvlan_tag); in setup_fte_vid()
197 outer_headers.cvlan_tag, 1); in setup_fte_vid()
208 outer_headers.cvlan_tag, 0); in clear_fte_vid()
210 outer_headers.cvlan_tag, 0); in clear_fte_vid()
221 outer_headers.cvlan_tag); in setup_fte_no_vid()
223 outer_headers.cvlan_tag, 0); in setup_fte_no_vid()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1861 cvlan_tag, 1); in parse_flow_attr()
1863 cvlan_tag, 1); in parse_flow_attr()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h601 u8 cvlan_tag[0x1]; member