Home
last modified time | relevance | path

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

/freebsd-14.2/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()
236 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.c2752 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_criteria, ip_protocol, in set_rocev2_rules()
2754 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_value, ip_protocol, in set_rocev2_rules()
2767 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_criteria, ip_protocol, in set_rocev2_rules()
2769 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_value, ip_protocol, in set_rocev2_rules()
/freebsd-14.2/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c329 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_eth_addr_rule_sub()
382 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH); in mlx5e_add_eth_addr_rule_sub()
520 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_add_main_vxlan_rules_sub()
1303 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1317 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1349 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1385 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_main_groups_sub()
1459 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol); in mlx5e_create_main_vxlan_groups_sub()
1706 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_add_vxlan_rule_sub()
1983 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol); in mlx5e_create_vxlan_groups_sub()
[all …]
/freebsd-14.2/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1802 MLX5_SET(fte_match_set_lyr_2_4, outer_c, ip_protocol, mask); in set_proto()
1803 MLX5_SET(fte_match_set_lyr_2_4, outer_v, ip_protocol, val); in set_proto()
1967 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol, in parse_flow_attr()
1969 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol, in parse_flow_attr()
1987 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol, in parse_flow_attr()
1989 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol, in parse_flow_attr()
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h46245 uint8_t ip_protocol; member
46918 uint8_t ip_protocol; member
48298 uint8_t ip_protocol; member
48987 uint8_t ip_protocol; member
52616 uint8_t ip_protocol; member
/freebsd-14.2/sys/dev/mlx5/
H A Dmlx5_ifc.h566 u8 ip_protocol[0x8]; member