Lines Matching refs:ipath_cmp24
315 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0) { in ipath_make_rc_req()
348 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0) { in ipath_make_rc_req()
475 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
502 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
538 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0) in ipath_make_rc_req()
585 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT - 1) >= 0) in ipath_make_rc_req()
736 if (ipath_cmp24(psn, wqe->psn) <= 0) { in reset_psn()
751 diff = ipath_cmp24(psn, wqe->psn); in reset_psn()
894 while ((diff = ipath_cmp24(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack()
1003 if (ipath_cmp24(qp->s_psn, psn) <= 0) { in do_rc_ack()
1007 } else if (ipath_cmp24(qp->s_psn, psn) <= 0) { in do_rc_ack()
1140 if (ipath_cmp24(psn, qp->s_next_psn) >= 0) in ipath_rc_rcv_resp()
1144 diff = ipath_cmp24(psn, qp->s_last_psn); in ipath_rc_rcv_resp()
1204 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) { in ipath_rc_rcv_resp()
1268 if (unlikely(ipath_cmp24(psn, qp->s_last_psn + 1))) { in ipath_rc_rcv_resp()
1403 if (ipath_cmp24(psn, e->psn) >= 0) { in ipath_rc_rcv_error()
1626 diff = ipath_cmp24(psn, qp->r_psn); in ipath_rc_rcv()