Searched refs:PCI_ACS_RR (Results 1 – 6 of 6) sorted by relevance
4569 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()4580 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()4600 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_zhaoxin_pcie_ports_acs()4680 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()4692 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_nxp_rp_acs()4808 PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pci_quirk_mf_endpoint_acs()4823 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_rciep_acs()4835 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_brcm_acs()5170 ctrl |= (cap & PCI_ACS_RR); in pci_quirk_enable_intel_spt_pch_acs()5199 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_quirk_disable_intel_spt_pch_acs_redir()[all …]
385 if (!pci_acs_path_enabled(pdev, NULL, PCI_ACS_RR | PCI_ACS_UF)) in pci_enable_pasid()
398 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
925 ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC); in pci_disable_acs_redir()953 ctrl |= (cap & PCI_ACS_RR); in pci_std_enable_acs()
983 #define PCI_ACS_RR 0x0004 /* P2P Request Redirect */ macro
1433 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)
Completed in 35 milliseconds