Share via


PCI_EXPRESS_CORRECTABLE_ERROR_STATUS unione (miniport.h)

L'unione PCI_EXPRESS_CORRECTABLE_ERROR_STATUS descrive un registro di stato degli errori corretto di PCI Express (PCIe) di una struttura di segnalazione errori avanzata PCIe.

Sintassi

typedef union _PCI_EXPRESS_CORRECTABLE_ERROR_STATUS {
  struct {
    ULONG ReceiverError : 1;
    ULONG Reserved1 : 5;
    ULONG BadTLP : 1;
    ULONG BadDLLP : 1;
    ULONG ReplayNumRollover : 1;
    ULONG Reserved2 : 3;
    ULONG ReplayTimerTimeout : 1;
    ULONG AdvisoryNonFatalError : 1;
    ULONG CorrectedInternalError : 1;
    ULONG HeaderLogOverflow : 1;
    ULONG Reserved3 : 16;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_CORRECTABLE_ERROR_STATUS, *PPCI_CORRECTABLE_ERROR_STATUS;

Members

DUMMYSTRUCTNAME

Struttura DUMMYSTRUCTNAME .

DUMMYSTRUCTNAME.ReceiverError

Un singolo bit che indica che si è verificato un errore del ricevitore.

DUMMYSTRUCTNAME.Reserved1

Riservato.

DUMMYSTRUCTNAME.BadTLP

Un singolo bit che indica che si è verificato un errore TLP (Transaction Layer Packet) non valido.

DUMMYSTRUCTNAME.BadDLLP

Un singolo bit che indica che si è verificato un errore DLLP (Data Link Layer Packet) non valido.

DUMMYSTRUCTNAME.ReplayNumRollover

Un singolo bit che indica che il contatore che conta il numero di volte in cui è stato eseguito il roll-over del buffer di ripetizione dei tentativi.

DUMMYSTRUCTNAME.Reserved2

Riservato.

DUMMYSTRUCTNAME.ReplayTimerTimeout

Un singolo bit che indica che il timer di riproduzione è scaduto.

DUMMYSTRUCTNAME.AdvisoryNonFatalError

Un singolo bit che indica che si è verificato un errore non irreversibile.

DUMMYSTRUCTNAME.CorrectedInternalError

Definisce il membro ULONGCorrettoInternalError.

DUMMYSTRUCTNAME.HeaderLogOverflow

Definisce il membro ULONGHeaderLogOverflow.

DUMMYSTRUCTNAME.Reserved3

Riservato.

AsULONG

Rappresentazione ULONG del contenuto della struttura PCI_EXPRESS_CORRECTABLE_ERROR_STATUS.

Commenti

La struttura PCI_EXPRESS_CORRECTABLE_ERROR_STATUS è disponibile in Windows Server 2008 e versioni successive di Windows.

Una struttura PCI_EXPRESS_CORRECTABLE_ERROR_STATUS è contenuta nelle strutture PCI_EXPRESS_AER_CAPABILITY, PCI_EXPRESS_BRIDGE_AER_CAPABILITY e PCI_EXPRESS_ROOTPORT_AER_CAPABILITY .

Requisiti

Requisito Valore
Intestazione miniport.h (include Ntddk.h, Wdm.h, Miniport.h)

Vedi anche

PCI_EXPRESS_AER_CAPABILITY

PCI_EXPRESS_BRIDGE_AER_CAPABILITY

PCI_EXPRESS_ROOTPORT_AER_CAPABILITY