Searched refs:eh_cmd_q (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/scsi/ |
H A D | scsi_eh.rst | 132 1. Links scmd->eh_entry to shost->eh_cmd_q 140 As can be seen above, once any scmd is added to shost->eh_cmd_q, 143 the host either complete normally, fail and get added to eh_cmd_q, or 144 time out and get added to shost->eh_cmd_q. 150 are linked on shost->eh_cmd_q. 262 - add scmd to shost->eh_cmd_q 270 :ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q 311 1. Lock shost->host_lock, splice_init shost->eh_cmd_q into local 312 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is 467 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry. [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debugfs.c | 51 list_for_each_entry(cmd2, &shost->eh_cmd_q, eh_entry) { in scsi_show_rq()
|
H A D | scsi_error.c | 192 list_empty(&shost->eh_cmd_q)) in scmd_eh_abort_handler() 315 list_add_tail(&scmd->eh_entry, &shost->eh_cmd_q); in scsi_eh_scmd_add() 2261 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in scsi_unjam_host()
|
H A D | hosts.c | 408 INIT_LIST_HEAD(&shost->eh_cmd_q); in scsi_host_alloc()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 555 struct list_head eh_cmd_q; member
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 701 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in sas_scsi_recover_host()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | 553 list_splice_init(&host->eh_cmd_q, &eh_work_q); in ata_scsi_error()
|