Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_cq.c88 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() function
H A Drxe_loc.h32 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
H A Drxe_comp.c466 rxe_cq_post(qp->scq, &cqe, 0); in do_complete()
583 err = rxe_cq_post(qp->scq, &cqe, 0); in flush_send_wqe()
H A Drxe_resp.c1159 if (rxe_cq_post(qp->rcq, &cqe, pkt ? bth_se(pkt) : 1)) in do_complete()
1456 err = rxe_cq_post(qp->rcq, &cqe, 0); in flush_recv_wqe()