|
@@ -502,6 +502,7 @@
|
|
|
#define PCI_EXT_CAP_ID_VC 2
|
|
|
#define PCI_EXT_CAP_ID_DSN 3
|
|
|
#define PCI_EXT_CAP_ID_PWR 4
|
|
|
+#define PCI_EXT_CAP_ID_ACS 13
|
|
|
#define PCI_EXT_CAP_ID_ARI 14
|
|
|
#define PCI_EXT_CAP_ID_ATS 15
|
|
|
#define PCI_EXT_CAP_ID_SRIOV 16
|
|
@@ -662,4 +663,16 @@
|
|
|
#define PCI_SRIOV_VFM_MO 0x2 /* Active.MigrateOut */
|
|
|
#define PCI_SRIOV_VFM_AV 0x3 /* Active.Available */
|
|
|
|
|
|
+/* Access Control Service */
|
|
|
+#define PCI_ACS_CAP 0x04 /* ACS Capability Register */
|
|
|
+#define PCI_ACS_SV 0x01 /* Source Validation */
|
|
|
+#define PCI_ACS_TB 0x02 /* Translation Blocking */
|
|
|
+#define PCI_ACS_RR 0x04 /* P2P Request Redirect */
|
|
|
+#define PCI_ACS_CR 0x08 /* P2P Completion Redirect */
|
|
|
+#define PCI_ACS_UF 0x10 /* Upstream Forwarding */
|
|
|
+#define PCI_ACS_EC 0x20 /* P2P Egress Control */
|
|
|
+#define PCI_ACS_DT 0x40 /* Direct Translated P2P */
|
|
|
+#define PCI_ACS_CTRL 0x06 /* ACS Control Register */
|
|
|
+#define PCI_ACS_EGRESS_CTL_V 0x08 /* ACS Egress Control Vector */
|
|
|
+
|
|
|
#endif /* LINUX_PCI_REGS_H */
|