Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Deeh.c439 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local
539 parent_pe = pe->parent; in eeh_dev_check_failure()
540 while (parent_pe) { in eeh_dev_check_failure()
542 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()
546 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()
549 pe = parent_pe; in eeh_dev_check_failure()
552 parent_pe = parent_pe->parent; in eeh_dev_check_failure()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c1287 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local
1445 parent_pe = (*pe)->parent; in pnv_eeh_next_error()
1446 while (parent_pe) { in pnv_eeh_next_error()
1448 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()
1452 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
1455 *pe = parent_pe; in pnv_eeh_next_error()
1458 parent_pe = parent_pe->parent; in pnv_eeh_next_error()
/linux-4.4.14/arch/powerpc/include/asm/
Dopal.h105 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,