Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c115 if ( ( this_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_smp_phy_destruct()
116 || this_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_smp_phy_destruct()
120 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED; in scif_sas_smp_phy_destruct()
148 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type; in scif_sas_smp_phy_save_information()
153 if (this_smp_phy->attached_device_type != SMP_EDGE_EXPANDER_DEVICE in scif_sas_smp_phy_save_information()
154 && this_smp_phy->attached_device_type != SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_smp_phy_save_information()
H A Dscif_sas_smp_remote_device.c459 if ( ( discover_response->u2.sas1_1.attached_device_type in scif_sas_smp_remote_device_decode_initial_discover_response()
779 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED ) in scif_sas_smp_remote_device_decode_target_reset_discover_response()
840 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()
1998 curr_smp_phy->attached_device_type, in scif_sas_smp_remote_device_print_smp_phy_list()
2135 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_remote_device_find_upstream_expander()
2136 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_remote_device_find_upstream_expander()
2217 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_remote_device_find_downstream_expander()
2268 && (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_phy.h120 U8 attached_device_type; member
H A Dscif_sas_smp_activity_clear_affiliation.c101 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.h724 U16 attached_device_type : 3; member
733 U16 attached_device_type : 3; member
H A Dscif_sas_domain.c1199 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED in scif_sas_domain_remove_expander_device()
1202 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY) in scif_sas_domain_remove_expander_device()