Home
last modified time | relevance | path

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

/freebsd-13.1/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()
44 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_protocol, IPPROTO_TCP); 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()
65 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_protocol, IPPROTO_TCP); in accel_fs_tcp_set_ipv6_flow()
228 MLX5_SET_TO_ONES(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol); in accel_fs_tcp_create_groups()
H A Dmlx5_fs_tree.c2684 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_criteria, ip_protocol, in set_rocev2_rules()
2686 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_value, ip_protocol, in set_rocev2_rules()
2699 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_criteria, ip_protocol, in set_rocev2_rules()
2701 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_value, ip_protocol, in set_rocev2_rules()
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c354 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_eth_addr_rule_sub()
412 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_eth_addr_rule_sub()
606 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_add_main_vxlan_rules_sub()
1397 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1411 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1443 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1479 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1553 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_create_main_vxlan_groups_sub()
1796 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_vxlan_rule_sub()
2069 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_vxlan_groups_sub()
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1853 MLX5_SET(fte_match_set_lyr_2_4, outer_c, ip_protocol, mask); in set_proto()
1854 MLX5_SET(fte_match_set_lyr_2_4, outer_v, ip_protocol, val); in set_proto()
2018 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol, in parse_flow_attr()
2020 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol, in parse_flow_attr()
2038 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol, in parse_flow_attr()
2040 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol, in parse_flow_attr()
/freebsd-13.1/sys/dev/bnxt/
H A Dhsi_struct_def.h18237 uint8_t ip_protocol; member
18759 uint8_t ip_protocol; member
19839 uint8_t ip_protocol; member
/freebsd-13.1/sys/dev/mlx5/
H A Dmlx5_ifc.h516 u8 ip_protocol[0x8]; member