// netadapter.h
void NetAdapterOffloadSetChecksumCapabilities(
[_In_] NETADAPTER Adapter,
[_In_] NET_ADAPTER_OFFLOAD_CHECKSUM_CAPABILITIES *HardwareCapabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
[!NOTE] The NetAdapterOffloadSetChecksumCapabilities function is deprecated in NetAdapterCx 2.1 and later. For more information on current checksum offload functions, see Checksum offload.
The NetAdapterOffloadSetChecksumCapabilities function sets the hardware checksum offload capabilities of a network adapter.
Adapter [_In_]A handle to a NETADAPTER object that the client driver obtained from a previous call to NetAdapterCreate.
HardwareCapabilities [_In_]A pointer to a driver-allocated and initialized NET_ADAPTER_OFFLOAD_CHECKSUM_CAPABILITIES structure that describes the hardware's checksum offload capabilities.
Client drivers typically call this function from within their EvtDevicePrepareHardware callback, but must call this function before calling NetAdapterStart.
NetAdapterCx hardware offloads
NET_ADAPTER_OFFLOAD_CHECKSUM_CAPABILITIES
NET_ADAPTER_OFFLOAD_CHECKSUM_CAPABILITIES_INIT
EVT_NET_ADAPTER_OFFLOAD_SET_CHECKSUM