Home
last modified time | relevance | path

Searched refs:hfi1_schedule_tid_send (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h315 bool hfi1_schedule_tid_send(struct rvt_qp *qp);
H A Druc.c453 hfi1_schedule_tid_send(qp); in hfi1_schedule_send_yield()
H A Dtid_rdma.c148 hfi1_schedule_tid_send(qp); in tid_rdma_schedule_ack()
4192 hfi1_schedule_tid_send(qp); in hfi1_rc_rcv_tid_rdma_write_resp()
4710 hfi1_schedule_tid_send(qp); in hfi1_rc_rcv_tid_rdma_ack()
4734 hfi1_schedule_tid_send(qp); in hfi1_rc_rcv_tid_rdma_ack()
4836 hfi1_schedule_tid_send(qp); in hfi1_tid_retry_timeout()
5446 bool hfi1_schedule_tid_send(struct rvt_qp *qp) in hfi1_schedule_tid_send() function
H A Dqp.c390 ret = hfi1_schedule_tid_send(qp); in hfi1_qp_schedule()