NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netreceivescaling-_net_adapter_receive_scaling_indirection_entry)

_NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure

Description

The NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRY structure represents a move operation for a single entry in the receive side scaling (RSS) indirection table.

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.

See also

EvtNetAdapterReceiveScalingSetIndirectionEntries

NET_ADAPTER_RECEIVE_SCALING_INDIRECTION_ENTRIES

NetAdapterCx Receive Side Scaling