Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt130 2. Links scmd->eh_entry to shost->eh_cmd_q
138 As can be seen above, once any scmd is added to shost->eh_cmd_q,
141 the host either complete normally, fail and get added to eh_cmd_q, or
142 time out and get added to shost->eh_cmd_q.
148 are linked on shost->eh_cmd_q.
253 - add scmd to shost->eh_cmd_q
259 ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q
288 1. Lock shost->host_lock, splice_init shost->eh_cmd_q into local
289 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is
442 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.
[all …]
/linux-4.4.14/include/scsi/
Dscsi_host.h559 struct list_head eh_cmd_q; member
/linux-4.4.14/drivers/scsi/
Dhosts.c404 INIT_LIST_HEAD(&shost->eh_cmd_q); in scsi_host_alloc()
Dscsi_error.c252 list_add_tail(&scmd->eh_entry, &shost->eh_cmd_q); in scsi_eh_scmd_add()
2148 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in scsi_unjam_host()
/linux-4.4.14/drivers/scsi/libsas/
Dsas_scsi_host.c756 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in sas_scsi_recover_host()
/linux-4.4.14/drivers/ata/
Dlibata-eh.c599 list_splice_init(&host->eh_cmd_q, &eh_work_q); in ata_scsi_error()