Searched refs:RTE_ETH_RSS_ESP (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_defs.h | 93 MLX5_RSS_SRC_DST_ONLY | RTE_ETH_RSS_ESP))
|
| H A D | mlx5_flow.c | 646 .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 D | mlx5_flow_dv.c | 11253 if (rss_types & RTE_ETH_RSS_ESP) in flow_dv_hashfields_set()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_hash.c | 301 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 D | dpaa2_ethdev.h | 90 RTE_ETH_RSS_ESP | \
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_hash.c | 477 #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 D | iavf_hash.c | 511 #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 D | dpaa2_hw_dpni.c | 254 case RTE_ETH_RSS_ESP: in dpaa2_distset_to_dpkg_profile_cfg()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 597 #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 D | config.c | 92 RTE_ETH_RSS_L2TPV3 | RTE_ETH_RSS_ESP | RTE_ETH_RSS_AH | RTE_ETH_RSS_PFCP | 136 { "esp", RTE_ETH_RSS_ESP },
|
| H A D | cmdline.c | 2180 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()
|