Home
last modified time | relevance | path

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

/drivers/staging/rdma/ehca/
Dehca_reqs.c401 static inline int post_one_send(struct ehca_qp *my_qp, in post_one_send() function
474 post_one_send(my_qp, &circ_wr, 1); /* ignore retcode */ in ehca_post_send()
482 ret = post_one_send(my_qp, send_wr, 0); in ehca_post_send()
/drivers/staging/rdma/hfi1/
Dverbs.c361 static int post_one_send(struct hfi1_qp *qp, struct ib_send_wr *wr) in post_one_send() function
504 err = post_one_send(qp, wr); in post_send()