Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c427 SMP_RESPONSE_DISCOVER_T * discover_response = in scif_sas_smp_remote_device_decode_initial_discover_response() local
459 if ( ( discover_response->u2.sas1_1.attached_device_type in scif_sas_smp_remote_device_decode_initial_discover_response()
461 && ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
462 || discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
463 || discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
464 || discover_response->protocols.u.bits.attached_sata_device ) ) in scif_sas_smp_remote_device_decode_initial_discover_response()
466 attached_device_address = discover_response->attached_sas_address; in scif_sas_smp_remote_device_decode_initial_discover_response()
493 && discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
501 if ( discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
514 fw_domain->controller, fw_domain, fw_device, discover_response in scif_sas_smp_remote_device_decode_initial_discover_response()
[all …]
H A Dscif_sas_smp_phy.c142 SMP_RESPONSE_DISCOVER_T * discover_response in scif_sas_smp_phy_save_information() argument
146 ASSERT (this_smp_phy->phy_identifier == discover_response->phy_identifier); in scif_sas_smp_phy_save_information()
148 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type; in scif_sas_smp_phy_save_information()
149 this_smp_phy->routing_attribute = (U8)discover_response->routing_attribute; in scif_sas_smp_phy_save_information()
150 this_smp_phy->attached_sas_address = discover_response->attached_sas_address; in scif_sas_smp_phy_save_information()
H A Dscic_sds_remote_device.c233 SMP_RESPONSE_DISCOVER_T * discover_response in scic_sds_remote_device_get_info_from_smp_discover_response() argument
238 discover_response->attached_sas_address.high; in scic_sds_remote_device_get_info_from_smp_discover_response()
241 discover_response->attached_sas_address.low; in scic_sds_remote_device_get_info_from_smp_discover_response()
243 this_device->target_protocols.u.all = discover_response->protocols.u.all; in scic_sds_remote_device_get_info_from_smp_discover_response()
251 SMP_RESPONSE_DISCOVER_T * discover_response in scic_remote_device_ea_construct() argument
266 remote_device, discover_response in scic_remote_device_ea_construct()
272 this_device, discover_response in scic_remote_device_ea_construct()
319 discover_response->u2.sas1_1.negotiated_physical_link_rate in scic_remote_device_ea_construct()
H A Dscif_sas_smp_phy.h156 SMP_RESPONSE_DISCOVER_T * discover_response
H A Dscic_remote_device.h189 SMP_RESPONSE_DISCOVER_T * discover_response
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