diff options
Diffstat (limited to 'src/include/device/pci_def.h')
-rw-r--r-- | src/include/device/pci_def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h index 0eedd513b2..64c1ac24b1 100644 --- a/src/include/device/pci_def.h +++ b/src/include/device/pci_def.h @@ -469,6 +469,11 @@ #define PCIE_EXT_CAP_LTR_ID 0x0018 #define PCIE_EXT_CAP_RESIZABLE_BAR 0x0015 +/* Secondary PCI Express Extended Capability Structure */ +#define PCI_EXP_SEC_CAP_ID 0x19 +#define PCI_EXP_SEC_LNK_CTL3 4 /* Link Control 3 */ +#define PCI_EXP_SEC_LANE_ERR_STATUS 8 /* Lane Error Status */ + /* Advanced Error Reporting */ #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */ #define PCI_ERR_UNC_TRAIN 0x00000001 /* Training */ |