Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/scsi/
Dscsi_eh.txt121 3. Increments shost->host_failed
123 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
133 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
241 - shost->host_failed++
267 - zero shost->host_failed
435 - shost->host_failed == shost->host_busy
442 - shost->host_failed is zero.
/Linux-v4.19/drivers/scsi/
Dscsi_error.c69 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
238 shost->host_failed++; in scsi_eh_inc_host_failed()
2171 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2172 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2186 shost->host_failed, in scsi_error_handler()
2208 shost->host_failed = 0; in scsi_error_handler()
Dscsi.c171 cmd->device->host->host_failed); in scsi_log_completion()
Dscsi_lib.c351 if (shost->host_failed || shost->host_eh_scheduled) in scsi_dec_host_busy()
/Linux-v4.19/include/scsi/
Dscsi_host.h562 unsigned int host_failed; /* commands that failed. member
/Linux-v4.19/drivers/scsi/libsas/
Dsas_scsi_host.c762 __func__, scsi_host_busy(shost), shost->host_failed); in sas_scsi_recover_host()
805 shost->host_failed, tries); in sas_scsi_recover_host()