Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_LEVEL (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c178 uint32_t lvl = RTE_ETH_RSS_LEVEL(rss->rss_hf); in bnxt_mq_rx_configure()
H A Dbnxt_ethdev.c2155 RTE_ETH_RSS_LEVEL(rss_conf->rss_hf)); in bnxt_rss_hash_update_op()
/dpdk/lib/ethdev/
H A Drte_ethdev.h725 #define RTE_ETH_RSS_LEVEL(rss_hf) ((rss_hf & RTE_ETH_RSS_LEVEL_MASK) >> 50) macro
726 #define ETH_RSS_LEVEL(rss_hf) RTE_DEPRECATED(ETH_RSS_LEVEL(rss_hf)) RTE_ETH_RSS_LEVEL(rss_hf)
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_ops.c933 rss_hash_level = RTE_ETH_RSS_LEVEL(rss_conf->rss_hf); in cnxk_nix_rss_hash_update()
H A Dcnxk_ethdev.c806 rss_hash_level = RTE_ETH_RSS_LEVEL(rss_hf); in nix_rss_default_setup()