PCI_EXPRESS_LINK_CONTROL3 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef struct _PCI_EXPRESS_LINK_CONTROL3 {
  union {
    struct {
      ULONG PerformEq : 1;
      ULONG LinkEqIntEn : 1;
      ULONG Reserved : 30;
    };
    ULONG AsULONG;
  };
} PCI_EXPRESS_LINK_CONTROL3, *PPCI_EXPRESS_LINK_CONTROL3;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-pci_express_link_control3)

Description

Defined in the PCI Express Base Specification Revision 4.0. Reserved for system use.

Members

PerformEq

LinkEqIntEn

Reserved

AsULONG

Remarks

See also