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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_rc.c235 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT) > 0) {
286 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0)
317 ipath_cmp24(wqe->ssn, qp->s_lsn + 1) > 0)
442 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0)
469 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0)
505 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0)
544 if (ipath_cmp24(qp->s_psn, qp->s_next_psn) > 0)
553 if (ipath_cmp24(qp->s_psn, qp->s_last_psn + IPATH_PSN_CREDIT - 1) >= 0)
675 if (ipath_cmp24(psn, wqe->psn) <= 0) {
690 diff = ipath_cmp24(ps
[all...]
H A Dipath_uc.c285 if (unlikely(ipath_cmp24(psn, qp->r_psn) != 0)) {
H A Dipath_qp.c1046 if (ipath_cmp24(credit, qp->s_lsn) > 0)
1053 ipath_cmp24(get_swqe_ptr(qp, qp->s_cur)->ssn,
H A Dipath_verbs.h636 static inline int ipath_cmp24(u32 a, u32 b) function

Completed in 103 milliseconds