Searched refs:rphy (Results 1 – 1 of 1) sorted by relevance
3282 pmcs_phy_t *rphy = pwp->root_phys; in pmcs_new_tport() local3284 while (rphy) { in pmcs_new_tport()3285 if (rphy == pptr) { in pmcs_new_tport()3286 rphy = rphy->sibling; in pmcs_new_tport()3290 mutex_enter(&rphy->phy_lock); in pmcs_new_tport()3291 if ((rphy->iport == pptr->iport) && in pmcs_new_tport()3292 (rphy->target != NULL)) { in pmcs_new_tport()3293 mutex_enter(&rphy->target->statlock); in pmcs_new_tport()3294 pptr->target = rphy->target; in pmcs_new_tport()3295 rphy->target = NULL; in pmcs_new_tport()[all …]