Searched refs:hfi1_do_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 514 hfi1_do_send(qp, false); in hfi1_do_send_from_rvt() 522 hfi1_do_send(qp, true); in _hfi1_do_send() 526 * hfi1_do_send - perform a send on a QP 534 void hfi1_do_send(struct rvt_qp *qp, bool in_thread) in hfi1_do_send() function
|
H A D | verbs.h | 455 void hfi1_do_send(struct rvt_qp *qp, bool in_thread);
|
H A D | tid_rdma.c | 650 hfi1_do_send(priv->owner, true); in tid_rdma_trigger_resume()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 473 hfi1_do_send(qp, false); in hfi1_do_send_from_rvt() 481 hfi1_do_send(qp, true); in _hfi1_do_send() 485 * hfi1_do_send - perform a send on a QP 493 void hfi1_do_send(struct rvt_qp *qp, bool in_thread) in hfi1_do_send() function
|
H A D | verbs.h | 410 void hfi1_do_send(struct rvt_qp *qp, bool in_thread);
|
H A D | tid_rdma.c | 655 hfi1_do_send(priv->owner, true); in tid_rdma_trigger_resume()
|
Completed in 21 milliseconds