EVT_NET_ADAPTER_OFFLOAD_SET_RSC callback function (netadapteroffload.h)

The EvtNetAdapterOffloadSetRsc callback function is implemented by the client driver to set changes in active receive segment coalescence (RSC) offload capabilities.

Syntax

EVT_NET_ADAPTER_OFFLOAD_SET_RSC EvtNetAdapterOffloadSetRsc;

void EvtNetAdapterOffloadSetRsc(
  [_In_] NETADAPTER Adapter,
  [_In_] NETOFFLOAD Offload
)
{...}

Parameters

[_In_] Adapter

A handle to a NETADAPTER object the client driver previously created with a call to NetAdapterCreate.

[_In_] Offload

A handle to a NETOFFLOAD object that describes the adapter's offload capabilities.

Return value

None

Remarks

Register your implementation of this callback function by setting the appropriate parameter when calling NetAdapterOffloadSetRscCapabilities.

For more info, see NetAdapterCx hardware offloads.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Target Platform Universal
Header netadapteroffload.h (include netadaptercx.h)
IRQL PASSIVE_LEVEL

See also

NetAdapterCx hardware offloads

NET_ADAPTER_OFFLOAD_RSC_CAPABILITIES

NetAdapterOffloadSetRscCapabilities