// netreceivescaling.h
typedef struct _NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES {
NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY *Entries;
SIZE_T Length;
} NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES structure represents a series of move operations for all entries in the receive side scaling (RSS) indirection table.
EntriesAn array of NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structures, each representing a move for an entry in the indirection table.
LengthThe number of elements in Entries.
NetAdapterCx passes a pointer to this structure as input to a NIC client driver's EvtNetAdapterReceiveScalingSetIndirectionEntries event callback function.
EvtNetAdapterReceiveScalingSetIndirectionEntries
NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY
NetAdapterCx Receive Side Scaling