Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_tcp.c43 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_protocol); in accel_fs_tcp_set_ipv4_flow()
45 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_version); in accel_fs_tcp_set_ipv4_flow()
53 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in accel_fs_tcp_set_ipv4_flow()
55 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in accel_fs_tcp_set_ipv4_flow()
64 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_protocol); in accel_fs_tcp_set_ipv6_flow()
66 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_version); in accel_fs_tcp_set_ipv6_flow()
114 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in mlx5e_accel_fs_add_inpcb()
115 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.first_vid); in mlx5e_accel_fs_add_inpcb()
117 MLX5_SET_TO_ONES(fte_match_param, spec->match_value, outer_headers.cvlan_tag); in mlx5e_accel_fs_add_inpcb()
122 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in mlx5e_accel_fs_add_inpcb()
[all …]
HDmlx5_eswitch.c643 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_egress_acl()
644 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.first_vid); in esw_vport_enable_egress_acl()
743 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_ingress_acl()
817 MLX5_SET_TO_ONES(fte_match_param, match_c, outer_headers.cvlan_tag); in esw_vport_ingress_config()
818 MLX5_SET_TO_ONES(fte_match_param, match_v, outer_headers.cvlan_tag); in esw_vport_ingress_config()
875 MLX5_SET_TO_ONES(fte_match_param, match_c, outer_headers.cvlan_tag); in esw_vport_egress_config()
876 MLX5_SET_TO_ONES(fte_match_param, match_v, outer_headers.cvlan_tag); in esw_vport_egress_config()
877 MLX5_SET_TO_ONES(fte_match_param, match_c, outer_headers.first_vid); in esw_vport_egress_config()
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_flow_table.c303 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ethertype); in mlx5e_add_eth_addr_rule_sub()
329 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_eth_addr_rule_sub()
502 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ethertype); in mlx5e_add_main_vxlan_rules_sub()
520 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_add_main_vxlan_rules_sub()
710 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
714 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
719 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.svlan_tag); in mlx5e_add_vlan_rule_sub()
724 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.cvlan_tag); in mlx5e_add_vlan_rule_sub()
726 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.first_vid); in mlx5e_add_vlan_rule_sub()
1302 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ethertype); in mlx5e_create_main_groups_sub()
[all …]
/freebsd-14-stable/sys/dev/mlx5/
HDdevice.h80 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ macro