Lines Matching defs:cnt
648 int cnt, ret = 0;
660 for (cnt = 1; cnt < ha->max_req_queues; cnt++) {
661 req = ha->req_q_map[cnt];
662 if (req && test_bit(cnt, ha->req_qid_map)) {
674 for (cnt = 1; cnt < ha->max_rsp_queues; cnt++) {
675 rsp = ha->rsp_q_map[cnt];
676 if (rsp && test_bit(cnt, ha->rsp_qid_map)) {
701 uint32_t cnt;
760 for (cnt = 1; cnt < req->num_outstanding_cmds; cnt++)
761 req->outstanding_cmds[cnt] = NULL;
766 req->cnt = req->length;
776 "cnt=%d id=%d max_q_depth=%d.\n",
778 req->cnt, req->id, req->max_q_depth);
781 "cnt=%d id=%d max_q_depth=%d.\n",
782 req->ring_ptr, req->ring_index, req->cnt,