Searched refs:s_last_psn (Results 1 - 4 of 4) 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.c235 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT) > 0) {
553 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT - 1) >= 0)
795 qp->s_last_psn = psn;
1090 diff = ipath_cmp24(psn, qp->s_last_psn);
1149 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) {
1151 ipath_restart_rc(qp, qp->s_last_psn + 1, &wc);
1179 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) {
1181 ipath_restart_rc(qp, qp->s_last_psn + 1, &wc);
1206 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) {
1208 ipath_restart_rc(qp, qp->s_last_psn
[all...]
H A Dipath_verbs.h359 u32 s_last_psn; /* last response PSN processed */ member in struct:ipath_qp
H A Dipath_qp.c552 qp->s_last_psn = qp->s_next_psn - 1;
H A Dipath_verbs.c554 ipath_restart_rc(qp, qp->s_last_psn + 1, &wc);

Completed in 102 milliseconds