Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isci/scil/
Dscif_sas_smp_remote_device.c429 SMP_RESPONSE_DISCOVER_T * discover_response = in scif_sas_smp_remote_device_decode_initial_discover_response() local
461 if ( ( discover_response->u2.sas1_1.attached_device_type in scif_sas_smp_remote_device_decode_initial_discover_response()
463 && ( discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
464 || discover_response->protocols.u.bits.attached_stp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
465 || discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
466 || discover_response->protocols.u.bits.attached_sata_device ) ) in scif_sas_smp_remote_device_decode_initial_discover_response()
468 attached_device_address = discover_response->attached_sas_address; in scif_sas_smp_remote_device_decode_initial_discover_response()
495 && discover_response->protocols.u.bits.attached_ssp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
503 if ( discover_response->protocols.u.bits.attached_smp_target in scif_sas_smp_remote_device_decode_initial_discover_response()
516 fw_domain->controller, fw_domain, fw_device, discover_response in scif_sas_smp_remote_device_decode_initial_discover_response()
[all …]
Dscif_sas_smp_phy.c144 SMP_RESPONSE_DISCOVER_T * discover_response in scif_sas_smp_phy_save_information() argument
148 ASSERT (this_smp_phy->phy_identifier == discover_response->phy_identifier); in scif_sas_smp_phy_save_information()
150 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type; in scif_sas_smp_phy_save_information()
151 this_smp_phy->routing_attribute = (U8)discover_response->routing_attribute; in scif_sas_smp_phy_save_information()
152 this_smp_phy->attached_sas_address = discover_response->attached_sas_address; in scif_sas_smp_phy_save_information()
Dscic_sds_remote_device.c235 SMP_RESPONSE_DISCOVER_T * discover_response in scic_sds_remote_device_get_info_from_smp_discover_response() argument
240 discover_response->attached_sas_address.high; in scic_sds_remote_device_get_info_from_smp_discover_response()
243 discover_response->attached_sas_address.low; in scic_sds_remote_device_get_info_from_smp_discover_response()
245 this_device->target_protocols.u.all = discover_response->protocols.u.all; in scic_sds_remote_device_get_info_from_smp_discover_response()
253 SMP_RESPONSE_DISCOVER_T * discover_response in scic_remote_device_ea_construct() argument
268 remote_device, discover_response in scic_remote_device_ea_construct()
274 this_device, discover_response in scic_remote_device_ea_construct()
321 discover_response->u2.sas1_1.negotiated_physical_link_rate in scic_remote_device_ea_construct()
Dscif_sas_smp_phy.h158 SMP_RESPONSE_DISCOVER_T * discover_response
Dscic_remote_device.h191 SMP_RESPONSE_DISCOVER_T * discover_response
Dscif_sas_smp_remote_device.h361 SMP_RESPONSE_DISCOVER_T * discover_response
Dscic_sds_remote_device.h641 SMP_RESPONSE_DISCOVER_T * discover_response