// hashtypes.h
void NDIS_RSS_HASH_TYPE_FROM_HASH_INFO(
_HashInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_RSS_HASH_TYPE_FROM_HASH_INFO macro gets the hash type from the hash information.
_HashInfoThe hash information. For more information about the hash information, see NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC.
NDIS_RSS_HASH_TYPE_FROM_HASH_INFO returns the hash type from the specified hash information. For more information about the hash type, see RSS Hashing Types.
A NIC (or its miniport driver) uses the receive side scaling (RSS) hash type to identify the portion of received network data that is used to calculate an RSS hash value.
For more information about the hash type, see RSS Hashing Types.
NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC