Lines Matching refs:qib_cmp24

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()
339 qib_cmp24(wqe->ssn, qp->s_lsn + 1) > 0) { in qib_make_rc_req()
372 qib_cmp24(wqe->ssn, qp->s_lsn + 1) > 0) { in qib_make_rc_req()
501 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
523 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
564 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
795 if (qib_cmp24(psn, wqe->psn) <= 0) { in reset_psn()
810 diff = qib_cmp24(psn, wqe->psn); in reset_psn()
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()
952 if (qib_cmp24(psn, wqe->lpsn) <= 0) { in reset_sending_psn()
1009 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) >= 0 && in qib_rc_send_complete()
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()
1066 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) < 0 || in do_rc_completion()
1067 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) > 0) { in do_rc_completion()
1159 while ((diff = qib_cmp24(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack()
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()
1363 while (qib_cmp24(psn, wqe->lpsn) > 0) { in rdma_seq_err()
1419 if ((qib_cmp24(psn, qp->s_sending_psn) >= 0) && in qib_rc_rcv_resp()
1420 (qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0)) { in qib_rc_rcv_resp()
1442 if (qib_cmp24(psn, qp->s_next_psn) >= 0) in qib_rc_rcv_resp()
1446 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1462 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1502 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1561 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1699 if (qib_cmp24(psn, e->psn) >= 0) { in qib_rc_rcv_error()
1701 qib_cmp24(psn, e->lpsn) <= 0) in qib_rc_rcv_error()
1908 diff = qib_cmp24(psn, qp->r_psn); in qib_rc_rcv()