// netreceivescaling.h
typedef struct _NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY {
NETPACKETQUEUE PacketQueue;
NTSTATUS Status;
UINT32 Index;
} NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY;
View the official Windows Driver Kit DDI referenceNo description available.
The NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure represents a move operation for a single entry in the receive side scaling (RSS) indirection table.
PacketQueueThe new receive queue for the entry.
StatusAn NTSTATUS value that indicates the status of the move operation for this entry.
IndexThe hash index in the indirection table for this entry.
Each NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure is contained within a NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES structure.
EvtNetAdapterReceiveScalingSetIndirectionEntries
NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES
NetAdapterCx Receive Side Scaling