Searched refs:SW_CQE (Results 1 – 4 of 4) sorted by relevance
306 CQE_SWCQE_V(SW_CQE(hw_cqe)) | in create_read_req_cqe()494 if (wq->flushed && !SW_CQE(hw_cqe)) { in poll_cq()597 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()657 if (SW_CQE(hw_cqe)) { in poll_cq()
214 #define SW_CQE(x) (CQE_SWCQE_G(be32_to_cpu((x)->header))) macro
1108 V_CQE_SWCQE(SW_CQE(*hw_cqe)) | in create_read_req_cqe()1237 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()1278 if (!SW_CQE(*hw_cqe) && (CQE_WRID_SQ_WPTR(*hw_cqe) != wq->sq_rptr)) { in cxio_poll_cq()1324 if (SW_CQE(*hw_cqe)) { in cxio_poll_cq()
603 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x).header))) macro