estructura PCI_EXPRESS_ROOTPORT_AER_CAPABILITY (wdm.h)
La estructura de PCI_EXPRESS_ROOTPORT_AER_CAPABILITY describe una estructura de funcionalidad avanzada de informes de errores de PCI Express (PCIe) para un puerto raíz o un recopilador de eventos complejos raíz.
Sintaxis
typedef struct _PCI_EXPRESS_ROOTPORT_AER_CAPABILITY {
PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER Header;
PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS UncorrectableErrorStatus;
PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK UncorrectableErrorMask;
PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY UncorrectableErrorSeverity;
PCI_EXPRESS_CORRECTABLE_ERROR_STATUS CorrectableErrorStatus;
PCI_EXPRESS_CORRECTABLE_ERROR_MASK CorrectableErrorMask;
PCI_EXPRESS_AER_CAPABILITIES CapabilitiesAndControl;
ULONG HeaderLog[4];
PCI_EXPRESS_ROOT_ERROR_COMMAND RootErrorCommand;
PCI_EXPRESS_ROOT_ERROR_STATUS RootErrorStatus;
PCI_EXPRESS_ERROR_SOURCE_ID ErrorSourceId;
} PCI_EXPRESS_ROOTPORT_AER_CAPABILITY, *PPCI_EXPRESS_ROOTPORT_AER_CAPABILITY;
Miembros
Header
Estructura PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER que describe el encabezado de esta estructura.
UncorrectableErrorStatus
Estructura de PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS que describe el registro de estado de error irrecuperable de PCIe de la estructura de la funcionalidad PCIe AER.
UncorrectableErrorMask
Estructura de PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK que describe el registro de máscara de error irrecuperable pcIe de la estructura de funcionalidad de PCIe AER.
UncorrectableErrorSeverity
Estructura PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY que describe el registro de gravedad de error irrecuperable PCIe de la estructura de funcionalidad pcIe AER.
CorrectableErrorStatus
Estructura de PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS que describe el registro de estado de error irrecuperable de PCIe de la estructura de la funcionalidad PCIe AER.
CorrectableErrorMask
Estructura de PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK que describe el registro de máscara de error irrecuperable pcIe de la estructura de funcionalidad de PCIe AER.
CapabilitiesAndControl
Estructura de PCI_EXPRESS_AER_CAPABILITIES que describe las funcionalidades de error avanzadas de PCIe y el registro de control de la estructura de funcionalidad de PCIe AER.
HeaderLog[4]
Matriz de cuatro valores de 32 bits que contienen juntos el encabezado del paquete de capa de transacción (TLP) que corresponde a un error detectado.
Dentro de cada valor de 32 bits de la matriz, los bytes del TLP están en orden de bytes big-endian.
RootErrorCommand
Estructura PCI_EXPRESS_ROOT_ERROR_COMMAND que describe el registro del comando de error raíz PCIe de la estructura de funcionalidad pcIe AER.
RootErrorStatus
Estructura de PCI_EXPRESS_ROOT_ERROR_STATUS que describe el registro de estado de error raíz PCIe de la estructura de funcionalidad de PCIe AER.
ErrorSourceId
Estructura de PCI_EXPRESS_ERROR_SOURCE_ID que describe el registro de identificación del origen del error PCIe de la estructura de funcionalidad de PCIe AER.
Comentarios
La estructura de PCI_EXPRESS_ROOTPORT_AER_CAPABILITY está disponible en Windows Server 2008 y versiones posteriores de Windows.
Los dispositivos de puente PCIe usan la estructura de PCI_EXPRESS_BRIDGE_AER_CAPABILITY en lugar de la estructura de PCI_EXPRESS_ROOTPORT_AER_CAPABILITY para describir la estructura de funcionalidad de informes de errores avanzado de PCIe.
Todos los demás dispositivos y puertos PCIe que no son puertos raíz o recopiladores de eventos complejos raíz usan la estructura de PCI_EXPRESS_AER_CAPABILITY en lugar de la estructura de PCI_EXPRESS_ROOTPORT_AER_CAPABILITY para describir la estructura de funcionalidades avanzadas de informes de errores PCIe.
Para obtener información adicional sobre la estructura de funcionalidad de informes de errores avanzados de PCIe, consulte la especificación PCI Express.
Requisitos
Requisito | Valor |
---|---|
Header | wdm.h (incluya Ntddk.h, Wdm.h, Miniport.h) |
Consulte también
PCI_EXPRESS_CORRECTABLE_ERROR_STATUS
PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY
PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
PCI_EXPRESS_ROOT_ERROR_COMMAND
PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER
PCI_EXPRESS_BRIDGE_AER_CAPABILITY