estructura NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES (netadapteroffload.h)

La estructura NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES describe las funcionalidades de descarga de suma de comprobación rx de una tarjeta de interfaz de red (NIC).

Sintaxis

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

Miembros

Size

Tamaño de esta estructura en bytes.

EvtAdapterOffloadSetRxChecksum

Puntero a la implementación del controlador de cliente de la EVT_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM función de devolución de llamada.

Comentarios

Llame a NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES_INIT para inicializar esta estructura. El controlador cliente pasa una estructura de NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES inicializada como parámetro a NetAdapterOffloadSetRxChecksumCapabilities.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 11
Servidor mínimo compatible Windows Server 2022
Versión mínima de KMDF 1.29
Encabezado netadapteroffload.h (include netadaptercx.h)

Consulte también

Descarga de suma de comprobación

EVT_NET_ADAPTER_OFFLOAD_SET_RX_CHECKSUM

NET_ADAPTER_OFFLOAD_RX_CHECKSUM_CAPABILITIES_INIT

NetAdapterOffloadSetRxChecksumCapabilities