Searched refs:lpsn (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | trace_tx.h | 100 __field(u32, lpsn) 120 __entry->lpsn = wqe->lpsn; 142 __entry->lpsn,
|
D | qp.c | 1851 wqe->lpsn = 0; in rvt_post_one_wr() 1855 wqe->lpsn = wqe->psn + in rvt_post_one_wr() 1859 qp->s_next_psn = wqe->lpsn + 1; in rvt_post_one_wr()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 469 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 571 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req() 875 if (qib_cmp24(psn, wqe->lpsn) <= 0) { in reset_sending_psn() 877 qp->s_sending_psn = wqe->lpsn + 1; in reset_sending_psn() 932 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) >= 0 && in qib_rc_send_complete() 979 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) < 0 || in do_rc_completion() 998 update_last_psn(qp, wqe->lpsn); in do_rc_completion() 1061 while ((diff = qib_cmp24(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack() 1262 while (qib_cmp24(psn, wqe->lpsn) > 0) { in rdma_seq_err() 1596 qib_cmp24(psn, e->lpsn) <= 0) in qib_rc_rcv_error() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | rc.c | 560 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 670 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req() 1083 if (cmp_psn(psn, wqe->lpsn) <= 0) { in reset_sending_psn() 1085 qp->s_sending_psn = wqe->lpsn + 1; in reset_sending_psn() 1157 if (cmp_psn(wqe->lpsn, qp->s_sending_psn) >= 0 && in hfi1_rc_send_complete() 1207 if (cmp_psn(wqe->lpsn, qp->s_sending_psn) < 0 || in do_rc_completion() 1244 update_last_psn(qp, wqe->lpsn); in do_rc_completion() 1308 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack() 1510 while (cmp_psn(psn, wqe->lpsn) > 0) { in rdma_seq_err() 1823 cmp_psn(psn, e->lpsn) <= 0) in rc_rcv_error() [all …]
|
D | qp.c | 613 e ? e->lpsn : 0, in qp_iter_print()
|
/Linux-v4.19/include/rdma/ |
D | rdmavt_qp.h | 174 u32 lpsn; /* last packet sequence number */ member 235 u32 lpsn; member
|