Skip to content

Commit 0b3dee6

Browse files
bjdooks-sifivebjorn-helgaas
authored andcommitted
PCI: Add PCI_EXT_CAP_ID_PL_32GT define
Add the define for PCI_EXT_CAP_ID_PL_32GT for drivers that will want this whilst doing Gen5/Gen6 accesses. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Ben Dooks <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent ac9a786 commit 0b3dee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/pci_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@
738738
#define PCI_EXT_CAP_ID_DVSEC 0x23 /* Designated Vendor-Specific */
739739
#define PCI_EXT_CAP_ID_DLF 0x25 /* Data Link Feature */
740740
#define PCI_EXT_CAP_ID_PL_16GT 0x26 /* Physical Layer 16.0 GT/s */
741+
#define PCI_EXT_CAP_ID_PL_32GT 0x2A /* Physical Layer 32.0 GT/s */
741742
#define PCI_EXT_CAP_ID_DOE 0x2E /* Data Object Exchange */
742743
#define PCI_EXT_CAP_ID_MAX PCI_EXT_CAP_ID_DOE
743744

0 commit comments

Comments
 (0)