Lines Matching refs:rq_count
87 hw->rq_count = 0; in ocs_hw_init_queues()
607 ocs_hw_assert(hw->rq_count < ARRAY_SIZE(hw->rq)); in hw_new_rq()
608 rq->hdr = &hw->rq[hw->rq_count]; in hw_new_rq()
620 hw->hw_rq_lookup[hw->rq_count] = rq->instance; /* Update hw_rq_lookup[] */ in hw_new_rq()
621 hw->rq_count++; in hw_new_rq()
626 ocs_hw_assert(hw->rq_count < ARRAY_SIZE(hw->rq)); in hw_new_rq()
627 rq->data = &hw->rq[hw->rq_count]; in hw_new_rq()
639 hw->hw_rq_lookup[hw->rq_count] = rq->instance; /* Update hw_rq_lookup[] */ in hw_new_rq()
640 hw->rq_count++; in hw_new_rq()
699 rq->hdr = &hw->rq[hw->rq_count]; in hw_new_rq_set()
701 hw->hw_rq_lookup[hw->rq_count] = rq->instance; in hw_new_rq_set()
702 hw->rq_count++; in hw_new_rq_set()
706 rq->data = &hw->rq[hw->rq_count]; in hw_new_rq_set()
708 hw->hw_rq_lookup[hw->rq_count] = rq->instance; in hw_new_rq_set()
709 hw->rq_count++; in hw_new_rq_set()