Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.h392 u32 s_last_psn; /* last response PSN processed */ member
Dipath_qp.c557 qp->s_last_psn = qp->s_next_psn - 1; in ipath_modify_qp()
Dipath_verbs.c770 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_ib_timer()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c930 trace_hfi1_rc_timeout(qp, qp->s_last_psn + 1); in rc_timeout()
931 restart_rc(qp, qp->s_last_psn + 1, 1); in rc_timeout()
1063 qp->s_last_psn = psn; in update_last_psn()
1222 restart_rc(qp, qp->s_last_psn + 1, 0); in do_rc_ack()
1406 restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
1453 diff = cmp_psn(psn, qp->s_last_psn); in rc_rcv_resp()
1469 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in rc_rcv_resp()
1508 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
1566 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
Dqp.c366 qp->s_last_psn = 0; in reset_qp()
781 qp->s_last_psn = qp->s_next_psn - 1; in hfi1_modify_qp()
782 qp->s_sending_hpsn = qp->s_last_psn; in hfi1_modify_qp()
1660 qp->s_last_psn, in qp_iter_print()
Dverbs.h512 u32 s_last_psn; /* last response PSN processed */ member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c918 qib_restart_rc(qp, qp->s_last_psn + 1, 1); in rc_timeout()
1048 qp->s_last_psn = psn; in update_last_psn()
1191 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in do_rc_ack()
1375 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
1448 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1464 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1504 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1563 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.h503 u32 s_last_psn; /* last response PSN processed */ member