Searched refs:s_last_psn (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/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 | 392 u32 s_last_psn; /* last response PSN processed */ member
|
D | ipath_qp.c | 557 qp->s_last_psn = qp->s_next_psn - 1; in ipath_modify_qp()
|
D | ipath_verbs.c | 770 ipath_restart_rc(qp, qp->s_last_psn + 1); in ipath_ib_timer()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | rc.c | 930 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()
|
D | qp.c | 366 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()
|
D | verbs.h | 512 u32 s_last_psn; /* last response PSN processed */ member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 918 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()
|
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 | 503 u32 s_last_psn; /* last response PSN processed */ member
|