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

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetDiscoveredPortAttributes.c41 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
107 for (hba_disco_port = hba_port_ptr->first_attached_port;
108 hba_disco_port != NULL;
109 hba_disco_port = hba_disco_port->next) {
110 if (hba_disco_port->index == discoveredport) {
114 if (hba_disco_port == NULL) {
122 hba_disco_port->port_attributes.PortType;
124 hba_disco_port->port_attributes.PortState;
126 hba_disco_port
[all...]
H A DSun_sasGetPortAttributesByWWN.c39 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
137 for (hba_disco_port = hba_port_ptr->first_attached_port;
138 hba_disco_port != NULL;
139 hba_disco_port = hba_disco_port->next) {
140 if (wwnConversion(hba_disco_port->
145 hba_disco_port->port_attributes.
148 hba_disco_port->port_attributes.
151 hba_disco_port->port_attributes.
156 hba_disco_port
[all...]
H A DSun_sasScsiReportLUNs.c77 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
159 for (hba_disco_port = hba_port_ptr->first_attached_port;
160 hba_disco_port != NULL;
161 hba_disco_port = hba_disco_port->next) {
166 if (wwnConversion(hba_disco_port->port_attributes.\
177 if ((hba_disco_port->port_attributes.PortType !=
179 (hba_disco_port->port_attributes.PortType !=
189 if ((mapping_ptr = hba_disco_port->scsiInfo) != NULL) {
H A DSun_sasGetTargetMapping.c42 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
104 for (hba_disco_port = hba_port_ptr->first_attached_port;
105 hba_disco_port != NULL;
106 hba_disco_port = hba_disco_port->next) {
107 for (mapping_ptr = hba_disco_port->scsiInfo;
H A DSun_sasSendSMPPassThru.c96 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
179 for (hba_disco_port = hba_port_ptr->first_attached_port;
180 hba_disco_port != NULL;
181 hba_disco_port = hba_disco_port->next) {
186 if (wwnConversion(hba_disco_port->port_attributes.\
198 if ((hba_disco_port->port_attributes.\
215 hba_disco_port->port_attributes.OSDeviceName,
H A DSun_sasScsiInquiry.c81 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
178 for (hba_disco_port = hba_port_ptr->first_attached_port;
179 hba_disco_port != NULL;
180 hba_disco_port = hba_disco_port->next) {
185 if (wwnConversion(hba_disco_port->port_attributes.\
196 if ((hba_disco_port->port_attributes.PortType !=
198 (hba_disco_port->port_attributes.PortType !=
211 for (mapping_ptr = hba_disco_port->scsiInfo;
H A DSun_sasScsiReadCapacity.c77 struct sun_sas_port *hba_port_ptr, *hba_disco_port; local
166 for (hba_disco_port = hba_port_ptr->first_attached_port;
167 hba_disco_port != NULL;
168 hba_disco_port = hba_disco_port->next) {
173 if (wwnConversion(hba_disco_port->port_attributes.\
184 if ((hba_disco_port->port_attributes.PortType !=
186 (hba_disco_port->port_attributes.PortType !=
199 for (mapping_ptr = hba_disco_port->scsiInfo;

Completed in 70 milliseconds