Lines Matching full:responding

3457  * _scsih_error_recovery_delete_devices - remove devices not responding
6550 status_str = "responding"; in _scsih_sas_topology_change_event_debug()
6586 status_str = "target responding"; in _scsih_sas_topology_change_event_debug()
7293 status_str = "responding"; in _scsih_pcie_topology_change_event_debug()
7329 status_str = "target responding"; in _scsih_pcie_topology_change_event_debug()
8685 * _scsih_mark_responding_sas_device - mark a sas_devices as responding
8689 * After host reset, find out whether devices are still responding.
8715 sas_device->responding = 1; in _scsih_mark_responding_sas_device()
8827 * After host reset, find out whether devices are still responding.
8864 * _scsih_mark_responding_pcie_device - mark a pcie_device as responding
8868 * After host reset, find out whether devices are still responding.
8887 pcie_device->responding = 1; in _scsih_mark_responding_pcie_device()
8943 * After host reset, find out whether devices are still responding.
8983 * _scsih_mark_responding_raid_device - mark a raid_device as responding
8988 * After host reset, find out whether devices are still responding.
9009 raid_device->responding = 1; in _scsih_mark_responding_raid_device()
9043 * After host reset, find out whether devices are still responding.
9103 ioc_info(ioc, "search for responding raid volumes: complete\n"); in _scsih_search_responding_raid_devices()
9107 * _scsih_mark_responding_expander - mark a expander as responding
9111 * After host reset, find out whether devices are still responding.
9135 sas_expander->responding = 1; in _scsih_mark_responding_expander()
9163 * After host reset, find out whether devices are still responding.
9221 * Iterate, pulling off devices marked as non-responding. We become the in _scsih_remove_unresponding_devices()
9227 if (!sas_device->responding) in _scsih_remove_unresponding_devices()
9230 sas_device->responding = 0; in _scsih_remove_unresponding_devices()
9248 if (!pcie_device->responding) in _scsih_remove_unresponding_devices()
9251 pcie_device->responding = 0; in _scsih_remove_unresponding_devices()
9266 if (!raid_device->responding) in _scsih_remove_unresponding_devices()
9270 raid_device->responding = 0; in _scsih_remove_unresponding_devices()
9280 if (!sas_expander->responding) in _scsih_remove_unresponding_devices()
9283 sas_expander->responding = 0; in _scsih_remove_unresponding_devices()