Home
last modified time | relevance | path

Searched refs:host_eh_scheduled (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c92 shost->host_eh_scheduled++; in scsi_schedule_eh()
2071 if (shost->host_eh_scheduled) in scsi_restart_operations()
2206 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2220 shost->host_no, shost->host_eh_scheduled, in scsi_error_handler()
H A Dscsi_lib.c314 if (shost->host_failed || shost->host_eh_scheduled) in scsi_dec_host_busy()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_host.h564 unsigned int host_eh_scheduled; /* EH scheduled without command */ member
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c474 if (dev_is_sata(dev) && !host->host_eh_scheduled) { in sas_eh_abort_handler()
771 shost->host_eh_scheduled = 0; in sas_scsi_recover_host()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-eh.c963 host->host_eh_scheduled = 0; in ata_std_end_eh()