Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_rc.c283 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()
288 qp->s_sending_psn = qp->s_psn; in qib_make_rc_req()
289 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req()
333 bth2 = qp->s_psn & QIB_PSN_MASK; in qib_make_rc_req()
498 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req()
500 qp->s_psn++; in qib_make_rc_req()
501 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
502 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
516 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
522 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req()
[all …]
Dqib_qp.c385 qp->s_psn = 0; in qib_reset_qp()
760 qp->s_psn = qp->s_next_psn; in qib_modify_qp()
1386 qp->s_psn, qp->s_next_psn, in qib_qp_iter_print()
Dqib_uc.c98 qp->s_psn = qp->s_next_psn; in qib_make_uc_req()
Dqib_verbs.h498 u32 s_psn; /* current packet sequence number */ member
/drivers/infiniband/hw/ipath/
Dipath_rc.c66 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, in ipath_init_restart()
470 bth2 |= qp->s_psn & IPATH_PSN_MASK; in ipath_make_rc_req()
472 qp->s_psn = wqe->lpsn + 1; in ipath_make_rc_req()
474 qp->s_psn++; in ipath_make_rc_req()
475 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
476 qp->s_next_psn = qp->s_psn; in ipath_make_rc_req()
501 bth2 = qp->s_psn++ & IPATH_PSN_MASK; in ipath_make_rc_req()
502 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
503 qp->s_next_psn = qp->s_psn; in ipath_make_rc_req()
537 bth2 = qp->s_psn++ & IPATH_PSN_MASK; in ipath_make_rc_req()
[all …]
Dipath_qp.c335 qp->s_psn = 0; in ipath_reset_qp()
557 qp->s_psn = qp->s_next_psn = attr->sq_psn; in ipath_modify_qp()
Dipath_uc.c97 qp->s_psn = wqe->psn = qp->s_next_psn; in ipath_make_uc_req()
Dipath_verbs.h387 u32 s_psn; /* current packet sequence number */ member