Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dcq.c306 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()
Dt4.h214 #define SW_CQE(x) (CQE_SWCQE_G(be32_to_cpu((x)->header))) macro
/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1108 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()
Dcxio_wr.h603 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x).header))) macro