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

/linux-master/drivers/infiniband/hw/hfi1/
H A Drc.h40 len = delta_psn(psn, wqe->psn) * pmtu;
H A Drc.c710 req->comp_seg = delta_psn(bth2, wqe->psn);
717 delta_psn(wqe->lpsn, bth2) + 1;
991 len = (delta_psn(qp->s_psn, wqe->psn)) * pmtu;
1019 req->comp_seg = delta_psn(qp->s_psn, wqe->psn);
1029 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1;
1048 req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->pkts_ps;
1136 delta = delta_psn(bth2, wqe->psn);
1620 ibp->rvp.n_rc_resends += delta_psn(qp->s_psn, psn);
1993 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) {
2023 (delta_psn(ps
[all...]
H A Dtid_rdma.c2133 delta_psn(psn, fstate->resp_ib_psn),
2136 delta_psn(psn, fstate->resp_ib_psn);
2146 req->cur_seg = delta_psn(psn, e->psn);
2266 diff = delta_psn(psn, qp->r_psn);
2693 while ((int)delta_psn(ack_psn, wqe->lpsn) >= 0) {
3075 delta_pkts = delta_psn(*bth2, flow->flow_state.ib_spsn);
3077 delta_pkts = delta_psn(*bth2,
3693 diff = delta_psn(psn, qp->r_psn);
4323 len += delta_psn(psn,
4634 if (delta_psn(ack_ps
[all...]
H A Dverbs.h328 static inline u32 delta_psn(u32 a, u32 b) function

Completed in 128 milliseconds