Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/scsi/
A Dscsi_eh.rst136 3. Increments shost->host_failed
138 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
148 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
264 - shost->host_failed++
299 - zero shost->host_failed
471 - shost->host_failed == shost->host_busy
479 - shost->host_failed is zero.
/linux-6.3-rc2/drivers/scsi/
A Dscsi_error.c68 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
288 shost->host_failed++; in scsi_eh_inc_host_failed()
2254 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2255 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2269 shost->host_failed, in scsi_error_handler()
2291 shost->host_failed = 0; in scsi_error_handler()
A Dscsi.c144 cmd->device->host->host_failed); in scsi_log_completion()
A Dscsi_lib.c283 if (shost->host_failed || shost->host_eh_scheduled) in scsi_dec_host_busy()
/linux-6.3-rc2/include/scsi/
A Dscsi_host.h567 unsigned int host_failed; /* commands that failed. member
/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_scsi_host.c741 __func__, scsi_host_busy(shost), shost->host_failed); in sas_scsi_recover_host()
784 shost->host_failed, tries); in sas_scsi_recover_host()

Completed in 18 milliseconds