Searched refs:root_phys (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c268 for (pptr = pwp->root_phys; pptr; pptr = pptr->sibling) {
312 pptr = pwp->root_phys + phynum;
344 pptr = pwp->root_phys + phynum;
559 pmcs_lock_phy(pwp->root_phys + phynum);
560 pptr = pwp->root_phys + phynum;
639 tphyp = (pmcs_phy_t *)(pwp->root_phys + phynum);
661 subphy = pwp->root_phys + phynum;
702 for (pptr = pwp->root_phys; pptr;
1054 tphyp = pwp->root_phys + phynum;
H A Dpmcs_attach.c912 pwp->root_phys = kmem_zalloc(pwp->nphy * sizeof (pmcs_phy_t), KM_SLEEP);
914 phyp = pwp->root_phys;
1416 pmcs_deregister_devices(pwp, pwp->root_phys);
1562 pmcs_free_all_phys(pwp, pwp->root_phys);
1570 if (pwp->root_phys) {
1571 pmcs_phy_t *phyp = pwp->root_phys;
1576 kmem_free(pwp->root_phys, pwp->nphy * sizeof (pmcs_phy_t));
1577 pwp->root_phys = NULL;
H A Dpmcs_subr.c632 pptr = pwp->root_phys + phynum;
897 pptr = pwp->root_phys + phynum;
1173 pptr = pwp->root_phys;
1316 if (pmcs_validate_devid(pwp->root_phys, pptr, tmp) == B_FALSE) {
1757 pmcs_free_all_phys(pwp, pwp->root_phys);
1758 for (pptr = pwp->root_phys; pptr; pptr = pptr->sibling) {
2106 ASSERT(pwp->root_phys != NULL);
2117 /* Grab the phy pointer from root_phys */
2118 pptr = pwp->root_phys + phynum;
2224 for (pptr = pwp->root_phys; ppt
[all...]
H A Dpmcs_ds.c278 pptr = pwp->root_phys;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h603 pmcs_phy_t *root_phys; /* HBA PHYs (level 0) */ member in struct:pmcs_hw
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2114 pphy = (pmcs_phy_t *)ss.root_phys;
2496 wsp->walk_addr = (uintptr_t)(ss.root_phys);

Completed in 295 milliseconds