Searched refs:root_phys (Results 1 – 6 of 6) sorted by relevance
268 for (pptr = pwp->root_phys; pptr; pptr = pptr->sibling) { in pmcs_kill_port()312 pptr = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()344 pptr = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()559 pmcs_lock_phy(pwp->root_phys + phynum); in pmcs_process_sas_hw_event()560 pptr = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()639 tphyp = (pmcs_phy_t *)(pwp->root_phys + phynum); in pmcs_process_sas_hw_event()661 subphy = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()702 for (pptr = pwp->root_phys; pptr; in pmcs_process_sas_hw_event()1054 tphyp = pwp->root_phys + phynum; in pmcs_process_sas_hw_event()
634 pptr = pwp->root_phys + phynum; in pmcs_start_phy()899 pptr = pwp->root_phys + phynum; in pmcs_stop_phy()1175 pptr = pwp->root_phys; in pmcs_abort_handler()1318 if (pmcs_validate_devid(pwp->root_phys, pptr, tmp) == B_FALSE) { in pmcs_register_device()1759 pmcs_free_all_phys(pwp, pwp->root_phys); in pmcs_soft_reset()1760 for (pptr = pwp->root_phys; pptr; pptr = pptr->sibling) { in pmcs_soft_reset()2108 ASSERT(pwp->root_phys != NULL); in pmcs_iport_configure_phys()2120 pptr = pwp->root_phys + phynum; in pmcs_iport_configure_phys()2226 for (pptr = pwp->root_phys; pptr; pptr = pptr->sibling) { in pmcs_promote_next_phy()2517 root_phy = pwp->root_phys; in pmcs_discover()[all …]
912 pwp->root_phys = kmem_zalloc(pwp->nphy * sizeof (pmcs_phy_t), KM_SLEEP); in pmcs_attach()914 phyp = pwp->root_phys; in pmcs_attach()1416 pmcs_deregister_devices(pwp, pwp->root_phys); in pmcs_unattach()1562 pmcs_free_all_phys(pwp, pwp->root_phys); in pmcs_unattach()1570 if (pwp->root_phys) { in pmcs_unattach()1571 pmcs_phy_t *phyp = pwp->root_phys; in pmcs_unattach()1576 kmem_free(pwp->root_phys, pwp->nphy * sizeof (pmcs_phy_t)); in pmcs_unattach()1577 pwp->root_phys = NULL; in pmcs_unattach()
278 pptr = pwp->root_phys; in pmcs_dev_state_recovery()
603 pmcs_phy_t *root_phys; /* HBA PHYs (level 0) */ member
2121 pphy = (pmcs_phy_t *)ss.root_phys; in display_phys()2503 wsp->walk_addr = (uintptr_t)(ss.root_phys); in phy_walk_i()