Searched refs:parent_pe (Results 1 – 3 of 3) sorted by relevance
453 struct eeh_pe *pe, *parent_pe, *phb_pe; in eeh_dev_check_failure() local553 parent_pe = pe->parent; in eeh_dev_check_failure()554 while (parent_pe) { in eeh_dev_check_failure()556 if (parent_pe->type & EEH_PE_PHB) in eeh_dev_check_failure()560 ret = eeh_ops->get_state(parent_pe, NULL); in eeh_dev_check_failure()563 pe = parent_pe; in eeh_dev_check_failure()566 parent_pe = parent_pe->parent; in eeh_dev_check_failure()
1292 struct eeh_pe *phb_pe, *parent_pe; in pnv_eeh_next_error() local1450 parent_pe = (*pe)->parent; in pnv_eeh_next_error()1451 while (parent_pe) { in pnv_eeh_next_error()1453 if (parent_pe->type & EEH_PE_PHB) in pnv_eeh_next_error()1457 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()1460 *pe = parent_pe; in pnv_eeh_next_error()1463 parent_pe = parent_pe->parent; in pnv_eeh_next_error()
108 int64_t opal_pci_set_peltv(uint64_t phb_id, uint32_t parent_pe, uint32_t child_pe,