Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_rc.c943 qp->s_last_psn = psn; in update_last_psn()
1063 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in do_rc_ack()
1244 qib_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
1318 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1334 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1371 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1430 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-6.1.9/drivers/infiniband/hw/hfi1/
Drc.c1816 qp->s_last_psn = psn; in update_last_psn()
1910 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in set_restart_qp()
2023 (delta_psn(psn, qp->s_last_psn) != 1))) { in do_rc_ack()
2104 if (cmp_psn(psn, qp->s_last_psn + 1)) { in do_rc_ack()
2186 reset_psn(qp, qp->s_last_psn + 1); in do_rc_ack()
2286 hfi1_restart_rc(qp, qp->s_last_psn + 1, 0); in rdma_seq_err()
2331 diff = cmp_psn(psn, qp->s_last_psn); in rc_rcv_resp()
2347 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in rc_rcv_resp()
2383 if (unlikely(cmp_psn(psn, qp->s_last_psn + 1))) in rc_rcv_resp()
2439 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.c630 qp->s_last_psn, in qp_iter_print()
Dtid_rdma.c2619 hfi1_restart_rc(qp, qp->s_last_psn + 1, 1); in tid_rdma_tid_err()
2679 if (cmp_psn(ibpsn, qp->s_last_psn) < 0 || in handle_read_kdeth_eflags()
2710 hfi1_restart_rc(qp, qp->s_last_psn + 1, in handle_read_kdeth_eflags()
4064 if (unlikely(cmp_psn(psn, qp->s_last_psn) <= 0)) in hfi1_rc_rcv_tid_rdma_write_resp()
4076 if (cmp_psn(psn, qp->s_last_psn + 1) != 0) in hfi1_rc_rcv_tid_rdma_write_resp()
/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dqp.c836 qp->s_last_psn = 0; in rvt_init_qp()
1576 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp()
1577 qp->s_sending_hpsn = qp->s_last_psn; in rvt_modify_qp()
2603 trace_rvt_rc_timeout(qp, qp->s_last_psn + 1); in rvt_rc_timeout()
2606 qp->s_last_psn + 1, in rvt_rc_timeout()
/linux-6.1.9/include/rdma/
Drdmavt_qp.h412 u32 s_last_psn; /* last response PSN processed */ member