diff options
Diffstat (limited to 'include/linux/pci_regs.h')
-rw-r--r-- | include/linux/pci_regs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index dd0bed4f1cf0..d798770f08cd 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h | |||
@@ -502,6 +502,7 @@ | |||
502 | #define PCI_EXT_CAP_ID_VC 2 | 502 | #define PCI_EXT_CAP_ID_VC 2 |
503 | #define PCI_EXT_CAP_ID_DSN 3 | 503 | #define PCI_EXT_CAP_ID_DSN 3 |
504 | #define PCI_EXT_CAP_ID_PWR 4 | 504 | #define PCI_EXT_CAP_ID_PWR 4 |
505 | #define PCI_EXT_CAP_ID_ACS 13 | ||
505 | #define PCI_EXT_CAP_ID_ARI 14 | 506 | #define PCI_EXT_CAP_ID_ARI 14 |
506 | #define PCI_EXT_CAP_ID_ATS 15 | 507 | #define PCI_EXT_CAP_ID_ATS 15 |
507 | #define PCI_EXT_CAP_ID_SRIOV 16 | 508 | #define PCI_EXT_CAP_ID_SRIOV 16 |
@@ -662,4 +663,16 @@ | |||
662 | #define PCI_SRIOV_VFM_MO 0x2 /* Active.MigrateOut */ | 663 | #define PCI_SRIOV_VFM_MO 0x2 /* Active.MigrateOut */ |
663 | #define PCI_SRIOV_VFM_AV 0x3 /* Active.Available */ | 664 | #define PCI_SRIOV_VFM_AV 0x3 /* Active.Available */ |
664 | 665 | ||
666 | /* Access Control Service */ | ||
667 | #define PCI_ACS_CAP 0x04 /* ACS Capability Register */ | ||
668 | #define PCI_ACS_SV 0x01 /* Source Validation */ | ||
669 | #define PCI_ACS_TB 0x02 /* Translation Blocking */ | ||
670 | #define PCI_ACS_RR 0x04 /* P2P Request Redirect */ | ||
671 | #define PCI_ACS_CR 0x08 /* P2P Completion Redirect */ | ||
672 | #define PCI_ACS_UF 0x10 /* Upstream Forwarding */ | ||
673 | #define PCI_ACS_EC 0x20 /* P2P Egress Control */ | ||
674 | #define PCI_ACS_DT 0x40 /* Direct Translated P2P */ | ||
675 | #define PCI_ACS_CTRL 0x06 /* ACS Control Register */ | ||
676 | #define PCI_ACS_EGRESS_CTL_V 0x08 /* ACS Egress Control Vector */ | ||
677 | |||
665 | #endif /* LINUX_PCI_REGS_H */ | 678 | #endif /* LINUX_PCI_REGS_H */ |