// netreceivescaling.h
void NetAdapterSetReceiveScalingCapabilities(
[_In_] NETADAPTER Adapter,
[_In_] const NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The NetAdapterSetReceiveScalingCapabilities function sets a net adapter's receive side scaling (RSS) capabilities.
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.
The client driver must call this function when starting a net adapter, before calling NetAdapterStart.
NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES
NET_ADAPTER_RECEIVE_SCALING_CAPABILITIES_INIT
NetAdapterCx Receive Side Scaling