Searched refs:s_next_psn (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_rc.h | 26 __field(u32, s_next_psn) 37 __entry->s_next_psn = qp->s_next_psn; 43 "[%s] qpn 0x%x s_flags 0x%x psn 0x%x s_psn 0x%x s_next_psn 0x%x s_sending_psn 0x%x sending_hpsn 0x%x r_psn 0x%x", 49 __entry->s_next_psn,
|
H A D | qp.c | 833 qp->s_next_psn = 0; in rvt_init_qp() 1570 qp->s_next_psn = attr->sq_psn & rdi->dparms.psn_modify_mask; in rvt_modify_qp() 1571 qp->s_psn = qp->s_next_psn; in rvt_modify_qp() 1572 qp->s_sending_psn = qp->s_next_psn; in rvt_modify_qp() 1573 qp->s_last_psn = qp->s_next_psn - 1; in rvt_modify_qp() 1729 attr->sq_psn = qp->s_next_psn & rdi->dparms.psn_mask; in rvt_query_qp() 2089 wqe->psn = qp->s_next_psn; in rvt_post_one_wr() 2104 qp->s_next_psn = wqe->lpsn + 1; in rvt_post_one_wr()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_rc.h | 26 __field(u32, s_next_psn) 37 __entry->s_next_psn = qp->s_next_psn; 43 "[%s] qpn 0x%x s_flags 0x%x psn 0x%x s_psn 0x%x s_next_psn 0x%x s_sending_psn 0x%x sending_hpsn 0x%x r_psn 0x%x", 49 __entry->s_next_psn,
|
H A D | tid_rdma.h | 118 u32 s_next_psn; /* IB PSN of next segment start for read */ member
|
H A D | trace_tid.h | 62 "r_last_ackd 0x%x s_next_psn 0x%x" 1067 __field(u32, s_next_psn) 1089 __entry->s_next_psn = req->s_next_psn; 1112 __entry->s_next_psn
|
H A 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()
|
H A D | qp.c | 631 qp->s_psn, qp->s_next_psn, in qp_iter_print()
|
H A 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/include/rdma/ |
H A D | rdmavt_qp.h | 400 u32 s_next_psn; /* PSN for next request */ member
|