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

/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_cq.c88 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) function
H A Drxe_loc.h32 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
H A Drxe_comp.c457 rxe_cq_post(qp->scq, &cqe, 0);
574 err = rxe_cq_post(qp->scq, &cqe, 0);
H A Drxe_resp.c1136 if (rxe_cq_post(qp->rcq, &cqe, pkt ? bth_se(pkt) : 1))
1433 err = rxe_cq_post(qp->rcq, &cqe, 0);

Completed in 191 milliseconds