Searched refs:s_last_psn (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 916 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()
|
D | qib_qp.c | 382 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()
|
D | qib_verbs.h | 495 u32 s_last_psn; /* last response PSN processed */ member
|
/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 585 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()
|
D | ipath_verbs.h | 386 u32 s_last_psn; /* last response PSN processed */ member
|
D | ipath_qp.c | 558 qp->s_last_psn = qp->s_next_psn - 1; in ipath_modify_qp()
|
D | ipath_verbs.c | 757 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_ib_timer()
|