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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c2021 SCIF_SAS_REMOTE_DEVICE_T * curr_config_route_info_expander = NULL; local
2045 curr_config_route_info_expander = curr_child_expander;
2047 while ( curr_config_route_info_expander != NULL
2048 && curr_config_route_info_expander != this_device
2049 && curr_config_route_info_expander->protocol_device.smp_device.scheduled_activity
2053 if (curr_config_route_info_expander->protocol_device.smp_device.is_externally_configurable)
2056 curr_config_route_info_expander->protocol_device.smp_device.config_route_smp_phy_anchor;
2058 curr_config_route_info_expander->protocol_device.smp_device.curr_config_route_index =
2061 if (curr_config_route_info_expander->protocol_device.smp_device.curr_config_route_index != 0)
2062 curr_config_route_info_expander
[all...]

Completed in 63 milliseconds