Home
last modified time | relevance | path

Searched refs:prev_cidx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dt4.h798 u16 prev_cidx; in t4_next_hw_cqe() local
801 prev_cidx = cq->size - 1; in t4_next_hw_cqe()
803 prev_cidx = cq->cidx - 1; in t4_next_hw_cqe()
805 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dt4.h783 u16 prev_cidx; in t4_next_hw_cqe() local
786 prev_cidx = cq->size - 1; in t4_next_hw_cqe()
788 prev_cidx = cq->cidx - 1; in t4_next_hw_cqe()
790 if (cq->queue[prev_cidx].bits_type_ts != cq->bits_type_ts) { in t4_next_hw_cqe()

Completed in 4 milliseconds