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

/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1301 struct eeh_pe *phb_pe, *parent_pe; pnv_eeh_next_error() local
1453 parent_pe = (*pe)->parent; pnv_eeh_next_error()
1454 while (parent_pe) { pnv_eeh_next_error()
1456 if (parent_pe->type & EEH_PE_PHB) pnv_eeh_next_error()
1460 state = eeh_ops->get_state(parent_pe, NULL); pnv_eeh_next_error()
1463 *pe = parent_pe; pnv_eeh_next_error()
1466 parent_pe = parent_pe->parent; pnv_eeh_next_error()
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh.c440 struct eeh_pe *pe, *parent_pe, *phb_pe; eeh_dev_check_failure() local
540 parent_pe = pe->parent; eeh_dev_check_failure()
541 while (parent_pe) { eeh_dev_check_failure()
543 if (parent_pe->type & EEH_PE_PHB) eeh_dev_check_failure()
547 ret = eeh_ops->get_state(parent_pe, NULL); eeh_dev_check_failure()
550 pe = parent_pe; eeh_dev_check_failure()
553 parent_pe = parent_pe->parent; eeh_dev_check_failure()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dopal.h103 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,

Completed in 71 milliseconds