// netreceivescaling.h
typedef struct _NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY {
UINT8 *Key;
SIZE_T Length;
} NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_RECEIVE_SCALING_HASH_SECRET_KEY structure contains secret key data to verify RSS hash calculations.
KeyThe secret key. This member is 40 bytes (320 bits) for the NetAdapterReceiveScalingHashTypeToeplitz hash function.
LengthThe length, in bytes, of Key.
NetAdapterCx provides the secret key to NIC client drivers when it invokes the EvtNetAdapterReceiveScalingSetHashSecretKey callback function. The NIC then uses this secret key to verify its calculations for the RSS hash function.
NetAdapterCx Receive Side Scaling
NET_ADAPTER_RECEIVE_SCALING_HASH_TYPE