Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c169 V_CQE_SWCQE(SW_CQE(hw_cqe)) | in create_read_req_cqe()
440 BUG_ON((cqe_flushed == 0) && !SW_CQE(hw_cqe)); in poll_cq()
480 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
539 if (SW_CQE(hw_cqe)) { in poll_cq()
H A Dt4.h246 #define SW_CQE(x) (G_CQE_SWCQE(be32toh((x)->header))) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c330 V_CQE_SWCQE(SW_CQE(hw_cqe)) | in create_read_req_cqe()
521 if (wq->flushed && !SW_CQE(hw_cqe)) { in poll_cq()
633 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
692 if (SW_CQE(hw_cqe)) { in poll_cq()
H A Dt4.h236 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x)->header))) macro