Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/infiniband/hw/hfi1/
Drc.c1858 qp->s_last_psn = psn; in update_last_psn()
1952 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in set_restart_qp()
2065 (delta_psn(psn, qp->s_last_psn) != 1))) { in do_rc_ack()
2146 if (cmp_psn(psn, qp->s_last_psn + 1)) { in do_rc_ack()
2228 reset_psn(qp, qp->s_last_psn + 1); in do_rc_ack()
2328 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
2373 diff = cmp_psn(psn, qp->s_last_psn); in rc_rcv_resp()
2389 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in rc_rcv_resp()
2425 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
2481 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.c671 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()
4052 if (unlikely(cmp_psn(psn, qp->s_last_psn) <= 0)) in hfi1_rc_rcv_tid_rdma_write_resp()
4064 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in hfi1_rc_rcv_tid_rdma_write_resp()
/Linux-v5.10/drivers/infiniband/sw/rdmavt/
Dqp.c875 qp->s_last_psn = 0; in rvt_init_qp()
1629 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp()
1630 qp->s_sending_hpsn = qp->s_last_psn; in rvt_modify_qp()
2654 trace_rvt_rc_timeout(qp, qp->s_last_psn + 1); in rvt_rc_timeout()
2657 qp->s_last_psn + 1, in rvt_rc_timeout()
/Linux-v5.10/include/rdma/
Drdmavt_qp.h412 u32 s_last_psn; /* last response PSN processed */ member