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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c415 * @param[in] discover_response The pointer to a DISCOVER response
427 SMP_RESPONSE_DISCOVER_T * discover_response = local
459 if ( ( discover_response->u2.sas1_1.attached_device_type
461 && ( discover_response->protocols.u.bits.attached_ssp_target
462 || discover_response->protocols.u.bits.attached_stp_target
463 || discover_response->protocols.u.bits.attached_smp_target
464 || discover_response->protocols.u.bits.attached_sata_device ) )
466 attached_device_address = discover_response->attached_sas_address;
493 && discover_response->protocols.u.bits.attached_ssp_target
501 if ( discover_response
751 SMP_RESPONSE_DISCOVER_T * discover_response = local
814 SMP_RESPONSE_DISCOVER_T * discover_response = &smp_response->response.discover; local
[all...]
H A Dscif_sas_smp_phy.c136 * @param[in] discover_response The smp DISCOVER response for this_smp_phy.
142 SMP_RESPONSE_DISCOVER_T * discover_response
146 ASSERT (this_smp_phy->phy_identifier == discover_response->phy_identifier);
148 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type;
149 this_smp_phy->routing_attribute = (U8)discover_response->routing_attribute;
150 this_smp_phy->attached_sas_address = discover_response->attached_sas_address;
171 * @param[in] discover_response The smp DISCOVER response for this_smp_phy.
H A Dscif_sas_smp_phy.h156 SMP_RESPONSE_DISCOVER_T * discover_response
H A Dscic_remote_device.h171 * @param[in] discover_response This parameter specifies the SMP
189 SMP_RESPONSE_DISCOVER_T * discover_response
H A Dscic_sds_remote_device.c233 SMP_RESPONSE_DISCOVER_T * discover_response
236 // decode discover_response to set sas_address to this_device.
238 discover_response->attached_sas_address.high;
241 discover_response->attached_sas_address.low;
243 this_device->target_protocols.u.all = discover_response->protocols.u.all;
251 SMP_RESPONSE_DISCOVER_T * discover_response
266 remote_device, discover_response
272 this_device, discover_response
319 discover_response->u2.sas1_1.negotiated_physical_link_rate
H A Dscif_sas_smp_remote_device.h359 SMP_RESPONSE_DISCOVER_T * discover_response
H A Dscic_sds_remote_device.h639 SMP_RESPONSE_DISCOVER_T * discover_response

Completed in 122 milliseconds