Lines Matching refs:eh_cmd_q
129 1. Links scmd->eh_entry to shost->eh_cmd_q
137 As can be seen above, once any scmd is added to shost->eh_cmd_q,
140 the host either complete normally, fail and get added to eh_cmd_q, or
141 time out and get added to shost->eh_cmd_q.
147 are linked on shost->eh_cmd_q.
259 - add scmd to shost->eh_cmd_q
267 :ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q
308 1. Lock shost->host_lock, splice_init shost->eh_cmd_q into local
309 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is
464 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.
481 - shost->eh_cmd_q is cleared.