Home
last modified time | relevance | path

Searched refs:PCI_ACS_RR (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Dquirks.c4740 acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT); in pci_quirk_amd_sb_acs()
4742 return pci_acs_ctrl_enabled(acs_flags, PCI_ACS_RR | PCI_ACS_CR); in pci_quirk_amd_sb_acs()
4781 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_cavium_acs()
4792 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_xgene_acs()
4816 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_zhaoxin_pcie_ports_acs()
4878 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_intel_pch_acs()
4896 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_qcom_rp_acs()
4908 PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_nxp_rp_acs()
4924 acs_flags &= ~(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF); in pci_quirk_al_acs()
5024 PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pci_quirk_mf_endpoint_acs()
[all …]
H A Dp2pdma.c504 if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)) in pci_bridge_has_acs_redir()
H A Dpci.c944 if (mask & ~(PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | PCI_ACS_CR | in __pci_config_acs()
997 caps->ctrl |= (dev->acs_capabilities & PCI_ACS_RR); in pci_std_enable_acs()
1041 PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC, in pci_enable_acs()
1042 ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC)); in pci_enable_acs()
/linux/include/uapi/linux/
H A Dpci_regs.h1021 #define PCI_ACS_RR 0x0004 /* P2P Request Redirect */ macro
/linux/drivers/iommu/
H A Diommu.c1470 #define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)