Searched refs:call_send (Results 1 – 6 of 6) sorted by relevance
386 struct rvt_swqe *wqe, bool *call_send) in qib_check_send_wqe() argument396 *call_send = false; in qib_check_send_wqe()405 *call_send = true; in qib_check_send_wqe()
302 bool *call_send);
263 int hfi1_setup_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) in hfi1_setup_wqe() argument278 *call_send = false; in hfi1_setup_wqe()310 *call_send = true; in hfi1_setup_wqe()
392 bool *call_send);
224 bool *call_send);
1962 bool *call_send) in rvt_post_one_wr() argument2099 ret = rdi->driver_f.setup_wqe(qp, wqe, call_send); in rvt_post_one_wr()2149 bool call_send; in rvt_post_send() local2169 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()