Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_cq.c106 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() function
Drxe_loc.h36 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
Drxe_comp.c442 rxe_cq_post(qp->scq, &cqe, 0); in do_complete()
Drxe_resp.c1015 if (rxe_cq_post(qp->rcq, &cqe, pkt ? bth_se(pkt) : 1)) in do_complete()