Home
last modified time | relevance | path

Searched refs:s_next_psn (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/rdmavt/
Dtrace_rc.h68 __field(u32, s_next_psn)
79 __entry->s_next_psn = qp->s_next_psn;
91 __entry->s_next_psn,
Dqp.c868 qp->s_next_psn = 0; in rvt_init_qp()
1588 qp->s_next_psn = attr->sq_psn & rdi->dparms.psn_modify_mask; in rvt_modify_qp()
1589 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
1590 qp->s_sending_psn = qp->s_next_psn; in rvt_modify_qp()
1591 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp()
1752 attr->sq_psn = qp->s_next_psn & rdi->dparms.psn_mask; in rvt_query_qp()
2111 wqe->psn = qp->s_next_psn; in rvt_post_one_wr()
2126 qp->s_next_psn = wqe->lpsn + 1; in rvt_post_one_wr()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtrace_rc.h67 __field(u32, s_next_psn)
78 __entry->s_next_psn = qp->s_next_psn;
90 __entry->s_next_psn,
Dtid_rdma.h118 u32 s_next_psn; /* IB PSN of next segment start for read */ member
Dtrace_tid.h1067 __field(u32, s_next_psn)
1089 __entry->s_next_psn = req->s_next_psn;
1112 __entry->s_next_psn
Drc.c851 req->s_next_psn = qp->s_psn; in hfi1_make_rc_req()
933 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()
1116 req->s_next_psn = flow->flow_state.ib_lpsn + 1; in hfi1_make_rc_req()
1129 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()
1172 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()
2370 if (cmp_psn(psn, READ_ONCE(qp->s_next_psn)) >= 0) in rc_rcv_resp()
Dqp.c683 qp->s_psn, qp->s_next_psn, in qp_iter_print()
Dtid_rdma.c1822 restart_sge(&qp->s_sge, wqe, req->s_next_psn, in hfi1_build_tid_rdma_read_req()
1863 flow->flow_state.ib_spsn = req->s_next_psn; in hfi1_build_tid_rdma_read_req()
1869 req->s_next_psn += flow->npkts; in hfi1_build_tid_rdma_read_req()
4047 if (cmp_psn(psn, qp->s_next_psn) >= 0) in hfi1_rc_rcv_tid_rdma_write_resp()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_qp.c446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
Dqib_rc.c1312 if (qib_cmp24(psn, READ_ONCE(qp->s_next_psn)) >= 0) in qib_rc_rcv_resp()
/Linux-v5.4/include/rdma/
Drdmavt_qp.h395 u32 s_next_psn; /* PSN for next request */ member