Lines Matching refs:rss_hash
1390 hn_rss_type_fromndis(uint32_t rss_hash) in hn_rss_type_fromndis() argument
1394 if (rss_hash & NDIS_HASH_IPV4) in hn_rss_type_fromndis()
1396 if (rss_hash & NDIS_HASH_TCP_IPV4) in hn_rss_type_fromndis()
1398 if (rss_hash & NDIS_HASH_IPV6) in hn_rss_type_fromndis()
1400 if (rss_hash & NDIS_HASH_IPV6_EX) in hn_rss_type_fromndis()
1402 if (rss_hash & NDIS_HASH_TCP_IPV6) in hn_rss_type_fromndis()
1404 if (rss_hash & NDIS_HASH_TCP_IPV6_EX) in hn_rss_type_fromndis()
1406 if (rss_hash & NDIS_HASH_UDP_IPV4_X) in hn_rss_type_fromndis()
1414 uint32_t rss_hash = 0; in hn_rss_type_tondis() local
1420 rss_hash |= NDIS_HASH_IPV4; in hn_rss_type_tondis()
1422 rss_hash |= NDIS_HASH_TCP_IPV4; in hn_rss_type_tondis()
1424 rss_hash |= NDIS_HASH_IPV6; in hn_rss_type_tondis()
1426 rss_hash |= NDIS_HASH_IPV6_EX; in hn_rss_type_tondis()
1428 rss_hash |= NDIS_HASH_TCP_IPV6; in hn_rss_type_tondis()
1430 rss_hash |= NDIS_HASH_TCP_IPV6_EX; in hn_rss_type_tondis()
1432 rss_hash |= NDIS_HASH_UDP_IPV4_X; in hn_rss_type_tondis()
1433 return (rss_hash); in hn_rss_type_tondis()