Searched refs:lpsn (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/infiniband/hw/hfi1/ ! |
D | trace_tid.h | 523 flow->flow_state.lpsn); 1044 TP_PROTO(struct rvt_qp *qp, char newreq, u8 opcode, u32 psn, u32 lpsn, 1046 TP_ARGS(qp, newreq, opcode, psn, lpsn, req), 1053 __field(u32, lpsn) 1075 __entry->lpsn = lpsn; 1098 __entry->lpsn, 1118 TP_PROTO(struct rvt_qp *qp, char newreq, u8 opcode, u32 psn, u32 lpsn, 1120 TP_ARGS(qp, newreq, opcode, psn, lpsn, req) 1125 TP_PROTO(struct rvt_qp *qp, char newreq, u8 opcode, u32 psn, u32 lpsn, 1127 TP_ARGS(qp, newreq, opcode, psn, lpsn, req) [all …]
|
D | trace_rc.h | 89 __field(u32, lpsn) 98 __entry->lpsn = wqe->lpsn; 108 __entry->lpsn
|
D | tid_rdma.c | 1523 flow->flow_state.lpsn = flow->flow_state.spsn + flow->npkts - 1; in hfi1_kern_exp_rcv_setup() 1801 wqe->lpsn, req); in hfi1_build_tid_rdma_read_req() 1949 flow->flow_state.lpsn = flow->flow_state.spsn + in tid_rdma_rcv_read_request() 1966 e->lpsn = psn + flow->npkts - 1; in tid_rdma_rcv_read_request() 1980 trace_hfi1_tid_req_rcv_read_req(qp, 0, e->opcode, e->psn, e->lpsn, in tid_rdma_rcv_read_request() 2022 trace_hfi1_tid_req_rcv_err(qp, 0, e->opcode, e->psn, e->lpsn, req); in tid_rdma_rcv_error() 2163 e->lpsn, req); in tid_rdma_rcv_error() 2201 qp->r_psn = e->lpsn + 1; in tid_rdma_rcv_error() 2307 qp->r_psn += e->lpsn - e->psn + 1; in hfi1_rc_rcv_tid_rdma_read_req() 2428 cmp_psn(psn, wqe->lpsn) <= 0) { in find_tid_request() [all …]
|
D | rc.c | 42 cmp_psn(psn, e->lpsn) <= 0) in find_prev_entry() 296 e->lpsn, req); in make_rc_ack() 717 delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 723 wqe->psn, wqe->lpsn, in hfi1_make_rc_req() 763 wqe->psn, wqe->lpsn, in hfi1_make_rc_req() 889 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 1001 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 1026 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 1029 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 1034 wqe->psn, wqe->lpsn, req); in hfi1_make_rc_req() [all …]
|
D | tid_rdma.h | 142 u32 lpsn; /* last PSN in TID space */ member
|
D | qp.c | 661 e ? e->lpsn : 0, in qp_iter_print()
|
/linux-5.19.10/drivers/infiniband/sw/rdmavt/ ! |
D | trace_tx.h | 58 __field(u32, lpsn) 78 __entry->lpsn = wqe->lpsn; 100 __entry->lpsn,
|
D | qp.c | 2089 wqe->lpsn = 0; in rvt_post_one_wr() 2093 wqe->lpsn = wqe->psn + in rvt_post_one_wr() 2107 qp->s_next_psn = wqe->lpsn + 1; in rvt_post_one_wr()
|
/linux-5.19.10/drivers/infiniband/hw/qib/ ! |
D | qib_rc.c | 459 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 561 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 865 if (qib_cmp24(psn, wqe->lpsn) <= 0) { in reset_sending_psn() 867 qp->s_sending_psn = wqe->lpsn + 1; in reset_sending_psn() 920 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) >= 0 && in qib_rc_send_complete() 960 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) < 0 || in do_rc_completion() 970 update_last_psn(qp, wqe->lpsn); in do_rc_completion() 1033 while ((diff = qib_cmp24(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack() 1234 while (qib_cmp24(psn, wqe->lpsn) > 0) { in rdma_seq_err() 1572 qib_cmp24(psn, e->lpsn) <= 0) in qib_rc_rcv_error() [all …]
|
/linux-5.19.10/include/rdma/ ! |
D | rdmavt_qp.h | 175 u32 lpsn; /* last packet sequence number */ member 293 u32 lpsn; member
|