Searched refs:RTE_ETH_RSS_ETH (Results 1 – 7 of 7) sorted by relevance
378 #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_ETH740 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},
435 #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},
144 { 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()
224 case RTE_ETH_RSS_ETH: in dpaa2_distset_to_dpkg_profile_cfg()
594 #define RTE_ETH_RSS_ETH RTE_BIT64(24) macro627 #define ETH_RSS_ETH RTE_DEPRECATED(ETH_RSS_ETH) RTE_ETH_RSS_ETH
90 { "all", RTE_ETH_RSS_ETH | RTE_ETH_RSS_VLAN | RTE_ETH_RSS_IP | RTE_ETH_RSS_TCP |95 { "eth", RTE_ETH_RSS_ETH },
2178 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()