Home
last modified time | relevance | path

Searched refs:s_psn (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rdmavt/
Dtrace_rc.h67 __field(u32, s_psn)
78 __entry->s_psn = qp->s_psn;
90 __entry->s_psn,
Dqp.c652 qp->s_psn = 0; in rvt_init_qp()
1327 qp->s_psn = qp->s_next_psn; in rvt_modify_qp()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dtrace_rc.h66 __field(u32, s_psn)
77 __entry->s_psn = qp->s_psn;
89 __entry->s_psn,
Drc.c321 if (cmp_psn(qp->s_psn, qp->s_sending_hpsn) <= 0) { in hfi1_make_rc_req()
326 qp->s_sending_psn = qp->s_psn; in hfi1_make_rc_req()
327 qp->s_sending_hpsn = qp->s_psn - 1; in hfi1_make_rc_req()
390 qp->s_psn = wqe->psn; in hfi1_make_rc_req()
399 bth2 = mask_psn(qp->s_psn); in hfi1_make_rc_req()
560 qp->s_psn = wqe->lpsn + 1; in hfi1_make_rc_req()
562 qp->s_psn++; in hfi1_make_rc_req()
575 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in hfi1_make_rc_req()
581 bth2 = mask_psn(qp->s_psn++); in hfi1_make_rc_req()
620 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in hfi1_make_rc_req()
[all …]
Duc.c152 qp->s_psn = wqe->psn; in hfi1_make_uc_req()
274 mask_psn(qp->s_psn++), middle, ps); in hfi1_make_uc_req()
Dqp.c583 qp->s_psn, qp->s_next_psn, in qp_iter_print()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_rc.c266 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()
271 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req()
272 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req()
307 qp->s_psn = wqe->psn; in qib_make_rc_req()
316 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
469 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req()
471 qp->s_psn++; in qib_make_rc_req()
484 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
490 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req()
523 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
[all …]
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()
Dqib_qp.c449 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
/Linux-v4.19/include/rdma/
Drdmavt_qp.h355 u32 s_psn; /* current packet sequence number */ member