Home
last modified time | relevance | path

Searched refs:call_send (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_qp.c386 struct rvt_swqe *wqe, bool *call_send) in qib_check_send_wqe() argument
396 *call_send = false; in qib_check_send_wqe()
405 *call_send = true; in qib_check_send_wqe()
H A Dqib_verbs.h302 bool *call_send);
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqp.c263 int hfi1_setup_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) in hfi1_setup_wqe() argument
278 *call_send = false; in hfi1_setup_wqe()
310 *call_send = true; in hfi1_setup_wqe()
H A Dverbs.h392 bool *call_send);
/openbmc/linux/include/rdma/
H A Drdma_vt.h224 bool *call_send);
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c1962 bool *call_send) in rvt_post_one_wr() argument
2099 ret = rdi->driver_f.setup_wqe(qp, wqe, call_send); in rvt_post_one_wr()
2149 bool call_send; in rvt_post_send() local
2169 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send()
2172 err = rvt_post_one_wr(qp, wr, &call_send); in rvt_post_send()
2186 if (nreq == 1 && call_send) in rvt_post_send()