Home
last modified time | relevance | path

Searched refs:eh_work_q (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/Documentation/scsi/
Dscsi_eh.txt215 eh_work_q. If a recovery action succeeds for a scmd, recovered
216 scmds are removed from eh_work_q.
222 - Higher severity actions are taken iff eh_work_q is not empty after
229 When a scmd is recovered, the scmd is moved from eh_work_q to EH
231 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
251 ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q
261 - move from local eh_work_q to local eh_done_q
281 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is
319 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
330 the scmd. Otherwise, the scmd is left in eh_work_q for
[all …]
/linux-2.6.39/drivers/scsi/libsas/
Dsas_scsi_host.c645 LIST_HEAD(eh_work_q); in sas_scsi_recover_host()
648 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in sas_scsi_recover_host()
657 if (sas_eh_handle_sas_errors(shost, &eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()
666 if (!sas_ata_eh(shost, &eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()
667 if (!scsi_eh_get_sense(&eh_work_q, &ha->eh_done_q)) in sas_scsi_recover_host()
668 scsi_eh_ready_devs(shost, &eh_work_q, &ha->eh_done_q); in sas_scsi_recover_host()
/linux-2.6.39/drivers/scsi/
Dscsi_error.c1698 LIST_HEAD(eh_work_q); in scsi_unjam_host()
1702 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in scsi_unjam_host()
1705 SCSI_LOG_ERROR_RECOVERY(1, scsi_eh_prt_fail_stats(shost, &eh_work_q)); in scsi_unjam_host()
1707 if (!scsi_eh_get_sense(&eh_work_q, &eh_done_q)) in scsi_unjam_host()
1708 if (!scsi_eh_abort_cmds(&eh_work_q, &eh_done_q)) in scsi_unjam_host()
1709 scsi_eh_ready_devs(shost, &eh_work_q, &eh_done_q); in scsi_unjam_host()
/linux-2.6.39/drivers/ata/
Dlibata-eh.c591 LIST_HEAD(eh_work_q); in ata_scsi_error()
596 list_splice_init(&host->eh_cmd_q, &eh_work_q); in ata_scsi_error()
599 ata_scsi_cmd_error_handler(host, ap, &eh_work_q); in ata_scsi_error()
606 WARN_ON(host->host_failed || !list_empty(&eh_work_q)); in ata_scsi_error()
622 struct list_head *eh_work_q) in ata_scsi_cmd_error_handler() argument
662 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()