Home
last modified time | relevance | path

Searched refs:qib_cmp24 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_rc.c283 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()
[all …]
Dqib_uc.c272 if (unlikely(qib_cmp24(psn, qp->r_psn) != 0)) { in qib_uc_rcv()
Dqib_driver.c384 diff = qib_cmp24(psn, qp->r_psn); in qib_rcv_hdrerr()
Dqib_verbs.h896 static inline int qib_cmp24(u32 a, u32 b) in qib_cmp24() function
Dqib_qp.c1303 if (qib_cmp24(credit, qp->s_lsn) > 0) { in qib_get_credit()