Home
last modified time | relevance | path

Searched refs:ipath_cmp24 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_rc.c315 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()
[all …]
Dipath_qp.c1069 if (ipath_cmp24(credit, qp->s_lsn) > 0) in ipath_get_credit()
1077 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn, in ipath_get_credit()
Dipath_uc.c288 if (unlikely(ipath_cmp24(psn, qp->r_psn) != 0)) { in ipath_uc_rcv()
Dipath_verbs.h712 static inline int ipath_cmp24(u32 a, u32 b) in ipath_cmp24() function