Lines Matching refs:eh_cmd_q
117 1. Links scmd->eh_entry to shost->eh_cmd_q
125 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, or
129 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_q
245 ACTION: move all scmds to EH's local eh_work_q. shost->eh_cmd_q
277 1. Lock shost->host_lock, splice_init shost->eh_cmd_q into local
278 eh_work_q and unlock host_lock. Note that shost->eh_cmd_q is
431 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.
447 - shost->eh_cmd_q is cleared.