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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c117 if ( ( this_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
118 || this_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
122 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED;
150 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type;
155 if (this_smp_phy->attached_device_type != SMP_EDGE_EXPANDER_DEVICE
156 && this_smp_phy->attached_device_type != SMP_FANOUT_EXPANDER_DEVICE)
H A Dscif_sas_smp_phy.h91 * attached_device_type is expander.
97 * attached_device_type is end_device.
122 U8 attached_device_type; member in struct:SCIF_SAS_SMP_PHY
H A Dscif_sas_smp_activity_clear_affiliation.c103 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY
H A Dscif_sas_smp_remote_device.c461 if ( ( discover_response->u2.sas1_1.attached_device_type
781 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
842 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
1996 "SMP_PHY_%d (0x%x), attached device(0x%x), attached_sas_address(%x%x) attached_device_type(%d), routing_attribute(%d)\n",
2000 curr_smp_phy->attached_device_type,
2137 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2138 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
2219 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2270 && (destination_smp_phy->attached_device_type == SMP_NO_DEVICE_ATTACHED))
H A Dintel_sas.h726 U16 attached_device_type : 3; member in struct:SMP_RESPONSE_DISCOVER::__anon12363::__anon12364
735 U16 attached_device_type : 3; member in struct:SMP_RESPONSE_DISCOVER::__anon12363::__anon12365
H A Dscif_sas_domain.c1201 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED
1204 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY)

Completed in 109 milliseconds