estructura PCI_EXPRESS_ROOTPORT_AER_CAPABILITY (miniport.h)
La estructura 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 PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS que describe el registro de estado de error irrecuperable pcIe de la estructura de funcionalidad pcIe AER.
UncorrectableErrorMask
Estructura PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK que describe el registro de máscara de error irrecuperable pcIe de la estructura de funcionalidad 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 PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS que describe el registro de estado de error irrecuperable pcIe de la estructura de funcionalidad pcIe AER.
CorrectableErrorMask
Estructura PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK que describe el registro de máscara de error irrecuperable pcIe de la estructura de funcionalidad pcIe AER.
CapabilitiesAndControl
Estructura de PCI_EXPRESS_AER_CAPABILITIES que describe las funcionalidades avanzadas de error 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 PCI_EXPRESS_ROOT_ERROR_STATUS que describe el registro de estado de error raíz PCIe de la estructura de funcionalidad pcIe AER.
ErrorSourceId
Estructura PCI_EXPRESS_ERROR_SOURCE_ID que describe el registro de identificación del origen del error PCIe de la estructura de funcionalidad pcIe AER.
Observaciones
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 avanzada de informes de errores 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 funcionalidad de informes de errores avanzado de PCIe.
Para obtener más información sobre la estructura de funcionalidades de informes de errores avanzados de PCIe, consulte la especificación PCI Express.
Requisitos
Requisito | Valor |
---|---|
servidor mínimo admitido | Windows Server 2008 |
encabezado de | miniport.h (include 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