Searched refs:call_send (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_qp.c | 381 * @call_send - Determine if the send should be posted or scheduled 386 struct rvt_swqe *wqe, bool *call_send) in qib_check_send_wqe() 396 *call_send = false; in qib_check_send_wqe() 405 *call_send = true; in qib_check_send_wqe() 385 qib_check_send_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) qib_check_send_wqe() argument
|
H A D | qib_verbs.h | 302 bool *call_send);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_qp.c | 381 * @call_send: Determine if the send should be posted or scheduled 386 struct rvt_swqe *wqe, bool *call_send) in qib_check_send_wqe() 396 *call_send = false; in qib_check_send_wqe() 405 *call_send = true; in qib_check_send_wqe() 385 qib_check_send_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) qib_check_send_wqe() argument
|
H A D | qib_verbs.h | 302 bool *call_send);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | qp.c | 294 * @call_send - Determine if the send should be posted or scheduled. 305 int hfi1_setup_wqe(struct rvt_qp *qp, struct rvt_swqe *wqe, bool *call_send) in hfi1_setup_wqe() argument 320 *call_send = false; in hfi1_setup_wqe() 348 * forcing call_send to true for piothreshold packets is necessary. in hfi1_setup_wqe() 351 *call_send = true; in hfi1_setup_wqe()
|
H A D | verbs.h | 434 bool *call_send);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | qp.c | 252 * @call_send: Determine if the send should be posted or scheduled. 263 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() 307 * forcing call_send to true for piothreshold packets is necessary. in hfi1_setup_wqe() 310 *call_send = true; in hfi1_setup_wqe()
|
H A D | verbs.h | 392 bool *call_send);
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdma_vt.h | 224 bool *call_send);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_vt.h | 224 bool *call_send);
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 2013 bool *call_send) in rvt_post_one_wr() 2150 ret = rdi->driver_f.setup_wqe(qp, wqe, call_send); in rvt_post_one_wr() 2200 bool call_send; in rvt_post_send() local 2220 call_send = qp->s_head == READ_ONCE(qp->s_last) && !wr->next; in rvt_post_send() 2223 err = rvt_post_one_wr(qp, wr, &call_send); in rvt_post_send() 2237 if (nreq == 1 && call_send) in rvt_post_send() 2011 rvt_post_one_wr(struct rvt_qp *qp, const struct ib_send_wr *wr, bool *call_send) rvt_post_one_wr() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 1958 * @call_send: kick the send engine into gear 1962 bool *call_send) in rvt_post_one_wr() 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() 1960 rvt_post_one_wr(struct rvt_qp *qp, const struct ib_send_wr *wr, bool *call_send) rvt_post_one_wr() argument
|
Completed in 15 milliseconds