Searched refs:PCI_ACS_EC (Results 1 – 5 of 5) sorted by relevance
995 #define PCI_ACS_EC 0x0020 /* P2P Egress Control */ macro
398 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
1002 PCI_ACS_UF | PCI_ACS_EC | PCI_ACS_DT)) { in __pci_config_acs()1095 PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC, in pci_enable_acs()1096 ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)); in pci_enable_acs()3582 acs_flags &= (cap | PCI_ACS_EC); in pci_acs_flags_enabled()
4684 acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); in pci_quirk_amd_sb_acs()4949 acs_flags &= (cap | PCI_ACS_EC); in pci_quirk_intel_spt_pch_acs()5365 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_quirk_disable_intel_spt_pch_acs_redir()
1402 if (byte & PCI_ACS_EC) { in vfio_ext_cap_len()
Completed in 36 milliseconds