NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure (netreceivescaling.h)
The NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure represents a move operation for a single entry in the receive side scaling (RSS) indirection table.
Syntax
typedef struct _NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY {
NETPACKETQUEUE PacketQueue;
NTSTATUS Status;
UINT32 Index;
} NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY;
Members
PacketQueue
The new receive queue for the entry.
Status
An NTSTATUS value that indicates the status of the move operation for this entry.
Index
The hash index in the indirection table for this entry.
Remarks
Each NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure is contained within a NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES structure.
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.25 |
Minimum UMDF version | 2.33 |
Header | netreceivescaling.h (include netadaptercx.h) |
See also
EvtNetAdapterReceiveScalingSetIndirectionEntries