Searched refs:eh_cmd_q (Results 1 – 6 of 6) sorted by relevance
117 1. Links scmd->eh_entry to shost->eh_cmd_q125 As can be seen above, once any scmd is added to shost->eh_cmd_q,128 the host either complete normally, fail and get added to eh_cmd_q, or129 time out and get added to shost->eh_cmd_q.135 are linked on shost->eh_cmd_q.239 - add scmd to shost->eh_cmd_q245 ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q277 1. Lock shost->host_lock, splice_init shost->eh_cmd_q into local278 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is431 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.[all …]
543 struct list_head eh_cmd_q; member
386 INIT_LIST_HEAD(&shost->eh_cmd_q); in scsi_host_alloc()
265 list_add_tail(&scmd->eh_entry, &shost->eh_cmd_q); in scsi_eh_scmd_add()2147 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in scsi_unjam_host()
734 list_splice_init(&shost->eh_cmd_q, &eh_work_q); in sas_scsi_recover_host()
532 list_splice_init(&host->eh_cmd_q, &eh_work_q); in ata_scsi_error()