Searched refs:ip_protocol (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c304 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol);
305 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_UDP);
333 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_TCP);
362 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_AH);
390 MLX5_SET(fte_match_param, mv, outer_headers.ip_protocol, IPPROTO_ESP);
1143 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol);
1157 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol);
1189 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol);
1225 MLX5_SET_TO_ONES(fte_match_param, mc, outer_headers.ip_protocol);
1466 MLX5_SET_TO_ONES(fte_match_param, mc, inner_headers.ip_protocol);
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2668 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_criteria, ip_protocol,
2670 MLX5_SET(fte_match_set_lyr_2_4, ipv4_rule->match_value, ip_protocol,
2683 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_criteria, ip_protocol,
2685 MLX5_SET(fte_match_set_lyr_2_4, ipv6_rule->match_value, ip_protocol,
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1659 MLX5_SET(fte_match_set_lyr_2_4, outer_c, ip_protocol, mask);
1660 MLX5_SET(fte_match_set_lyr_2_4, outer_v, ip_protocol, val);
1824 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol,
1826 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol,
1844 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_c, ip_protocol,
1846 MLX5_SET(fte_match_set_lyr_2_4, outer_headers_v, ip_protocol,
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h18197 /* This bit must be '1' for the ip_protocol field to be configured. */
18237 uint8_t ip_protocol; member in struct:hwrm_cfa_ntuple_filter_alloc_input
18670 /* This bit must be '1' for the ip_protocol field to be configured. */
18759 uint8_t ip_protocol; member in struct:hwrm_cfa_em_flow_alloc_input
19757 /* This bit must be '1' for the ip_protocol field to be configured. */
19839 uint8_t ip_protocol; member in struct:hwrm_cfa_decap_filter_alloc_input
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h493 u8 ip_protocol[0x8]; member in struct:mlx5_ifc_fte_match_set_lyr_2_4_bits

Completed in 370 milliseconds