NDIS_RSS_HASH_TYPE_FROM_HASH_INFO - NtDoc

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

void NDIS_RSS_HASH_TYPE_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_type_from_hash_info)

NDIS_RSS_HASH_TYPE_FROM_HASH_INFO macro

Description

The NDIS_RSS_HASH_TYPE_FROM_HASH_INFO macro gets the hash type from the hash information.

Parameters

_HashInfo

The hash information. For more information about the hash information, see NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC.

Return value

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.

Remarks

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.

See also

NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC