Lines Matching refs:slave
405 struct pnv_ioda_pe *slave; in pnv_ioda_freeze_pe() local
431 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_freeze_pe()
433 slave->pe_number, in pnv_ioda_freeze_pe()
438 slave->pe_number); in pnv_ioda_freeze_pe()
444 struct pnv_ioda_pe *pe, *slave; in pnv_ioda_unfreeze_pe() local
467 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_unfreeze_pe()
469 slave->pe_number, in pnv_ioda_unfreeze_pe()
474 slave->pe_number); in pnv_ioda_unfreeze_pe()
484 struct pnv_ioda_pe *slave, *pe; in pnv_ioda_get_pe_state() local
519 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_get_pe_state()
521 slave->pe_number, in pnv_ioda_get_pe_state()
529 phb->hose->global_number, slave->pe_number); in pnv_ioda_get_pe_state()
570 struct pnv_ioda_pe *slave; in pnv_ioda_set_one_peltv() local
586 list_for_each_entry(slave, &child->slaves, list) { in pnv_ioda_set_one_peltv()
588 slave->pe_number, op); in pnv_ioda_set_one_peltv()
590 pe_warn(slave, "OPAL error %ld %s to parent PELTV\n", in pnv_ioda_set_one_peltv()
603 struct pnv_ioda_pe *slave; in pnv_ioda_set_peltv() local
615 list_for_each_entry(slave, &pe->slaves, list) in pnv_ioda_set_peltv()
617 slave->pe_number, in pnv_ioda_set_peltv()
634 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_set_peltv()
635 ret = pnv_ioda_set_one_peltv(phb, slave, pe, is_add); in pnv_ioda_set_peltv()