Searched refs:s_psn (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 283 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 …]
|
D | qib_qp.c | 385 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()
|
D | qib_uc.c | 98 qp->s_psn = qp->s_next_psn; in qib_make_uc_req()
|
D | qib_verbs.h | 498 u32 s_psn; /* current packet sequence number */ member
|
/drivers/infiniband/hw/ipath/ |
D | ipath_rc.c | 66 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 …]
|
D | ipath_qp.c | 335 qp->s_psn = 0; in ipath_reset_qp() 557 qp->s_psn = qp->s_next_psn = attr->sq_psn; in ipath_modify_qp()
|
D | ipath_uc.c | 97 qp->s_psn = wqe->psn = qp->s_next_psn; in ipath_make_uc_req()
|
D | ipath_verbs.h | 387 u32 s_psn; /* current packet sequence number */ member
|