NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES structure (netreceivescaling.h)
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.
Syntax
typedef struct _NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES {
NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY *Entries;
SIZE_T Length;
} NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES;
Members
Entries
An array of NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structures, each representing a move for an entry in the indirection table.
Length
The number of elements in Entries.
Remarks
NetAdapterCx passes a pointer to this structure as input to a NIC client driver's EvtNetAdapterReceiveScalingSetIndirectionEntries event callback function.
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | 2.33 |
Header | netreceivescaling.h (include netadaptercx.h) |
See also
EvtNetAdapterReceiveScalingSetIndirectionEntries