Searched refs:ipath_cmp24 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_rc.c | 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() [all …]
|
D | ipath_qp.c | 1068 if (ipath_cmp24(credit, qp->s_lsn) > 0) in ipath_get_credit() 1076 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn, in ipath_get_credit()
|
D | ipath_uc.c | 288 if (unlikely(ipath_cmp24(psn, qp->r_psn) != 0)) { in ipath_uc_rcv()
|
D | ipath_verbs.h | 720 static inline int ipath_cmp24(u32 a, u32 b) in ipath_cmp24() function
|