Lines Matching refs:Qdepth
285 h->Qdepth++; in enqueue_cmd_and_start_io()
286 if (h->Qdepth > h->maxQsinceinit) in enqueue_cmd_and_start_io()
287 h->maxQsinceinit = h->Qdepth; in enqueue_cmd_and_start_io()
401 h->Qdepth, h->commands_outstanding, in cciss_seq_show_header()
3034 h->Qdepth--; in start_io()
3054 h->Qdepth++; in resend_cciss_cmd()
3055 if (h->Qdepth > h->maxQsinceinit) in resend_cciss_cmd()
3056 h->maxQsinceinit = h->Qdepth; in resend_cciss_cmd()
3447 h->Qdepth++; in do_cciss_request()
3448 if (h->Qdepth > h->maxQsinceinit) in do_cciss_request()
3449 h->maxQsinceinit = h->Qdepth; in do_cciss_request()