Searched refs:top_expander (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c674 SCIF_SAS_REMOTE_DEVICE_T * top_expander = fw_device->containing_device; local
676 while(top_expander->containing_device != NULL)
677 top_expander = top_expander->containing_device;
679 scif_sas_domain_start_smp_discover(fw_device->domain, top_expander);
H A Dscif_sas_domain.h257 SCIF_SAS_REMOTE_DEVICE_T * top_expander
H A Dscif_sas_domain.c1036 @ @param[in] top_expander The top level expander device to start smp discover process.
1042 SCIF_SAS_REMOTE_DEVICE_T * top_expander
1068 top_expander->is_currently_discovered = TRUE;
1071 scif_sas_smp_remote_device_start_discover(top_expander);

Completed in 49 milliseconds