Lines Matching defs:rss_hash_config
1301 u32 rss_hash_config;
1345 rss_hash_config = rss_gethashconfig();
1352 rss_hash_config = RSS_HASHTYPE_RSS_IPV4
1359 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV4)
1361 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV4)
1363 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6)
1365 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6)
1367 if (rss_hash_config & RSS_HASHTYPE_RSS_IPV6_EX)
1371 if (rss_hash_config & RSS_HASHTYPE_RSS_TCP_IPV6_EX)
1375 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV4)
1377 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6)
1379 if (rss_hash_config & RSS_HASHTYPE_RSS_UDP_IPV6_EX)