Searched refs:RTE_ETH_RSS_LEVEL (Results 1 – 5 of 5) sorted by relevance
178 uint32_t lvl = RTE_ETH_RSS_LEVEL(rss->rss_hf); in bnxt_mq_rx_configure()
2155 RTE_ETH_RSS_LEVEL(rss_conf->rss_hf)); in bnxt_rss_hash_update_op()
725 #define RTE_ETH_RSS_LEVEL(rss_hf) ((rss_hf & RTE_ETH_RSS_LEVEL_MASK) >> 50) macro726 #define ETH_RSS_LEVEL(rss_hf) RTE_DEPRECATED(ETH_RSS_LEVEL(rss_hf)) RTE_ETH_RSS_LEVEL(rss_hf)
933 rss_hash_level = RTE_ETH_RSS_LEVEL(rss_conf->rss_hf); in cnxk_nix_rss_hash_update()
806 rss_hash_level = RTE_ETH_RSS_LEVEL(rss_hf); in nix_rss_default_setup()