Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Drc.c65 len = delta_psn(psn, wqe->psn) * pmtu; in restart_sge()
660 len = (delta_psn(qp->s_psn, wqe->psn)) * pmtu; in hfi1_make_rc_req()
679 delta = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req()
1060 ibp->rvp.n_rc_resends += delta_psn(qp->s_psn, psn); in hfi1_restart_rc()
1308 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack()
1428 ibp->rvp.n_rc_resends += delta_psn(qp->s_psn, psn); in do_rc_ack()
1849 offset = delta_psn(psn, e->psn) * qp->pmtu; in rc_rcv_error()
2077 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv()
2502 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_hdrerr()
Dverbs.h306 static inline u32 delta_psn(u32 a, u32 b) in delta_psn() function