Home
last modified time | relevance | path

Searched refs:parent_pe (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/platforms/powernv/
Deeh-ioda.c953 struct eeh_pe *phb_pe, *parent_pe; in ioda_eeh_next_error() local
1097 parent_pe = (*pe)->parent; in ioda_eeh_next_error()
1098 while (parent_pe) { in ioda_eeh_next_error()
1100 if (parent_pe->type & EEH_PE_PHB) in ioda_eeh_next_error()
1104 state = ioda_eeh_get_state(parent_pe); in ioda_eeh_next_error()
1107 *pe = parent_pe; in ioda_eeh_next_error()
1110 parent_pe = parent_pe->parent; in ioda_eeh_next_error()
/arch/powerpc/kernel/
Deeh.c410 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local
508 parent_pe = pe->parent; in eeh_dev_check_failure()
509 while (parent_pe) { in eeh_dev_check_failure()
511 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
515 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
518 pe = parent_pe; in eeh_dev_check_failure()
521 parent_pe = parent_pe->parent; in eeh_dev_check_failure()
/arch/powerpc/include/asm/
Dopal.h880 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,