NDIS_RSS_HASH_FUNC_FROM_HASH_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hashtypes.h

void NDIS_RSS_HASH_FUNC_FROM_HASH_INFO(
  _HashInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-hashtypes-ndis_rss_hash_func_from_hash_info)

NDIS_RSS_HASH_FUNC_FROM_HASH_INFO macro

Description

The NDIS_RSS_HASH_FUNC_FROM_HASH_INFO macro gets the hash function from the hash information.

Parameters

_HashInfo

The hash information.

Return value

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.

Remarks

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.

See also

NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC