Lines Matching defs:rss_hash_config
604 u32 rss_hash_config;
668 rss_hash_config = rss_gethashconfig();
675 rss_hash_config = RSS_HASHTYPE_RSS_IPV4 |
684 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
686 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV4)
688 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6)
690 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6)
692 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6_EX)
694 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6_EX)
696 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
698 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
700 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6_EX)