Home
last modified time | relevance | path

Searched refs:first_attached_port (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c90 tgt_port = port_ptr->first_attached_port; in free_attached_port()
106 port_ptr->first_attached_port = NULL; in free_attached_port()
124 for (disco_port_ptr = port_ptr->first_attached_port; in fillDomainPortWWN()
143 if (port_ptr->first_attached_port) { in fillDomainPortWWN()
154 wwnConversion(port_ptr->first_attached_port-> in fillDomainPortWWN()
158 port_ptr->first_attached_port-> in fillDomainPortWWN()
202 for (disco_port_ptr = port_ptr->first_attached_port; in fillDomainPortWWN()
373 for (disco_port_ptr = port_ptr->first_attached_port; in get_attached_devices_info()
500 if (port_ptr->first_attached_port == NULL) { in get_attached_devices_info()
501 port_ptr->first_attached_port = disco_port_ptr; in get_attached_devices_info()
[all …]
H A DSun_sasGetDiscoveredPortAttributes.c106 if (hba_port_ptr->first_attached_port != NULL) { in Sun_sasGetDiscoveredPortAttributes()
107 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasGetDiscoveredPortAttributes()
H A DSun_sasGetPortAttributesByWWN.c134 if (hba_port_ptr->first_attached_port != NULL) { in Sun_sasGetPortAttributesByWWN()
137 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasGetPortAttributesByWWN()
H A DSun_sasFreeLibrary.c84 tgt_port = hba_port->first_attached_port; in FreeHBA()
H A DSun_sasGetTargetMapping.c104 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasGetTargetMapping()
H A DSun_sasSendSMPPassThru.c179 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasSendSMPPassThru()
H A DSun_sasScsiReportLUNs.c159 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasScsiReportLUNs()
H A Ddevtree_hba_disco.c50 tgt_port = hba_port->first_attached_port; in free_hba_port()
65 hba_port->first_attached_port = NULL; in free_hba_port()
H A DSun_sasScsiReadCapacity.c166 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasScsiReadCapacity()
H A DSun_sasScsiInquiry.c178 for (hba_disco_port = hba_port_ptr->first_attached_port; in Sun_sasScsiInquiry()
H A Dsun_sas.h165 struct sun_sas_port *first_attached_port; /* Only for HBA port */ member