Lines Matching full:responding
3457 * _scsih_error_recovery_delete_devices - remove devices not responding
6526 status_str = "responding"; in _scsih_sas_topology_change_event_debug()
6562 status_str = "target responding"; in _scsih_sas_topology_change_event_debug()
7269 status_str = "responding"; in _scsih_pcie_topology_change_event_debug()
7305 status_str = "target responding"; in _scsih_pcie_topology_change_event_debug()
8661 * _scsih_mark_responding_sas_device - mark a sas_devices as responding
8665 * After host reset, find out whether devices are still responding.
8691 sas_device->responding = 1; in _scsih_mark_responding_sas_device()
8803 * After host reset, find out whether devices are still responding.
8840 * _scsih_mark_responding_pcie_device - mark a pcie_device as responding
8844 * After host reset, find out whether devices are still responding.
8863 pcie_device->responding = 1; in _scsih_mark_responding_pcie_device()
8919 * After host reset, find out whether devices are still responding.
8959 * _scsih_mark_responding_raid_device - mark a raid_device as responding
8964 * After host reset, find out whether devices are still responding.
8985 raid_device->responding = 1; in _scsih_mark_responding_raid_device()
9019 * After host reset, find out whether devices are still responding.
9079 ioc_info(ioc, "search for responding raid volumes: complete\n"); in _scsih_search_responding_raid_devices()
9083 * _scsih_mark_responding_expander - mark a expander as responding
9087 * After host reset, find out whether devices are still responding.
9111 sas_expander->responding = 1; in _scsih_mark_responding_expander()
9139 * After host reset, find out whether devices are still responding.
9197 * Iterate, pulling off devices marked as non-responding. We become the in _scsih_remove_unresponding_devices()
9203 if (!sas_device->responding) in _scsih_remove_unresponding_devices()
9206 sas_device->responding = 0; in _scsih_remove_unresponding_devices()
9224 if (!pcie_device->responding) in _scsih_remove_unresponding_devices()
9227 pcie_device->responding = 0; in _scsih_remove_unresponding_devices()
9242 if (!raid_device->responding) in _scsih_remove_unresponding_devices()
9246 raid_device->responding = 0; in _scsih_remove_unresponding_devices()
9256 if (!sas_expander->responding) in _scsih_remove_unresponding_devices()
9259 sas_expander->responding = 0; in _scsih_remove_unresponding_devices()