Lines Matching refs:responding
3457 * _scsih_error_recovery_delete_devices - remove devices not responding
6550 status_str = "responding";
6586 status_str = "target responding";
7293 status_str = "responding";
7329 status_str = "target responding";
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;
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;
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;
9043 * After host reset, find out whether devices are still responding.
9103 ioc_info(ioc, "search for responding raid volumes: complete\n");
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;
9163 * After host reset, find out whether devices are still responding.
9221 * Iterate, pulling off devices marked as non-responding. We become the
9227 if (!sas_device->responding)
9230 sas_device->responding = 0;
9248 if (!pcie_device->responding)
9251 pcie_device->responding = 0;
9266 if (!raid_device->responding)
9270 raid_device->responding = 0;
9280 if (!sas_expander->responding)
9283 sas_expander->responding = 0;