Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_hash.c378 #define ICE_RSS_TYPE_ETH_IPV4 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_IPV4 | \
399 #define ICE_RSS_TYPE_ETH_IPV6 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_IPV6)
400 #define ICE_RSS_TYPE_ETH_IPV6_FRAG (RTE_ETH_RSS_ETH | RTE_ETH_RSS_IPV6 | \
458 #define ICE_RSS_TYPE_PPPOE (RTE_ETH_RSS_ETH | RTE_ETH_RSS_PPPOE)
487 #define ICE_RSS_TYPE_ETH RTE_ETH_RSS_ETH
740 if (!(rss_type & RTE_ETH_RSS_ETH)) in ice_refine_hash_cfg_l234()
750 if (rss_type & RTE_ETH_RSS_ETH) in ice_refine_hash_cfg_l234()
1000 {RTE_ETH_RSS_L2_SRC_ONLY | RTE_ETH_RSS_L2_DST_ONLY, RTE_ETH_RSS_ETH},
/dpdk/drivers/net/iavf/
H A Diavf_hash.c435 #define IAVF_RSS_TYPE_OUTER_IPV4 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_IPV4 | \
448 #define IAVF_RSS_TYPE_OUTER_IPV6 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_IPV6)
521 #define IAVF_RSS_TYPE_ETH_L2TPV2 (RTE_ETH_RSS_ETH | RTE_ETH_RSS_L2TPV2)
915 if (!(rss_type & RTE_ETH_RSS_ETH)) in iavf_refine_proto_hdrs_l234()
1283 {RTE_ETH_RSS_L2_SRC_ONLY | RTE_ETH_RSS_L2_DST_ONLY, RTE_ETH_RSS_ETH},
/dpdk/drivers/net/i40e/
H A Di40e_hash.c144 { RTE_ETH_RSS_ETH, I40E_INSET_DMAC | I40E_INSET_SMAC },
211 #define I40E_HASH_L2_RSS_MASK (RTE_ETH_RSS_VLAN | RTE_ETH_RSS_ETH | \
1084 type = RTE_ETH_RSS_ETH & rss_types; in i40e_hash_validate_rss_types()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c224 case RTE_ETH_RSS_ETH: in dpaa2_distset_to_dpkg_profile_cfg()
/dpdk/lib/ethdev/
H A Drte_ethdev.h594 #define RTE_ETH_RSS_ETH RTE_BIT64(24) macro
627 #define ETH_RSS_ETH RTE_DEPRECATED(ETH_RSS_ETH) RTE_ETH_RSS_ETH
/dpdk/app/test-pmd/
H A Dconfig.c90 { "all", RTE_ETH_RSS_ETH | RTE_ETH_RSS_VLAN | RTE_ETH_RSS_IP | RTE_ETH_RSS_TCP |
95 { "eth", RTE_ETH_RSS_ETH },
H A Dcmdline.c2178 rss_conf.rss_hf = RTE_ETH_RSS_ETH | RTE_ETH_RSS_VLAN | RTE_ETH_RSS_IP | in cmd_config_rss_parsed()
2184 rss_conf.rss_hf = RTE_ETH_RSS_ETH; in cmd_config_rss_parsed()