Searched refs:s_next_psn (Results 1 – 6 of 6) sorted by relevance
26 __field(u32, s_next_psn)37 __entry->s_next_psn = qp->s_next_psn;49 __entry->s_next_psn,
118 u32 s_next_psn; /* IB PSN of next segment start for read */ member
810 req->s_next_psn = qp->s_psn; in hfi1_make_rc_req()891 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()1074 req->s_next_psn = flow->flow_state.ib_lpsn + 1; in hfi1_make_rc_req()1087 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()1130 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()2327 if (cmp_psn(psn, READ_ONCE(qp->s_next_psn)) >= 0) in rc_rcv_resp()
1829 restart_sge(&qp->s_sge, wqe, req->s_next_psn, in hfi1_build_tid_rdma_read_req()1870 flow->flow_state.ib_spsn = req->s_next_psn; in hfi1_build_tid_rdma_read_req()1876 req->s_next_psn += flow->npkts; in hfi1_build_tid_rdma_read_req()4060 if (cmp_psn(psn, qp->s_next_psn) >= 0) in hfi1_rc_rcv_tid_rdma_write_resp()
400 u32 s_next_psn; /* PSN for next request */ member