Searched refs:s_next_psn (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | trace_rc.h | 26 __field(u32, s_next_psn) 37 __entry->s_next_psn = qp->s_next_psn; 49 __entry->s_next_psn,
|
D | qp.c | 833 qp->s_next_psn = 0; in rvt_init_qp() 1571 qp->s_next_psn = attr->sq_psn & rdi->dparms.psn_modify_mask; in rvt_modify_qp() 1572 qp->s_psn = qp->s_next_psn; in rvt_modify_qp() 1573 qp->s_sending_psn = qp->s_next_psn; in rvt_modify_qp() 1574 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp() 1730 attr->sq_psn = qp->s_next_psn & rdi->dparms.psn_mask; in rvt_query_qp() 2090 wqe->psn = qp->s_next_psn; in rvt_post_one_wr() 2105 qp->s_next_psn = wqe->lpsn + 1; in rvt_post_one_wr()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | trace_rc.h | 26 __field(u32, s_next_psn) 37 __entry->s_next_psn = qp->s_next_psn; 49 __entry->s_next_psn,
|
D | tid_rdma.h | 118 u32 s_next_psn; /* IB PSN of next segment start for read */ member
|
D | trace_tid.h | 1067 __field(u32, s_next_psn) 1089 __entry->s_next_psn = req->s_next_psn; 1112 __entry->s_next_psn
|
D | rc.c | 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()
|
D | qp.c | 631 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
D | tid_rdma.c | 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()
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
|
D | qib_rc.c | 1314 if (qib_cmp24(psn, READ_ONCE(qp->s_next_psn)) >= 0) in qib_rc_rcv_resp()
|
/linux-6.6.21/include/rdma/ |
D | rdmavt_qp.h | 399 u32 s_next_psn; /* PSN for next request */ member
|