// hashtypes.h
void NDIS_RSS_HASH_FUNC_FROM_HASH_INFO(
_HashInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_RSS_HASH_FUNC_FROM_HASH_INFO macro gets the hash function from the hash information.
_HashInfoThe hash information.
NDIS_RSS_HASH_FUNC_FROM_HASH_INFO returns the hash function from the specified hash information. For more information about the hash information, see NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC.
A NIC (or its miniport driver) uses the receive side scaling (RSS) hashing function to calculate an RSS hash value.
For more information about the hashing functions, see RSS Hashing Functions.
NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC