Searched refs:host_failed (Results 1 – 7 of 7) sorted by relevance
134 4. Increments shost->host_failed136 5. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed146 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,255 - shost->host_failed++266 - shost->host_failed--446 - shost->host_failed == shost->host_busy453 - shost->host_failed is zero.
65 if (atomic_read(&shost->host_busy) == shost->host_failed) { in scsi_eh_wakeup()253 shost->host_failed++; in scsi_eh_scmd_add()1130 scmd->device->host->host_failed--; in scsi_eh_finish_cmd()2193 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()2194 shost->host_failed != atomic_read(&shost->host_busy)) { in scsi_error_handler()2208 shost->host_failed, in scsi_error_handler()
530 cmd->device->host->host_failed); in scsi_log_completion()
320 (shost->host_failed || shost->host_eh_scheduled))) { in scsi_device_unbusy()
579 unsigned int host_failed; /* commands that failed. member
760 __func__, atomic_read(&shost->host_busy), shost->host_failed); in sas_scsi_recover_host()803 shost->host_failed, tries); in sas_scsi_recover_host()
609 WARN_ON(host->host_failed || !list_empty(&eh_work_q)); in ata_scsi_error()