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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_phy_disco.c53 phy_ptr = port_ptr->first_phy;
60 port_ptr->first_phy = NULL;
183 if (port_ptr->first_phy == NULL) {
184 port_ptr->first_phy = phy_ptr;
186 phy_ptr->next = port_ptr->first_phy;
187 port_ptr->first_phy = phy_ptr;
H A DSun_sasGetSASPhyAttributes.c83 for (phy_ptr = hba_port_ptr->first_phy; phy_ptr != NULL;
H A DSun_sasScsiReportLUNs.c148 if (hba_port_ptr->first_phy != NULL &&
149 wwnConversion(hba_port_ptr->first_phy->
H A DSun_sasSendSMPPassThru.c168 if (hba_port_ptr->first_phy != NULL &&
169 wwnConversion(hba_port_ptr->first_phy->
H A DSun_sasFreeLibrary.c100 phy_ptr = hba_port->first_phy;
H A DSun_sasScsiInquiry.c167 if (hba_port_ptr->first_phy != NULL &&
168 wwnConversion(hba_port_ptr->first_phy->
H A DSun_sasScsiReadCapacity.c155 if (hba_port_ptr->first_phy != NULL &&
156 wwnConversion(hba_port_ptr->first_phy->
H A Dsun_sas.c424 if (hba_port_ptr->first_phy != NULL &&
425 wwnConversion(hba_port_ptr->first_phy->
H A Devent.c101 for (phy_ptr = hba_port_ptr->first_phy;
H A DSun_sasGetPhyStatistics.c106 for (phy_ptr = hba_port_ptr->first_phy;
H A Ddevtree_hba_disco.c67 phy_ptr = hba_port->first_phy;
73 hba_port->first_phy = NULL;
H A Dsun_sas.h166 struct phy_info *first_phy; /* Only for HBA port */ member in struct:sun_sas_port
H A Ddevtree_device_disco.c196 for (phy_ptr = port_ptr->first_phy; phy_ptr != NULL;

Completed in 67 milliseconds