Home
last modified time | relevance | path

Searched refs:s_last_psn (Results 1 – 7 of 7) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_rc.c916 qib_restart_rc(qp, qp->s_last_psn + 1, 1); in rc_timeout()
1046 qp->s_last_psn = psn; in update_last_psn()
1189 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in do_rc_ack()
1373 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
1446 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1462 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1502 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1561 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
Dqib_qp.c382 qp->s_last_psn = 0; in qib_reset_qp()
762 qp->s_last_psn = qp->s_next_psn - 1; in qib_modify_qp()
763 qp->s_sending_hpsn = qp->s_last_psn; in qib_modify_qp()
1385 qp->s_last_psn, in qib_qp_iter_print()
Dqib_verbs.h495 u32 s_last_psn; /* last response PSN processed */ member
/drivers/infiniband/hw/ipath/
Dipath_rc.c585 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT - 1) >= 0) in ipath_make_rc_req()
843 qp->s_last_psn = psn; in update_last_psn()
1144 diff = ipath_cmp24(psn, qp->s_last_psn); in ipath_rc_rcv_resp()
1204 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) { in ipath_rc_rcv_resp()
1209 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_rc_rcv_resp()
1268 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) { in ipath_rc_rcv_resp()
1273 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_rc_rcv_resp()
Dipath_verbs.h386 u32 s_last_psn; /* last response PSN processed */ member
Dipath_qp.c558 qp->s_last_psn = qp->s_next_psn - 1; in ipath_modify_qp()
Dipath_verbs.c757 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_ib_timer()