Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c686 static int validate_send_wr(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in validate_send_wr()
748 const struct ib_send_wr *ibwr) in init_send_wr()
829 const struct ib_send_wr *ibwr) in copy_inline_data_to_wqe()
841 static int init_send_wqe(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in init_send_wqe()
879 static int post_one_send(struct rxe_qp *qp, const struct ib_send_wr *ibwr) in post_one_send()
907 const struct ib_send_wr *ibwr, in rxe_post_send_kernel()
970 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr) in post_one_recv()
H A Drxe_req.c424 struct rxe_send_wr *ibwr = &wqe->wr; in init_req_packet() local