Home
last modified time | relevance | path

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

/linux-6.1.9/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.h302 bool *call_send);
/linux-6.1.9/drivers/infiniband/hw/hfi1/
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()
Dverbs.h392 bool *call_send);
/linux-6.1.9/include/rdma/
Drdma_vt.h224 bool *call_send);
/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dqp.c1964 bool *call_send) in rvt_post_one_wr() argument
2101 ret = rdi->driver_f.setup_wqe(qp, wqe, call_send); in rvt_post_one_wr()
2151 bool call_send; in rvt_post_send() local
2171 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send()
2174 err = rvt_post_one_wr(qp, wr, &call_send); in rvt_post_send()
2188 if (nreq == 1 && call_send) in rvt_post_send()