Searched refs:SW_CQE (Results 1 – 4 of 4) sorted by relevance
307 CQE_SWCQE_V(SW_CQE(hw_cqe)) | in create_read_req_cqe()575 if (wq->flushed && !SW_CQE(hw_cqe)) { in poll_cq()681 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()743 if (SW_CQE(hw_cqe)) { in poll_cq()
251 #define SW_CQE(x) (CQE_SWCQE_G(be32_to_cpu((x)->header))) macro
1097 V_CQE_SWCQE(SW_CQE(*hw_cqe)) | in create_read_req_cqe()1225 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()1266 if (!SW_CQE(*hw_cqe) && (CQE_WRID_SQ_WPTR(*hw_cqe) != wq->sq_rptr)) { in cxio_poll_cq()1313 if (SW_CQE(*hw_cqe)) { in cxio_poll_cq()
603 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x).header))) macro