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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c298 pmcs_phy_t *pptr, *subphy, *tphyp; local
661 subphy = pwp->root_phys + phynum;
663 * subphy is a pointer to the PHY corresponding to the incoming
665 * port. So, subphy and pptr may or may not be the same PHY,
668 ASSERT(subphy);
737 if (pptr == subphy) {
738 primary = !subphy->subsidiary;
764 pmcs_update_phy_pm_props(pptr, subphy->att_port_pm_tmp,
765 subphy->tgt_port_pm_tmp, B_FALSE);
769 /* Clear the iport reference and portid on the subphy */
[all...]

Completed in 44 milliseconds