Searched refs:s_next_psn (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
D | trace_rc.h | 68 __field(u32, s_next_psn) 79 __entry->s_next_psn = qp->s_next_psn; 91 __entry->s_next_psn,
|
D | qp.c | 868 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/ |
D | trace_rc.h | 67 __field(u32, s_next_psn) 78 __entry->s_next_psn = qp->s_next_psn; 90 __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 | 851 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()
|
D | qp.c | 683 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
D | tid_rdma.c | 1822 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/ |
D | qib_qp.c | 446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
|
D | qib_rc.c | 1312 if (qib_cmp24(psn, READ_ONCE(qp->s_next_psn)) >= 0) in qib_rc_rcv_resp()
|
/Linux-v5.4/include/rdma/ |
D | rdmavt_qp.h | 395 u32 s_next_psn; /* PSN for next request */ member
|