Lines Matching refs:Qdepth
287 h->Qdepth++; in enqueue_cmd_and_start_io()
288 if (h->Qdepth > h->maxQsinceinit) in enqueue_cmd_and_start_io()
289 h->maxQsinceinit = h->Qdepth; in enqueue_cmd_and_start_io()
403 h->Qdepth, h->commands_outstanding, in cciss_seq_show_header()
3018 h->Qdepth--; in start_io()
3038 h->Qdepth++; in resend_cciss_cmd()
3039 if (h->Qdepth > h->maxQsinceinit) in resend_cciss_cmd()
3040 h->maxQsinceinit = h->Qdepth; in resend_cciss_cmd()
3431 h->Qdepth++; in do_cciss_request()
3432 if (h->Qdepth > h->maxQsinceinit) in do_cciss_request()
3433 h->maxQsinceinit = h->Qdepth; in do_cciss_request()