Searched refs:rxe_cq_post (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_cq.c | 88 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() function
|
H A D | rxe_comp.c | 457 rxe_cq_post(qp->scq, &cqe, 0); in do_complete() 574 err = rxe_cq_post(qp->scq, &cqe, 0); in flush_send_wqe()
|
H A D | rxe_loc.h | 32 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
|
H A D | rxe_resp.c | 1149 if (rxe_cq_post(qp->rcq, &cqe, pkt ? bth_se(pkt) : 1)) in do_complete() 1446 err = rxe_cq_post(qp->rcq, &cqe, 0); in flush_recv_wqe()
|