Searched refs:ipath_restart_rc (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_rc.c493 * See ipath_restart_rc().
529 * See ipath_restart_rc().
565 * See ipath_restart_rc().
798 * ipath_restart_rc - back up requester to resend the last un-ACKed request
805 void ipath_restart_rc(struct ipath_qp *qp, u32 psn) function
871 * it's OK since we hold the QP s_lock and ipath_restart_rc()
927 ipath_restart_rc(qp, wqe->psn);
1062 ipath_restart_rc(qp, psn);
1209 ipath_restart_rc(qp, qp->s_last_psn + 1);
1273 ipath_restart_rc(q
[all...]
H A Dipath_verbs.h771 void ipath_restart_rc(struct ipath_qp *qp, u32 psn);
H A Dipath_verbs.c757 ipath_restart_rc(qp, qp->s_last_psn + 1);

Completed in 1845 milliseconds