Home
last modified time | relevance | path

Searched defs:ibwr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c665 static int validate_send_wr(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in validate_send_wr()
727 const struct ib_send_wr *ibwr) in init_send_wr()
808 const struct ib_send_wr *ibwr) in copy_inline_data_to_wqe()
820 static int init_send_wqe(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in init_send_wqe()
858 static int post_one_send(struct rxe_qp *qp, const struct ib_send_wr *ibwr) in post_one_send()
886 const struct ib_send_wr *ibwr, in rxe_post_send_kernel()
954 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr) in post_one_recv()
H A Drxe_req.c422 struct rxe_send_wr *ibwr = &wqe->wr; in init_req_packet() local