Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c87 CQE_WRID_SQ_IDX(&cqe) = swcqe->idx; in insert_sq_cqe()
265 int idx = CQE_WRID_SQ_IDX(hw_cqe); in c4iw_flush_hw_cq()
480 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
482 int idx = CQE_WRID_SQ_IDX(hw_cqe); in poll_cq()
502 int idx = CQE_WRID_SQ_IDX(hw_cqe); in poll_cq()
H A Dt4.h267 #define CQE_WRID_SQ_IDX(x) (x)->u.scqe.cidx macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c249 CQE_WRID_SQ_IDX(&cqe) = swcqe->idx; in insert_sq_cqe()
424 swsqe = &qhp->wq.sq.sw_sq[CQE_WRID_SQ_IDX(hw_cqe)]; in c4iw_flush_hw_cq()
635 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
640 __func__, CQE_WRID_SQ_IDX(hw_cqe)); in poll_cq()
641 swsqe = &wq->sq.sw_sq[CQE_WRID_SQ_IDX(hw_cqe)]; in poll_cq()
656 int idx = CQE_WRID_SQ_IDX(hw_cqe); in poll_cq()
H A Dt4.h257 #define CQE_WRID_SQ_IDX(x) ((x)->u.scqe.cidx) macro