Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_rc.c942 qp->s_last_psn = psn; in update_last_psn()
1062 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in do_rc_ack()
1243 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
1316 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1332 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1369 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1428 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
Dqib_qp.c445 qp->s_last_psn, in qib_qp_iter_print()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Drc.c1859 qp->s_last_psn = psn; in update_last_psn()
1953 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in set_restart_qp()
2066 (delta_psn(psn, qp->s_last_psn) != 1))) { in do_rc_ack()
2147 if (cmp_psn(psn, qp->s_last_psn + 1)) { in do_rc_ack()
2229 reset_psn(qp, qp->s_last_psn + 1); in do_rc_ack()
2329 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
2374 diff = cmp_psn(psn, qp->s_last_psn); in rc_rcv_resp()
2390 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in rc_rcv_resp()
2426 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
2482 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
Dtrace_tid.h880 __field(u32, s_last_psn)
898 __entry->s_last_psn = qp->s_last_psn;
918 __entry->s_last_psn,
Dqp.c682 qp->s_last_psn, in qp_iter_print()
Dtid_rdma.c2612 hfi1_restart_rc(qp, qp->s_last_psn + 1, 1); in tid_rdma_tid_err()
2672 if (cmp_psn(ibpsn, qp->s_last_psn) < 0 || in handle_read_kdeth_eflags()
2703 hfi1_restart_rc(qp, qp->s_last_psn + 1, in handle_read_kdeth_eflags()
4051 if (unlikely(cmp_psn(psn, qp->s_last_psn) <= 0)) in hfi1_rc_rcv_tid_rdma_write_resp()
4063 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in hfi1_rc_rcv_tid_rdma_write_resp()
/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dqp.c869 qp->s_last_psn = 0; in rvt_init_qp()
1591 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp()
1592 qp->s_sending_hpsn = qp->s_last_psn; in rvt_modify_qp()
2646 trace_rvt_rc_timeout(qp, qp->s_last_psn + 1); in rvt_rc_timeout()
2649 qp->s_last_psn + 1, in rvt_rc_timeout()
/Linux-v5.4/include/rdma/
Drdmavt_qp.h408 u32 s_last_psn; /* last response PSN processed */ member