Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_ESP (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h93 MLX5_RSS_SRC_DST_ONLY | RTE_ETH_RSS_ESP))
H A Dmlx5_flow.c646 .rss_types = RTE_ETH_RSS_ESP,
676 .rss_types = RTE_ETH_RSS_ESP,
753 .rss_types = RTE_ETH_RSS_ESP,
774 .rss_types = RTE_ETH_RSS_ESP,
H A Dmlx5_flow_dv.c11253 if (rss_types & RTE_ETH_RSS_ESP) in flow_dv_hashfields_set()
/dpdk/drivers/net/i40e/
H A Di40e_hash.c301 RTE_ETH_RSS_ESP, I40E_CUSTOMIZED_ESP_IPV4),
303 RTE_ETH_RSS_ESP, I40E_CUSTOMIZED_ESP_IPV6),
305 RTE_ETH_RSS_ESP, I40E_CUSTOMIZED_ESP_IPV4_UDP),
307 RTE_ETH_RSS_ESP, I40E_CUSTOMIZED_ESP_IPV6_UDP),
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h90 RTE_ETH_RSS_ESP | \
/dpdk/drivers/net/ice/
H A Dice_hash.c477 #define ICE_RSS_TYPE_IPV4_ESP (RTE_ETH_RSS_ESP | RTE_ETH_RSS_IPV4)
478 #define ICE_RSS_TYPE_IPV6_ESP (RTE_ETH_RSS_ESP | RTE_ETH_RSS_IPV6)
919 if (!(rss_type & RTE_ETH_RSS_ESP)) in ice_refine_hash_cfg_l234()
/dpdk/drivers/net/iavf/
H A Diavf_hash.c511 #define IAVF_RSS_TYPE_IPV4_ESP (RTE_ETH_RSS_ESP | RTE_ETH_RSS_IPV4)
513 #define IAVF_RSS_TYPE_IPV6_ESP (RTE_ETH_RSS_ESP | RTE_ETH_RSS_IPV6)
1069 if (!(rss_type & RTE_ETH_RSS_ESP)) in iavf_refine_proto_hdrs_l234()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c254 case RTE_ETH_RSS_ESP: in dpaa2_distset_to_dpkg_profile_cfg()
/dpdk/lib/ethdev/
H A Drte_ethdev.h597 #define RTE_ETH_RSS_ESP RTE_BIT64(27) macro
630 #define ETH_RSS_ESP RTE_DEPRECATED(ETH_RSS_ESP) RTE_ETH_RSS_ESP
/dpdk/app/test-pmd/
H A Dconfig.c92 RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_ESP | RTE_ETH_RSS_AH | RTE_ETH_RSS_PFCP |
136 { "esp", RTE_ETH_RSS_ESP },
H A Dcmdline.c2180 RTE_ETH_RSS_L2_PAYLOAD | RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_ESP | in cmd_config_rss_parsed()
2232 rss_conf.rss_hf = RTE_ETH_RSS_ESP; in cmd_config_rss_parsed()