Lines Matching refs:responding

3627  * _scsih_error_recovery_delete_devices - remove devices not responding
7522 status_str = "responding";
7558 status_str = "target responding";
8269 status_str = "responding";
8305 status_str = "target responding";
9701 * _scsih_mark_responding_sas_device - mark a sas_devices as responding
9705 * After host reset, find out whether devices are still responding.
9737 sas_device->responding = 1;
9847 * After host reset, find out whether devices are still responding.
9884 * _scsih_mark_responding_pcie_device - mark a pcie_device as responding
9888 * After host reset, find out whether devices are still responding.
9907 pcie_device->responding = 1;
9963 * After host reset, find out whether devices are still responding.
10003 * _scsih_mark_responding_raid_device - mark a raid_device as responding
10008 * After host reset, find out whether devices are still responding.
10029 raid_device->responding = 1;
10063 * After host reset, find out whether devices are still responding.
10123 ioc_info(ioc, "search for responding raid volumes: complete\n");
10127 * _scsih_mark_responding_expander - mark a expander as responding
10131 * After host reset, find out whether devices are still responding.
10159 sas_expander->responding = 1;
10187 * After host reset, find out whether devices are still responding.
10249 * Iterate, pulling off devices marked as non-responding. We become the
10266 if (!sas_device->responding)
10269 sas_device->responding = 0;
10297 if (!pcie_device->responding)
10300 pcie_device->responding = 0;
10315 if (!raid_device->responding)
10319 raid_device->responding = 0;
10329 if (!sas_expander->responding)
10332 sas_expander->responding = 0;