Searched refs:prev_cidx (Results 1 – 2 of 2) sorted by relevance
648 u16 prev_cidx; in t4_next_hw_cqe() local651 prev_cidx = cq->size - 1; in t4_next_hw_cqe()653 prev_cidx = cq->cidx - 1; in t4_next_hw_cqe()655 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()
657 u16 prev_cidx; in t4_next_hw_cqe() local660 prev_cidx = cq->size - 1; in t4_next_hw_cqe()662 prev_cidx = cq->cidx - 1; in t4_next_hw_cqe()664 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()