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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c2023 SCIF_SAS_REMOTE_DEVICE_T * curr_config_route_info_expander = NULL; local
2047 curr_config_route_info_expander = curr_child_expander;
2049 while ( curr_config_route_info_expander != NULL
2050 && curr_config_route_info_expander != this_device
2051 && curr_config_route_info_expander->protocol_device.smp_device.scheduled_activity
2055 if (curr_config_route_info_expander->protocol_device.smp_device.is_externally_configurable)
2058 curr_config_route_info_expander->protocol_device.smp_device.config_route_smp_phy_anchor;
2060 curr_config_route_info_expander->protocol_device.smp_device.curr_config_route_index =
2063 if (curr_config_route_info_expander->protocol_device.smp_device.curr_config_route_index != 0)
2064 curr_config_route_info_expander
[all...]

Completed in 41 milliseconds