NDIS_RSS_HASH_TYPE_FROM_HASH_INFO macro (ndis/hashtypes.h)

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

Syntax

void NDIS_RSS_HASH_TYPE_FROM_HASH_INFO(
   _HashInfo
);

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.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.0 and later.
Target Platform Universal
Header ndis/hashtypes.h (include ndis.h)

See also

NDIS_RSS_HASH_INFO_FROM_TYPE_AND_FUNC