Searched refs:SIW_WC_WR_FLUSH_ERR (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/uapi/rdma/ |
H A D | siw-abi.h | 152 SIW_WC_WR_FLUSH_ERR, enumerator
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_cq.c | 35 { SIW_WC_WR_FLUSH_ERR, IB_WC_WR_FLUSH_ERR },
|
H A D | siw_qp.c | 1205 if (siw_sqe_complete(qp, sqe, 0, SIW_WC_WR_FLUSH_ERR) != 0) in siw_sq_flush() 1229 SIW_WC_WR_FLUSH_ERR); in siw_sq_flush() 1242 if (siw_sqe_complete(qp, sqe, 0, SIW_WC_WR_FLUSH_ERR) != 0) in siw_sq_flush() 1282 0, SIW_WC_WR_FLUSH_ERR); in siw_rq_flush() 1286 siw_sqe_complete(qp, &wqe->sqe, 0, SIW_WC_WR_FLUSH_ERR); in siw_rq_flush() 1306 if (siw_rqe_complete(qp, rqe, 0, 0, SIW_WC_WR_FLUSH_ERR) != 0) in siw_rq_flush()
|
H A D | siw_verbs.c | 716 SIW_WC_WR_FLUSH_ERR); in siw_sq_flush_wr() 737 rv = siw_rqe_complete(qp, &rqe, 0, 0, SIW_WC_WR_FLUSH_ERR); in siw_rq_flush_wr()
|