Searched refs:SW_CQE (Results 1 – 4 of 4) sorted by relevance
359 V_CQE_SWCQE(SW_CQE(hw_cqe)) | in create_read_req_cqe()506 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()544 if (SW_CQE(hw_cqe)) { in poll_cq()
212 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x)->header))) macro
1110 V_CQE_SWCQE(SW_CQE(*hw_cqe)) | in create_read_req_cqe()1239 BUG_ON((*cqe_flushed == 0) && !SW_CQE(*hw_cqe)); in cxio_poll_cq()1280 if (!SW_CQE(*hw_cqe) && (CQE_WRID_SQ_WPTR(*hw_cqe) != wq->sq_rptr)) { in cxio_poll_cq()1326 if (SW_CQE(*hw_cqe)) { in cxio_poll_cq()
603 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x).header))) macro