Home
last modified time | relevance | path

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

/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_verbs.c212 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr) in post_one_recv()
471 static int validate_send_wr(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in validate_send_wr()
499 const struct ib_send_wr *ibwr) in init_send_wr()
554 static int init_send_wqe(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in init_send_wqe()
602 static int post_one_send(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in post_one_send()
Drxe_req.c358 struct rxe_send_wr *ibwr = &wqe->wr; in init_req_packet() local