Searched refs:ETH_RSS_LEVEL (Results 1 – 4 of 4) sorted by relevance
346 rss_hash_level = ETH_RSS_LEVEL(rss_conf->rss_hf); in otx2_nix_rss_hash_update()411 rss_hash_level = ETH_RSS_LEVEL(rss_hf); in otx2_nix_rss_config()
175 uint32_t lvl = ETH_RSS_LEVEL(rss->rss_hf); in bnxt_mq_rx_configure()
1924 ETH_RSS_LEVEL(rss_conf->rss_hf)); in bnxt_rss_hash_update_op()
587 #define ETH_RSS_LEVEL(rss_hf) ((rss_hf & ETH_RSS_LEVEL_MASK) >> 50) macro