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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c460 * See ipath_restart_rc().
496 * See ipath_restart_rc().
532 * See ipath_restart_rc().
737 * ipath_restart_rc - back up requester to resend the last un-ACKed request
744 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc) function
820 * it's OK since we hold the QP s_lock and ipath_restart_rc()
866 ipath_restart_rc(qp, wqe->psn, &wc);
1003 ipath_restart_rc(qp, psn, &wc);
1151 ipath_restart_rc(qp, qp->s_last_psn + 1, &wc);
1181 ipath_restart_rc(q
[all...]
H A Dipath_verbs.h699 void ipath_restart_rc(struct ipath_qp *qp, u32 psn, struct ib_wc *wc);
H A Dipath_verbs.c554 ipath_restart_rc(qp, qp->s_last_psn + 1, &wc);

Completed in 32 milliseconds