Lines Matching refs:next_to_use
368 cq->sq.next_to_use = 0;
430 cq->rq.next_to_use = 0;
1005 return rd32(hw, cq->sq.head) == cq->sq.next_to_use;
1084 desc_on_ring = ICE_CTL_Q_DESC(cq->sq, cq->sq.next_to_use);
1092 dma_buf = &cq->sq.r.sq_bi[cq->sq.next_to_use];
1110 (cq->sq.next_to_use)++;
1111 if (cq->sq.next_to_use == cq->sq.count)
1112 cq->sq.next_to_use = 0;
1113 wr32(hw, cq->sq.tail, cq->sq.next_to_use);
1268 /* set next_to_use to head */
1318 cq->rq.next_to_use = ntu;