Home
last modified time | relevance | path

Searched refs:tphyp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c298 pmcs_phy_t *pptr, *subphy, *tphyp; in pmcs_process_sas_hw_event() local
643 mutex_enter(&tphyp->phy_lock); in pmcs_process_sas_hw_event()
644 tphyp->spinup_hold = 1; in pmcs_process_sas_hw_event()
645 pmcs_spinup_release(pwp, tphyp); in pmcs_process_sas_hw_event()
646 mutex_exit(&tphyp->phy_lock); in pmcs_process_sas_hw_event()
741 tphyp = pptr; in pmcs_process_sas_hw_event()
742 pptr = pmcs_promote_next_phy(tphyp); in pmcs_process_sas_hw_event()
1054 tphyp = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()
1055 mutex_enter(&tphyp->phy_lock); in pmcs_process_sas_hw_event()
1056 tphyp->hw_event_ack = w1; in pmcs_process_sas_hw_event()
[all …]
H A Dpmcs_subr.c5979 pmcs_phy_t *tphyp; in pmcs_spinup_release() local
6014 while (tphyp) { in pmcs_spinup_release()
6018 tphyp = tphyp->sibling; in pmcs_spinup_release()
6050 tphyp = tphyp->sibling; in pmcs_spinup_release()
7274 tphyp = phyp; in pmcs_lock_phy_impl()
7275 while (tphyp) { in pmcs_lock_phy_impl()
7281 pmcs_prt(tphyp->pwp, PMCS_PRT_DEBUG_PHY_LOCKING, tphyp, in pmcs_lock_phy_impl()
7283 __func__, (void *)tphyp, (void *)tphyp->parent, in pmcs_lock_phy_impl()
7296 tphyp = tphyp->sibling; in pmcs_lock_phy_impl()
7508 for (tphyp = phyp; tphyp; tphyp = nphyp) { in pmcs_free_all_phys()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2083 uintptr_t tphyp = (uintptr_t)phyp; in display_phy() local
2093 (tphyp + offsetof(struct pmcs_phy, in display_phy()
2100 (tphyp + offsetof(struct pmcs_phy, in display_phy()