Home
last modified time | relevance | path

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) { 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()
H A Dpmcs_subr.c634 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()
2108 ASSERT(pwp->root_phys != NULL); in pmcs_iport_configure_phys()
2517 root_phy = pwp->root_phys; in pmcs_discover()
2766 pptr = pwp->root_phys; in pmcs_report_observations()
3449 ctmp = pwp->root_phys; in pmcs_configure_expander()
4109 ctmp = pwp->root_phys; in pmcs_clear_expander()
5846 pptr = pwp->root_phys; in pmcs_find_phy_by_wwn()
5877 pptr = pwp->root_phys; in pmcs_find_phy_by_sas_address()
[all …]
H A Dpmcs_attach.c912 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()
H A Dpmcs_ds.c278 pptr = pwp->root_phys; in pmcs_dev_state_recovery()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h603 pmcs_phy_t *root_phys; /* HBA PHYs (level 0) */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2121 pphy = (pmcs_phy_t *)ss.root_phys; in display_phys()
2503 wsp->walk_addr = (uintptr_t)(ss.root_phys); in phy_walk_i()