Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dcq.c359 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()
Dt4.h212 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x)->header))) macro
/linux-3.4.99/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1110 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()
Dcxio_wr.h603 #define SW_CQE(x) (G_CQE_SWCQE(be32_to_cpu((x).header))) macro