Home
last modified time | relevance | path

Searched refs:rxe_rq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h86 struct rxe_rq { struct
98 struct rxe_rq rq; argument
218 struct rxe_rq rq;
H A Drxe_verbs.c15 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr);
954 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr) in post_one_recv()
1012 struct rxe_rq *rq = &qp->rq; in rxe_post_recv()