Searched refs:parent_pe (Results 1 – 3 of 3) sorted by relevance
430 struct eeh_pe *pe, *parent_pe; in eeh_dev_check_failure() local532 parent_pe = pe->parent; in eeh_dev_check_failure()533 while (parent_pe) { in eeh_dev_check_failure()535 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()539 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()541 pe = parent_pe; in eeh_dev_check_failure()544 pe->phb->global_number, parent_pe->addr); in eeh_dev_check_failure()548 parent_pe = parent_pe->parent; in eeh_dev_check_failure()
1409 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1566 parent_pe = (*pe)->parent; in pnv_eeh_next_error()1567 while (parent_pe) { in pnv_eeh_next_error()1569 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()1573 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()1575 *pe = parent_pe; in pnv_eeh_next_error()1578 parent_pe = parent_pe->parent; in pnv_eeh_next_error()
113 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,