Symbol: PCI_ACS_RR
drivers/iommu/iommu.c
1491
#define REQ_ACS_FLAGS (PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF)
drivers/pci/ats.c
466
if (!pci_acs_path_enabled(pdev, NULL, PCI_ACS_RR | PCI_ACS_UF))
drivers/pci/p2pdma.c
508
if (ctrl & (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC))
drivers/pci/pci.c
1032
PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC,
drivers/pci/pci.c
1033
~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC));
drivers/pci/pci.c
935
if (mask & ~(PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | PCI_ACS_CR |
drivers/pci/pci.c
988
caps->ctrl |= (dev->acs_capabilities & PCI_ACS_RR);
drivers/pci/quirks.c
4728
acs_flags &= (PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC | PCI_ACS_DT);
drivers/pci/quirks.c
4730
return pci_acs_ctrl_enabled(acs_flags, PCI_ACS_RR | PCI_ACS_CR);
drivers/pci/quirks.c
4769
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4780
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4804
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4866
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4884
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4896
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
4912
acs_flags &= ~(PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
5012
PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR |
drivers/pci/quirks.c
5027
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
5039
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
5051
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
5071
PCI_ACS_SV | PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_UF);
drivers/pci/quirks.c
5410
ctrl |= (cap & PCI_ACS_RR);
drivers/pci/quirks.c
5439
ctrl &= ~(PCI_ACS_RR | PCI_ACS_CR | PCI_ACS_EC);
drivers/pci/quirks.c
6232
if (!(val & PCI_ACS_RR))