Searched refs:s_sending_hpsn (Results 1 – 3 of 3) sorted by relevance
283 if (qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()284 if (qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0) { in qib_make_rc_req()289 qp->s_sending_hpsn = qp->s_psn - 1; in qib_make_rc_req()615 qp->s_sending_hpsn = bth2; in qib_make_rc_req()859 if ((qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) && in reset_psn()860 (qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0)) in reset_psn()1010 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0) in qib_rc_send_complete()1036 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) > 0) { in qib_rc_send_complete()1039 qp->s_sending_hpsn = qp->s_psn - 1; in qib_rc_send_complete()1067 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) > 0) { in do_rc_completion()[all …]
379 qp->s_sending_hpsn = 0; in qib_reset_qp()758 qp->s_sending_hpsn = qp->s_last_psn; in qib_modify_qp()
495 u32 s_sending_hpsn; /* highest PSN that is being sent */ member