Symbol: PCI_EXP_TYPE_DOWNSTREAM
arch/powerpc/platforms/powernv/eeh-powernv.c
369
else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM)
arch/powerpc/platforms/pseries/eeh_pseries.c
420
else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM)
arch/x86/pci/acpi.c
275
case PCI_EXP_TYPE_DOWNSTREAM:
arch/x86/pci/acpi.c
282
if (pci_pcie_type(parent) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/cxl/core/pci.c
33
if (type != PCI_EXP_TYPE_DOWNSTREAM && type != PCI_EXP_TYPE_ROOT_PORT)
drivers/cxl/core/pci.c
919
type = PCI_EXP_TYPE_DOWNSTREAM;
drivers/cxl/core/ras.c
96
port_type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
6524
pci_pcie_type(swds) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/access.c
362
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/hotplug/pnv_php.c
417
if (pci_pcie_type(php_slot->pdev) == PCI_EXP_TYPE_DOWNSTREAM &&
drivers/pci/pci-acpi.c
466
[PCI_EXP_TYPE_DOWNSTREAM] = HPX_TYPE_DOWNSTREAM,
drivers/pci/pci.c
2996
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.c
3621
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.c
3758
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/pci/pci.h
335
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/aer.c
1324
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/err.c
229
type == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/portdrv.c
225
pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM) &&
drivers/pci/pcie/portdrv.c
271
if (pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/pcie/portdrv.c
694
(type != PCI_EXP_TYPE_DOWNSTREAM) &&
drivers/pci/pcie/ptm.c
28
if (ups && pci_pcie_type(ups) == PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/probe.c
1184
pci_pcie_type(bridge) == PCI_EXP_TYPE_DOWNSTREAM))
drivers/pci/probe.c
1663
if (type == PCI_EXP_TYPE_DOWNSTREAM) {
drivers/pci/probe.c
1683
pdev->pcie_flags_reg |= PCI_EXP_TYPE_DOWNSTREAM;
drivers/pci/probe.c
2435
pci_pcie_type(dev) == PCI_EXP_TYPE_DOWNSTREAM ||
drivers/pci/quirks.c
4792
(pci_pcie_type(dev) != PCI_EXP_TYPE_DOWNSTREAM)))
drivers/pci/quirks.c
6225
if (pci_pcie_type(pdev) != PCI_EXP_TYPE_DOWNSTREAM)
drivers/pci/search.c
86
case PCI_EXP_TYPE_DOWNSTREAM:
drivers/thunderbolt/acpi.c
48
pci_pcie_type(pdev) == PCI_EXP_TYPE_DOWNSTREAM)) {
drivers/thunderbolt/tb.c
3354
if (pci_pcie_type(pdev) != PCI_EXP_TYPE_DOWNSTREAM ||