Lines Matching refs:s_psn

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()
523 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
524 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
557 qp->s_len = restart_sge(&qp->s_sge, wqe, qp->s_psn, pmtu); in qib_make_rc_req()
563 bth2 = qp->s_psn++ & QIB_PSN_MASK; in qib_make_rc_req()
564 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
565 qp->s_next_psn = qp->s_psn; in qib_make_rc_req()
598 len = ((qp->s_psn - wqe->psn) & QIB_PSN_MASK) * pmtu; in qib_make_rc_req()
606 bth2 = (qp->s_psn & QIB_PSN_MASK) | IB_BTH_REQ_ACK; in qib_make_rc_req()
607 qp->s_psn = wqe->lpsn + 1; in qib_make_rc_req()
853 qp->s_psn = psn; in reset_psn()
859 if ((qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) && in reset_psn()
890 ibp->n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK; in qib_restart_rc()
1038 qp->s_sending_psn = qp->s_psn; in qib_rc_send_complete()
1039 qp->s_sending_hpsn = qp->s_psn - 1; in qib_rc_send_complete()
1104 qp->s_psn = wqe->psn; in do_rc_completion()
1243 if (qib_cmp24(qp->s_psn, psn) <= 0) in do_rc_ack()
1245 } else if (qib_cmp24(qp->s_psn, psn) <= 0) { in do_rc_ack()
1247 qp->s_psn = psn + 1; in do_rc_ack()
1276 ibp->n_rc_resends += (qp->s_psn - psn) & QIB_PSN_MASK; in do_rc_ack()