Home
last modified time | relevance | path

Searched refs:attached_device_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c117 if ( ( this_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_smp_phy_destruct()
118 || this_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_smp_phy_destruct()
122 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED; in scif_sas_smp_phy_destruct()
150 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type; in scif_sas_smp_phy_save_information()
155 if (this_smp_phy->attached_device_type != SMP_EDGE_EXPANDER_DEVICE in scif_sas_smp_phy_save_information()
156 && this_smp_phy->attached_device_type != SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_smp_phy_save_information()
H A Dscif_sas_smp_phy.h122 U8 attached_device_type; member
H A Dscif_sas_smp_remote_device.c461 if ( ( discover_response->u2.sas1_1.attached_device_type in scif_sas_smp_remote_device_decode_initial_discover_response()
781 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED ) in scif_sas_smp_remote_device_decode_target_reset_discover_response()
842 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED ) in scif_sas_smp_remote_device_decode_spinup_hold_release_discover_response()
2000 curr_smp_phy->attached_device_type, in scif_sas_smp_remote_device_print_smp_phy_list()
2137 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_remote_device_find_upstream_expander()
2138 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_remote_device_find_upstream_expander()
2219 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_remote_device_find_downstream_expander()
2270 && (destination_smp_phy->attached_device_type == SMP_NO_DEVICE_ATTACHED)) in scif_sas_smp_remote_device_do_config_route_info()
H A Dscif_sas_smp_activity_clear_affiliation.c103 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
H A Dintel_sas.h726 U16 attached_device_type : 3; member
735 U16 attached_device_type : 3; member
H A Dscif_sas_domain.c1201 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED in scif_sas_domain_remove_expander_device()
1204 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY) in scif_sas_domain_remove_expander_device()