Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/iw_cxgbe/
HDcq.c242 CQE_WRID_SQ_IDX(&cqe) = swcqe->idx; in insert_sq_cqe()
529 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
534 __func__, CQE_WRID_SQ_IDX(hw_cqe)); in poll_cq()
535 swsqe = &wq->sq.sw_sq[CQE_WRID_SQ_IDX(hw_cqe)]; in poll_cq()
550 wq->sq.cidx = CQE_WRID_SQ_IDX(hw_cqe); in poll_cq()
HDt4.h260 #define CQE_WRID_SQ_IDX(x) ((x)->u.scqe.cidx) macro