PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY union
The PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY structure describes a PCI Express (PCIe) secondary uncorrectable error severity register of a PCIe advanced error reporting capability structure.
Syntax
typedef union _PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY {
struct {
ULONG TargetAbortOnSplitCompletion :1;
ULONG MasterAbortOnSplitCompletion :1;
ULONG ReceivedTargetAbort :1;
ULONG ReceivedMasterAbort :1;
ULONG RsvdZ :1;
ULONG UnexpectedSplitCompletionError :1;
ULONG UncorrectableSplitCompletion :1;
ULONG UncorrectableDataError :1;
ULONG UncorrectableAttributeError :1;
ULONG UncorrectableAddressError :1;
ULONG DelayedTransactionDiscardTimerExpired :1;
ULONG PERRAsserted :1;
ULONG SERRAsserted :1;
ULONG InternalBridgeError :1;
ULONG Reserved :18;
};
ULONG AsULONG;
} PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY, *PPCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.TargetAbortOnSplitCompletion
DUMMYSTRUCTNAME.MasterAbortOnSplitCompletion
DUMMYSTRUCTNAME.ReceivedTargetAbort
DUMMYSTRUCTNAME.ReceivedMasterAbort
DUMMYSTRUCTNAME.RsvdZ
DUMMYSTRUCTNAME.UnexpectedSplitCompletionError
DUMMYSTRUCTNAME.UncorrectableSplitCompletion
DUMMYSTRUCTNAME.UncorrectableDataError
DUMMYSTRUCTNAME.UncorrectableAttributeError
DUMMYSTRUCTNAME.UncorrectableAddressError
DUMMYSTRUCTNAME.DelayedTransactionDiscardTimerExpired
DUMMYSTRUCTNAME.PERRAsserted
DUMMYSTRUCTNAME.SERRAsserted
DUMMYSTRUCTNAME.InternalBridgeError
DUMMYSTRUCTNAME.Reserved
AsULONG
A ULONG representation of the contents of the PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_STATUS structure.
Remarks
The PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY structure is available in Windows Server 2008 and later versions of Windows.
A PCI_EXPRESS_SEC_UNCORRECTABLE_ERROR_SEVERITY structure is contained in the PCI_EXPRESS_BRIDGE_AER_CAPABILITY structure.
Requirements
Header | wdm.h (include Ntddk.h, Wdm.h, Miniport.h) |
See Also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...