Home
last modified time | relevance | path

Searched refs:pcie_flags (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c366 u32 pcie_flags; in pseries_eeh_init_edev() local
414 2, &pcie_flags); in pseries_eeh_init_edev()
415 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_init_edev()
416 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pseries_eeh_init_edev()
418 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pseries_eeh_init_edev()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c368 u32 pcie_flags; in pseries_eeh_init_edev() local
416 2, &pcie_flags); in pseries_eeh_init_edev()
417 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_init_edev()
418 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pseries_eeh_init_edev()
420 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pseries_eeh_init_edev()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c328 uint32_t pcie_flags; in pnv_eeh_probe() local
365 2, &pcie_flags); in pnv_eeh_probe()
366 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
367 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pnv_eeh_probe()
369 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pnv_eeh_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c329 uint32_t pcie_flags; in pnv_eeh_probe() local
366 2, &pcie_flags); in pnv_eeh_probe()
367 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
368 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pnv_eeh_probe()
370 else if (pcie_flags == PCI_EXP_TYPE_DOWNSTREAM) in pnv_eeh_probe()

Completed in 7 milliseconds