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

/freebsd-10-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c115 if ( ( this_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
116 || this_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
120 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED;
148 this_smp_phy->attached_device_type = (U8)discover_response->u2.sas1_1.attached_device_type;
153 if (this_smp_phy->attached_device_type != SMP_EDGE_EXPANDER_DEVICE
154 && this_smp_phy->attached_device_type != SMP_FANOUT_EXPANDER_DEVICE)
H A Dscif_sas_smp_phy.h89 * attached_device_type is expander.
95 * attached_device_type is end_device.
120 U8 attached_device_type; member in struct:SCIF_SAS_SMP_PHY
H A Dscif_sas_smp_activity_clear_affiliation.c101 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY
H A Dscif_sas_smp_remote_device.c459 if ( ( discover_response->u2.sas1_1.attached_device_type
779 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
840 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
1994 "SMP_PHY_%d (0x%x), attached device(0x%x), attached_sas_address(%x%x) attached_device_type(%d), routing_attribute(%d)\n",
1998 curr_smp_phy->attached_device_type,
2135 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2136 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
2217 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2268 && (destination_smp_phy->attached_device_type == SMP_NO_DEVICE_ATTACHED))
H A Dintel_sas.h724 U16 attached_device_type : 3; member in struct:SMP_RESPONSE_DISCOVER::__anon8912::__anon8913
733 U16 attached_device_type : 3; member in struct:SMP_RESPONSE_DISCOVER::__anon8912::__anon8914
H A Dscif_sas_domain.c1199 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED
1202 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY)

Completed in 61 milliseconds