NetAdapterSetReceiveScalingCapabilities - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// netreceivescaling.h

void NetAdapterSetReceiveScalingCapabilities(
  [_In_] NETADAPTER                                     Adapter,
  [_In_] const NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netreceivescaling-netadaptersetreceivescalingcapabilities)

NetAdapterSetReceiveScalingCapabilities function

Description

The NetAdapterSetReceiveScalingCapabilities function sets a net adapter's receive side scaling (RSS) capabilities.

Parameters

Adapter [_In_]

The NETADAPTER object the driver obtained in a previous call to NetAdapterCreate.

Capabilities [_In_]

A pointer to a driver-allocated and initialized NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES structure.

Remarks

The client driver must call this function when starting a net adapter, before calling NetAdapterStart.

See also

NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES

NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES_INIT

NetAdapterCx Receive Side Scaling