structure NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES (netadapteroffload.h)

La structure NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES décrit les fonctionnalités de déchargement de la somme de contrôle Rx d’une interface réseau carte (NIC).

Syntaxe

typedef struct _NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES {
  ULONG                                   Size;
  PFN_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM EvtAdapterOffloadSetRxChecksum;
} NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES;

Membres

Size

Taille de cette structure en octets.

EvtAdapterOffloadSetRxChecksum

Pointeur vers l’implémentation par le pilote client de la fonction de rappel EVT_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM .

Remarques

Appelez NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES_INIT pour initialiser cette structure. Le pilote client transmet une structure NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES initialisée en tant que paramètre à NetAdapterOffloadSetRxChecksumCapabilities.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 11
Serveur minimal pris en charge Windows Server 2022
Version KMDF minimale 1.29
En-tête netadapteroffload.h (inclure netadaptercx.h)

Voir aussi

Déchargement de la somme de contrôle

EVT_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM

NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES_INIT

NetAdapterOffloadSetRxChecksumCapabilities