Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/qib/
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()
Dqib_verbs.h304 bool *call_send);
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dqp.c319 int hfi1_setup_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) in hfi1_setup_wqe() argument
334 *call_send = false; in hfi1_setup_wqe()
365 *call_send = true; in hfi1_setup_wqe()
Dverbs.h435 bool *call_send);
/Linux-v5.4/include/rdma/
Drdma_vt.h266 bool *call_send);
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c1983 bool *call_send) in rvt_post_one_wr() argument
2120 ret = rdi->driver_f.setup_wqe(qp, wqe, call_send); in rvt_post_one_wr()
2170 bool call_send; in rvt_post_send() local
2190 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send()
2193 err = rvt_post_one_wr(qp, wr, &call_send); in rvt_post_send()
2207 if (nreq == 1 && call_send) in rvt_post_send()