Home
last modified time | relevance | path

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; in free_phy_info()
60 port_ptr->first_phy = NULL; in free_phy_info()
183 if (port_ptr->first_phy == NULL) { in get_phy_info()
184 port_ptr->first_phy = phy_ptr; in get_phy_info()
186 phy_ptr->next = port_ptr->first_phy; in get_phy_info()
187 port_ptr->first_phy = phy_ptr; in get_phy_info()
H A DSun_sasSendSMPPassThru.c172 if (hba_port_ptr->first_phy != NULL && in Sun_sasSendSMPPassThru()
173 wwnConversion(hba_port_ptr->first_phy-> in Sun_sasSendSMPPassThru()
H A DSun_sasScsiReportLUNs.c148 if (hba_port_ptr->first_phy != NULL && in Sun_sasScsiReportLUNs()
149 wwnConversion(hba_port_ptr->first_phy-> in Sun_sasScsiReportLUNs()
H A DSun_sasScsiReadCapacity.c155 if (hba_port_ptr->first_phy != NULL && in Sun_sasScsiReadCapacity()
156 wwnConversion(hba_port_ptr->first_phy-> in Sun_sasScsiReadCapacity()
H A DSun_sasScsiInquiry.c170 if (hba_port_ptr->first_phy != NULL && in Sun_sasScsiInquiry()
171 wwnConversion(hba_port_ptr->first_phy-> in Sun_sasScsiInquiry()
H A Dsun_sas.c427 if (hba_port_ptr->first_phy != NULL && in validateDomainAddress()
428 wwnConversion(hba_port_ptr->first_phy-> in validateDomainAddress()
H A DSun_sasGetSASPhyAttributes.c83 for (phy_ptr = hba_port_ptr->first_phy; phy_ptr != NULL; in Sun_sasGetSASPhyAttributes()
H A DSun_sasFreeLibrary.c105 phy_ptr = hba_port->first_phy; in FreeHBA()
H A Devent.c104 for (phy_ptr = hba_port_ptr->first_phy; in updateMatchingPhy()
H A Ddevtree_hba_disco.c72 phy_ptr = hba_port->first_phy; in free_hba_port()
78 hba_port->first_phy = NULL; in free_hba_port()
H A DSun_sasGetPhyStatistics.c110 for (phy_ptr = hba_port_ptr->first_phy; in Sun_sasGetPhyStatistics()
H A Dsun_sas.h166 struct phy_info *first_phy; /* Only for HBA port */ member
H A Ddevtree_device_disco.c197 for (phy_ptr = port_ptr->first_phy; phy_ptr != NULL; in fillDomainPortWWN()