NDIS_RSS_HASH_FUNC_FROM_HASH_INFO macro (ndis/hashtypes.h)

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

Syntax

void NDIS_RSS_HASH_FUNC_FROM_HASH_INFO(
   _HashInfo
);

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.

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