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()
503 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
525 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
566 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req()
797 if (qib_cmp24(psn, wqe->psn) <= 0) { in reset_psn()
812 diff = qib_cmp24(psn, wqe->psn); in reset_psn()
861 if ((qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) && in reset_psn()
862 (qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0)) in reset_psn()
954 if (qib_cmp24(psn, wqe->lpsn) <= 0) { in reset_sending_psn()
1011 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) >= 0 && in qib_rc_send_complete()
1012 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0) in qib_rc_send_complete()
1038 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) > 0) { in qib_rc_send_complete()
1068 if (qib_cmp24(wqe->lpsn, qp->s_sending_psn) < 0 || in do_rc_completion()
1069 qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) > 0) { in do_rc_completion()
1161 while ((diff = qib_cmp24(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack()
1245 if (qib_cmp24(qp->s_psn, psn) <= 0) in do_rc_ack()
1247 } else if (qib_cmp24(qp->s_psn, psn) <= 0) { in do_rc_ack()
1365 while (qib_cmp24(psn, wqe->lpsn) > 0) { in rdma_seq_err()
1421 if ((qib_cmp24(psn, qp->s_sending_psn) >= 0) && in qib_rc_rcv_resp()
1422 (qib_cmp24(qp->s_sending_psn, qp->s_sending_hpsn) <= 0)) { in qib_rc_rcv_resp()
1444 if (qib_cmp24(psn, qp->s_next_psn) >= 0) in qib_rc_rcv_resp()
1448 diff = qib_cmp24(psn, qp->s_last_psn); in qib_rc_rcv_resp()
1464 if (qib_cmp24(psn, qp->s_last_psn + 1) != 0) in qib_rc_rcv_resp()
1504 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1563 if (unlikely(qib_cmp24(psn, qp->s_last_psn + 1))) in qib_rc_rcv_resp()
1701 if (qib_cmp24(psn, e->psn) >= 0) { in qib_rc_rcv_error()
1703 qib_cmp24(psn, e->lpsn) <= 0) in qib_rc_rcv_error()
1910 diff = qib_cmp24(psn, qp->r_psn); in qib_rc_rcv()