Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c194 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in mlx5_vdpa_rss_flows_create()
196 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in mlx5_vdpa_rss_flows_create()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_filter.h83 uint16_t ip_protocol; member
H A Dbnxt_flow.c378 filter->ip_protocol = in bnxt_validate_and_parse_flow_type()
1587 mf->ip_protocol == nf->ip_protocol && in bnxt_match_filter()
H A Dbnxt_hwrm.c4658 req.ip_protocol = filter->ip_protocol; in bnxt_hwrm_set_em_filter()
4749 req.ip_protocol = filter->ip_protocol; in bnxt_hwrm_set_ntuple_filter()
H A Dhsi_struct_def_dpdk.h33868 uint8_t ip_protocol; member
34574 uint8_t ip_protocol; member
36021 uint8_t ip_protocol; member
36747 uint8_t ip_protocol; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c6587 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv4()
6589 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv4()
6695 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv6()
6697 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv6()
6754 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, in flow_dv_translate_item_ipv6_frag_ext()
6756 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_ipv6_frag_ext()
6792 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_tcp()
6843 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_udp()
6945 MLX5_SET(fte_match_set_lyr_2_4, headers_m, ip_protocol, 0xff); in flow_dv_translate_item_gre()
7273 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, in flow_dv_translate_item_mpls()
[all …]
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h731 u8 ip_protocol[0x8]; member