Searched refs:hfi1_schedule_send_yield (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 456 * hfi1_schedule_send_yield - test for a yield required for QP 470 bool hfi1_schedule_send_yield(struct rvt_qp *qp, struct hfi1_pkt_state *ps, in hfi1_schedule_send_yield() function 608 if (hfi1_schedule_send_yield(qp, &ps, false)) in hfi1_do_send()
|
H A D | verbs.h | 448 bool hfi1_schedule_send_yield(struct rvt_qp *qp, struct hfi1_pkt_state *ps,
|
H A D | tid_rdma.c | 5386 if (hfi1_schedule_send_yield(qp, &ps, true)) in hfi1_do_tid_send()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ruc.c | 416 * hfi1_schedule_send_yield - test for a yield required for QP 429 bool hfi1_schedule_send_yield(struct rvt_qp *qp, struct hfi1_pkt_state *ps, in hfi1_schedule_send_yield() function 567 if (hfi1_schedule_send_yield(qp, &ps, false)) in hfi1_do_send()
|
H A D | verbs.h | 403 bool hfi1_schedule_send_yield(struct rvt_qp *qp, struct hfi1_pkt_state *ps,
|
H A D | tid_rdma.c | 5398 if (hfi1_schedule_send_yield(qp, &ps, true)) in hfi1_do_tid_send()
|
Completed in 17 milliseconds