Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c189 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in mlx5_vdpa_rss_flows_create()
191 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in mlx5_vdpa_rss_flows_create()
/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.h84 uint16_t ip_protocol; member
H A Dbnxt_flow.c391 filter->ip_protocol = in bnxt_validate_and_parse_flow_type()
1853 mf->ip_protocol == nf->ip_protocol && in bnxt_match_filter()
H A Dbnxt_hwrm.c4940 req.ip_protocol = filter->ip_protocol; in bnxt_hwrm_set_em_filter()
5031 req.ip_protocol = filter->ip_protocol; in bnxt_hwrm_set_ntuple_filter()
H A Dhsi_struct_def_dpdk.h42313 uint8_t ip_protocol; member
43049 uint8_t ip_protocol; member
44511 uint8_t ip_protocol; member
45266 uint8_t ip_protocol; member
48771 uint8_t ip_protocol; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c8516 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv4()
8518 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv4()
8624 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv6()
8626 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv6()
8683 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv6_frag_ext()
8685 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv6_frag_ext()
8721 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_tcp()
8774 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_esp()
8824 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_udp()
8919 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_gre()
[all …]
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c420 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in __mlx5_discovery_misc5_cap()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h932 u8 ip_protocol[0x8]; member