Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_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()
113 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.cvlan_tag); in mlx5e_accel_fs_add_inpcb()
114 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.first_vid); 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()
121 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in mlx5e_accel_fs_add_inpcb()
[all …]
H A Dmlx5_eswitch.c642 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.cvlan_tag); in esw_vport_enable_egress_acl()
643 MLX5_SET_TO_ONES(fte_match_param, match_criteria, outer_headers.first_vid); 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()
866 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.first_vid); in esw_vport_egress_config()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c309 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ethertype); in mlx5e_add_eth_addr_rule_sub()
332 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_eth_addr_rule_sub()
492 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ethertype); in mlx5e_add_main_vxlan_rules_sub()
508 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_add_main_vxlan_rules_sub()
691 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()
700 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.svlan_tag); 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()
707 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.first_vid); in mlx5e_add_vlan_rule_sub()
1275 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ethertype); in mlx5e_create_main_groups_sub()
[all …]
/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c169 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.frag); in setup_fte_no_frags()
178 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_protocol); in setup_fte_esp()
188 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, misc_parameters.inner_esp_spi); in setup_fte_spi()
191 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, misc_parameters.outer_esp_spi); in setup_fte_spi()
202 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in setup_fte_vid()
206 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in setup_fte_vid()
228 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in setup_fte_no_vid()
477 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, outer_headers.ip_version); in setup_fte_addr4()
484 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in setup_fte_addr4()
486 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in setup_fte_addr4()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddevice.h80 #define MLX5_SET_TO_ONES(typ, p, fld) do { \ macro