Searched refs:qib_cmp24 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 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() 501 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req() 523 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req() 564 if (qib_cmp24(qp->s_psn, qp->s_next_psn) > 0) in qib_make_rc_req() 795 if (qib_cmp24(psn, wqe->psn) <= 0) { in reset_psn() 810 diff = qib_cmp24(psn, wqe->psn); in reset_psn() 859 if ((qib_cmp24(qp->s_psn, qp->s_sending_hpsn) <= 0) && in reset_psn() [all …]
|
D | qib_uc.c | 272 if (unlikely(qib_cmp24(psn, qp->r_psn) != 0)) { in qib_uc_rcv()
|
D | qib_driver.c | 384 diff = qib_cmp24(psn, qp->r_psn); in qib_rcv_hdrerr()
|
D | qib_verbs.h | 886 static inline int qib_cmp24(u32 a, u32 b) in qib_cmp24() function
|
D | qib_qp.c | 1303 if (qib_cmp24(credit, qp->s_lsn) > 0) { in qib_get_credit()
|