Lines Matching defs:rss_hash_config
1778 u32 rss_hash_config;
1827 rss_hash_config = rss_gethashconfig();
1834 rss_hash_config = RSS_HASHTYPE_RSS_IPV4
1841 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
1843 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV4)
1845 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6)
1847 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6)
1849 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6_EX)
1852 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6_EX)
1855 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
1857 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
1859 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6_EX)