Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h648 u16 prev_cidx; in t4_next_hw_cqe() local
651 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()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h657 u16 prev_cidx; in t4_next_hw_cqe() local
660 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()