PCI_EXPRESS_LINK_CONTROL3 structure (ntddk.h)

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

Syntax

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;

Members

PerformEq

LinkEqIntEn

Reserved

AsULONG

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header ntddk.h