Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_rc.h26 __field(u32, s_next_psn)
37 __entry->s_next_psn = qp->s_next_psn;
49 __entry->s_next_psn,
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_rc.h26 __field(u32, s_next_psn)
37 __entry->s_next_psn = qp->s_next_psn;
49 __entry->s_next_psn,
H A Dtid_rdma.h118 u32 s_next_psn; /* IB PSN of next segment start for read */ member
H A Drc.c810 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()
H A Dtid_rdma.c1829 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()
/linux/include/rdma/
H A Drdmavt_qp.h400 u32 s_next_psn; /* PSN for next request */ member