public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: Add PCI_EXT_CAP_ID_PL_64GT define
@ 2024-08-06  2:27 412574090
  2024-08-06 14:38 ` Ilpo Järvinen
  2024-08-06 17:59 ` Bjorn Helgaas
  0 siblings, 2 replies; 7+ messages in thread
From: 412574090 @ 2024-08-06  2:27 UTC (permalink / raw)
  To: bhelgaas; +Cc: linux-pci, linux-kernel, xiongxin, weiyufeng

From: weiyufeng <weiyufeng@kylinos.cn>

PCIe r6.0, sec 7.7.7.1, defines a new 64.0 GT/s PCIe Extended Capability
ID,Add the define for PCI_EXT_CAP_ID_PL_64GT for drivers that will want
this whilst doing Gen6 accesses.

Signed-off-by: weiyufeng <weiyufeng@kylinos.cn>
---
 include/uapi/linux/pci_regs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h
index 94c00996e633..cc875534dae1 100644
--- a/include/uapi/linux/pci_regs.h
+++ b/include/uapi/linux/pci_regs.h
@@ -741,6 +741,7 @@
 #define PCI_EXT_CAP_ID_DLF	0x25	/* Data Link Feature */
 #define PCI_EXT_CAP_ID_PL_16GT	0x26	/* Physical Layer 16.0 GT/s */
 #define PCI_EXT_CAP_ID_PL_32GT  0x2A    /* Physical Layer 32.0 GT/s */
+#define PCI_EXT_CAP_ID_PL_64GT  0x31    /* Physical Layer 64.0 GT/s */
 #define PCI_EXT_CAP_ID_DOE	0x2E	/* Data Object Exchange */
 #define PCI_EXT_CAP_ID_MAX	PCI_EXT_CAP_ID_DOE
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-08-08 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  2:27 [PATCH] PCI: Add PCI_EXT_CAP_ID_PL_64GT define 412574090
2024-08-06 14:38 ` Ilpo Järvinen
2024-08-08  2:32   ` 412574090
2024-08-08 17:22     ` Bjorn Helgaas
2024-08-06 17:59 ` Bjorn Helgaas
2024-08-08  2:12   ` 412574090
2024-08-08 16:20     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox