Lines Matching refs:rss_hf
605 uint64_t rss_hf = 0; in ionic_dev_rss_hash_conf_get() local
621 rss_hf |= RTE_ETH_RSS_IPV4; in ionic_dev_rss_hash_conf_get()
623 rss_hf |= RTE_ETH_RSS_NONFRAG_IPV4_TCP; in ionic_dev_rss_hash_conf_get()
625 rss_hf |= RTE_ETH_RSS_NONFRAG_IPV4_UDP; in ionic_dev_rss_hash_conf_get()
627 rss_hf |= RTE_ETH_RSS_IPV6; in ionic_dev_rss_hash_conf_get()
629 rss_hf |= RTE_ETH_RSS_NONFRAG_IPV6_TCP; in ionic_dev_rss_hash_conf_get()
631 rss_hf |= RTE_ETH_RSS_NONFRAG_IPV6_UDP; in ionic_dev_rss_hash_conf_get()
633 rss_conf->rss_hf = rss_hf; in ionic_dev_rss_hash_conf_get()
651 if ((rss_conf->rss_hf & IONIC_ETH_RSS_OFFLOAD_ALL) == 0) { in ionic_dev_rss_hash_update()
663 if (rss_conf->rss_hf & RTE_ETH_RSS_IPV4) in ionic_dev_rss_hash_update()
665 if (rss_conf->rss_hf & RTE_ETH_RSS_NONFRAG_IPV4_TCP) in ionic_dev_rss_hash_update()
667 if (rss_conf->rss_hf & RTE_ETH_RSS_NONFRAG_IPV4_UDP) in ionic_dev_rss_hash_update()
669 if (rss_conf->rss_hf & RTE_ETH_RSS_IPV6) in ionic_dev_rss_hash_update()
671 if (rss_conf->rss_hf & RTE_ETH_RSS_NONFRAG_IPV6_TCP) in ionic_dev_rss_hash_update()
673 if (rss_conf->rss_hf & RTE_ETH_RSS_NONFRAG_IPV6_UDP) in ionic_dev_rss_hash_update()