Home
last modified time | relevance | path

Searched refs:delta_psn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c68 len = delta_psn(psn, wqe->psn) * pmtu; in restart_sge()
630 len = (delta_psn(qp->s_psn, wqe->psn)) * pmtu; in hfi1_make_rc_req()
648 delta = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req()
904 ibp->n_rc_resends += delta_psn(qp->s_psn, psn); in restart_rc()
1192 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack()
1309 ibp->n_rc_resends += delta_psn(qp->s_psn, psn); in do_rc_ack()
1728 offset = delta_psn(psn, e->psn) * qp->pmtu; in rc_rcv_error()
1999 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv()
2410 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_hdrerr()
Dverbs.h914 static inline u32 delta_psn(u32 a, u32 b) in delta_psn() function