Home
last modified time | relevance | path

Searched refs:host_failed (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/Documentation/scsi/
Dscsi_eh.txt126 4. Increments shost->host_failed
128 5. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
138 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
247 - shost->host_failed++
258 - shost->host_failed--
437 - shost->host_failed == shost->host_busy
444 - shost->host_failed is zero.
/linux-3.4.99/drivers/scsi/
Dscsi_error.c61 if (shost->host_busy == shost->host_failed) { in scsi_eh_wakeup()
116 shost->host_failed++; in scsi_eh_scmd_add()
882 scmd->device->host->host_failed--; in scsi_eh_finish_cmd()
1833 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
1834 shost->host_failed != shost->host_busy) { in scsi_error_handler()
Dscsi.c623 cmd->device->host->host_failed); in scsi_log_completion()
Dscsi_lib.c312 (shost->host_failed || shost->host_eh_scheduled))) in scsi_device_unbusy()
Dlibiscsi.c2930 session->host->host_failed); in iscsi_conn_teardown()
/linux-3.4.99/include/scsi/
Dscsi_host.h595 unsigned int host_failed; /* commands that failed. */ member
/linux-3.4.99/drivers/scsi/libsas/
Dsas_scsi_host.c682 __func__, shost->host_busy, shost->host_failed); in sas_scsi_recover_host()
714 __func__, shost->host_busy, shost->host_failed); in sas_scsi_recover_host()
/linux-3.4.99/drivers/ata/
Dlibata-eh.c607 WARN_ON(host->host_failed || !list_empty(&eh_work_q)); in ata_scsi_error()