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()
455 BUG_ON((cqe_flushed == 0) && !SW_CQE(hw_cqe)); in poll_cq()
495 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
554 if (SW_CQE(hw_cqe)) { in poll_cq()
H A Dt4.h264 #define SW_CQE(x) (G_CQE_SWCQE(be32toh((x)->header))) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c322 V_CQE_SWCQE(SW_CQE(hw_cqe)) | in create_read_req_cqe()
527 if (wq->flushed && !SW_CQE(hw_cqe)) { in poll_cq()
639 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
698 if (SW_CQE(hw_cqe)) { in poll_cq()
H A Dt4.h253 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x)->header))) macro