Searched refs:rphy (Results 1 – 1 of 1) sorted by relevance
3286 pmcs_phy_t *rphy = pwp->root_phys; in pmcs_new_tport() local3288 while (rphy) { in pmcs_new_tport()3289 if (rphy == pptr) { in pmcs_new_tport()3290 rphy = rphy->sibling; in pmcs_new_tport()3294 mutex_enter(&rphy->phy_lock); in pmcs_new_tport()3295 if ((rphy->iport == pptr->iport) && in pmcs_new_tport()3296 (rphy->target != NULL)) { in pmcs_new_tport()3297 mutex_enter(&rphy->target->statlock); in pmcs_new_tport()3298 pptr->target = rphy->target; in pmcs_new_tport()3299 rphy->target = NULL; in pmcs_new_tport()[all …]