Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c587 if (pe_number == IODA_INVALID_PE) in pnv_pci_bdfn_to_pe()
600 if (pdn->pe_number == IODA_INVALID_PE) in pnv_ioda_get_pe()
785 phb->ioda.pe_rmap[rid] = IODA_INVALID_PE; in pnv_ioda_deconfigure_pe()
885 if (pdn->pe_number != IODA_INVALID_PE) in pnv_ioda_setup_dev_PE()
914 pdn->pe_number = IODA_INVALID_PE; in pnv_ioda_setup_dev_PE()
943 if (WARN_ON(pe_num != IODA_INVALID_PE)) { in pnv_ioda_setup_bus_PE()
2347 if (pdn->pe_number == IODA_INVALID_PE) { in pnv_ocapi_enable_device_hook()
2395 map[idx] = IODA_INVALID_PE; in pnv_ioda_free_pe_seg()
2463 if (!pdn || pdn->pe_number == IODA_INVALID_PE) in pnv_pci_release_device()
2485 pdn->pe_number = IODA_INVALID_PE; in pnv_pci_release_device()
[all …]
H A Dpci.c544 if (pe_no == IODA_INVALID_PE) { in pnv_pci_config_check_eeh()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpci.c118 pdn->pe_num_map[vf_index] = IODA_INVALID_PE; in pseries_associate_pes()
132 cpu_to_be16(IODA_INVALID_PE); in pseries_associate_pes()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_dn.c165 pdn->pe_number = IODA_INVALID_PE; in add_one_sriov_vf_pdn()
298 pdn->pe_number = IODA_INVALID_PE; in pci_add_device_node_info()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h219 #define IODA_INVALID_PE 0xFFFFFFFF macro