Home
last modified time | relevance | path

Searched refs:s_psn (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dtrace_rc.h67 __field(u32, s_psn)
78 __entry->s_psn = qp->s_psn;
85 "[%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",
90 __entry->s_psn,
H A Dqp.c876 qp->s_psn = 0; in rvt_init_qp()
1625 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dtrace_rc.h25 __field(u32, s_psn)
36 __entry->s_psn = qp->s_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",
48 __entry->s_psn,
H A Dqp.c837 qp->s_psn = 0; in rvt_init_qp()
1572 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace_rc.h66 __field(u32, s_psn)
77 __entry->s_psn = qp->s_psn;
84 "[%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",
89 __entry->s_psn,
H A Drc.c500 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req()
505 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req()
506 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req()
574 qp->s_psn = wqe->psn; in hfi1_make_rc_req()
583 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req()
806 delta = cmp_psn(qp->s_psn, wqe->psn); in hfi1_make_rc_req()
851 req->s_next_psn = qp->s_psn; in hfi1_make_rc_req()
930 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req()
932 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()
934 qp->s_psn in hfi1_make_rc_req()
[all...]
H A Duc.c152 qp->s_psn = wqe->psn; in hfi1_make_uc_req()
274 qp->remote_qpn, mask_psn(qp->s_psn++), in hfi1_make_uc_req()
H A Dtrace_tid.h48 "s_head %u s_acked %u s_last %u s_psn 0x%x " \
879 __field(u32, s_psn)
897 __entry->s_psn = qp->s_psn;
917 __entry->s_psn,
H A Dqp.c672 qp->s_psn, qp->s_next_psn, in qp_iter_print()
H A Dtid_rdma.c2673 cmp_psn(ibpsn, qp->s_psn) > 0) in __must_hold()
3048 *bth2 = mask_psn(qp->s_psn); in hfi1_tid_rdma_restart_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace_rc.h25 __field(u32, s_psn)
36 __entry->s_psn = qp->s_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",
48 __entry->s_psn,
H A Drc.c459 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req()
464 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req()
465 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req()
533 qp->s_psn = wqe->psn; in hfi1_make_rc_req()
542 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req()
765 delta = cmp_psn(qp->s_psn, wqe->psn); in hfi1_make_rc_req()
810 req->s_next_psn = qp->s_psn; in hfi1_make_rc_req()
889 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req()
891 qp->s_psn = req->s_next_psn; in hfi1_make_rc_req()
893 qp->s_psn in hfi1_make_rc_req()
[all...]
H A Duc.c111 qp->s_psn = wqe->psn; in hfi1_make_uc_req()
233 qp->remote_qpn, mask_psn(qp->s_psn++), in hfi1_make_uc_req()
H A Dtrace_tid.h48 "s_head %u s_acked %u s_last %u s_psn 0x%x " \
879 __field(u32, s_psn)
897 __entry->s_psn = qp->s_psn;
917 __entry->s_psn,
H A Dqp.c631 qp->s_psn, qp->s_next_psn, in qp_iter_print()
H A Dtid_rdma.c2680 cmp_psn(ibpsn, qp->s_psn) > 0) in __must_hold()
3057 *bth2 = mask_psn(qp->s_psn); in hfi1_tid_rdma_restart_req()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_rc.c261 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()
266 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req()
267 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req()
302 qp->s_psn = wqe->psn; in qib_make_rc_req()
311 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
458 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req()
460 qp->s_psn++; in qib_make_rc_req()
473 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
479 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req()
512 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmt in qib_make_rc_req()
[all...]
H A Dqib_uc.c97 qp->s_psn = wqe->psn; in qib_make_uc_req()
216 qp->s_psn++ & QIB_PSN_MASK); in qib_make_uc_req()
H A Dqib_qp.c446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_rc.c262 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()
267 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req()
268 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req()
303 qp->s_psn = wqe->psn; in qib_make_rc_req()
312 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
459 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req()
461 qp->s_psn++; in qib_make_rc_req()
474 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
480 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req()
513 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmt in qib_make_rc_req()
[all...]
H A Dqib_uc.c98 qp->s_psn = wqe->psn; in qib_make_uc_req()
217 qp->s_psn++ & QIB_PSN_MASK); in qib_make_uc_req()
H A Dqib_qp.c446 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
/kernel/linux/linux-5.10/include/rdma/
H A Drdmavt_qp.h415 u32 s_psn; /* current packet sequence number */ member
/kernel/linux/linux-6.6/include/rdma/
H A Drdmavt_qp.h415 u32 s_psn; /* current packet sequence number */ member

Completed in 42 milliseconds