Lines Matching refs:slave
383 struct pnv_ioda_pe *slave; in pnv_ioda_freeze_pe() local
409 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_freeze_pe()
411 slave->pe_number, in pnv_ioda_freeze_pe()
416 slave->pe_number); in pnv_ioda_freeze_pe()
422 struct pnv_ioda_pe *pe, *slave; in pnv_ioda_unfreeze_pe() local
445 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_unfreeze_pe()
447 slave->pe_number, in pnv_ioda_unfreeze_pe()
452 slave->pe_number); in pnv_ioda_unfreeze_pe()
462 struct pnv_ioda_pe *slave, *pe; in pnv_ioda_get_pe_state() local
497 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_get_pe_state()
499 slave->pe_number, in pnv_ioda_get_pe_state()
507 phb->hose->global_number, slave->pe_number); in pnv_ioda_get_pe_state()
548 struct pnv_ioda_pe *slave; in pnv_ioda_set_one_peltv() local
564 list_for_each_entry(slave, &child->slaves, list) { in pnv_ioda_set_one_peltv()
566 slave->pe_number, op); in pnv_ioda_set_one_peltv()
568 pe_warn(slave, "OPAL error %ld %s to parent PELTV\n", in pnv_ioda_set_one_peltv()
581 struct pnv_ioda_pe *slave; in pnv_ioda_set_peltv() local
593 list_for_each_entry(slave, &pe->slaves, list) in pnv_ioda_set_peltv()
595 slave->pe_number, in pnv_ioda_set_peltv()
612 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_set_peltv()
613 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()