Searched refs:dead_phys (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h605 kmutex_t dead_phylist_lock; /* Protects dead_phys */
606 pmcs_phy_t *dead_phys; /* PHYs waiting to be freed */ member in struct:pmcs_hw
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c3277 * If it's not a root PHY, see if there's a PHY on the dead_phys
3630 * we see that, take those children and put them on the dead_phys list.
7487 * on the dead_phys list.
7520 for (tphyp = pwp->dead_phys; tphyp; tphyp = nphyp) {
7525 pwp->dead_phys = NULL;
7720 phyp = pwp->dead_phys;
7756 pwp->dead_phys = nphyp;
7802 * may have a "brother" on the dead_phys list. That is, it may be the same as
7822 ctmp = pwp->dead_phys;
8341 phyp->dead_next = pwp->dead_phys;
[all...]

Completed in 70 milliseconds