Searched refs:delta_psn (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | rc.h | 40 len = delta_psn(psn, wqe->psn) * pmtu; in restart_sge()
|
H A D | rc.c | 751 req->comp_seg = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req() 758 delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 1032 len = (delta_psn(qp->s_psn, wqe->psn)) * pmtu; in hfi1_make_rc_req() 1060 req->comp_seg = delta_psn(qp->s_psn, wqe->psn); in hfi1_make_rc_req() 1070 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 1089 req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->pkts_ps; in hfi1_make_rc_req() 1177 delta = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req() 1662 ibp->rvp.n_rc_resends += delta_psn(qp->s_psn, psn); in hfi1_restart_rc() 2035 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack() 2065 (delta_psn(ps in do_rc_ack() [all...] |
H A D | tid_rdma.c | 2126 delta_psn(psn, fstate->resp_ib_psn), in tid_rdma_rcv_error() 2129 delta_psn(psn, fstate->resp_ib_psn); in tid_rdma_rcv_error() 2139 req->cur_seg = delta_psn(psn, e->psn); in tid_rdma_rcv_error() 2259 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_read_req() 2686 while ((int)delta_psn(ack_psn, wqe->lpsn) >= 0) { in __must_hold() 3066 delta_pkts = delta_psn(*bth2, flow->flow_state.ib_spsn); in hfi1_tid_rdma_restart_req() 3068 delta_pkts = delta_psn(*bth2, in hfi1_tid_rdma_restart_req() 3681 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_write_req() 4311 len += delta_psn(psn, in hfi1_rc_rcv_tid_rdma_write_data() 4622 if (delta_psn(ack_ps in hfi1_rc_rcv_tid_rdma_ack() [all...] |
H A D | verbs.h | 370 static inline u32 delta_psn(u32 a, u32 b) in delta_psn() function
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | rc.h | 40 len = delta_psn(psn, wqe->psn) * pmtu; in restart_sge()
|
H A D | rc.c | 710 req->comp_seg = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req() 717 delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 991 len = (delta_psn(qp->s_psn, wqe->psn)) * pmtu; in hfi1_make_rc_req() 1019 req->comp_seg = delta_psn(qp->s_psn, wqe->psn); in hfi1_make_rc_req() 1029 priv->pending_tid_w_resp += delta_psn(wqe->lpsn, bth2) + 1; in hfi1_make_rc_req() 1048 req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->pkts_ps; in hfi1_make_rc_req() 1136 delta = delta_psn(bth2, wqe->psn); in hfi1_make_rc_req() 1620 ibp->rvp.n_rc_resends += delta_psn(qp->s_psn, psn); in hfi1_restart_rc() 1993 while ((diff = delta_psn(ack_psn, wqe->lpsn)) >= 0) { in do_rc_ack() 2023 (delta_psn(ps in do_rc_ack() [all...] |
H A D | tid_rdma.c | 2133 delta_psn(psn, fstate->resp_ib_psn), in tid_rdma_rcv_error() 2136 delta_psn(psn, fstate->resp_ib_psn); in tid_rdma_rcv_error() 2146 req->cur_seg = delta_psn(psn, e->psn); in tid_rdma_rcv_error() 2266 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_read_req() 2693 while ((int)delta_psn(ack_psn, wqe->lpsn) >= 0) { in __must_hold() 3075 delta_pkts = delta_psn(*bth2, flow->flow_state.ib_spsn); in hfi1_tid_rdma_restart_req() 3077 delta_pkts = delta_psn(*bth2, in hfi1_tid_rdma_restart_req() 3693 diff = delta_psn(psn, qp->r_psn); in hfi1_rc_rcv_tid_rdma_write_req() 4323 len += delta_psn(psn, in hfi1_rc_rcv_tid_rdma_write_data() 4634 if (delta_psn(ack_ps in hfi1_rc_rcv_tid_rdma_ack() [all...] |
H A D | verbs.h | 328 static inline u32 delta_psn(u32 a, u32 b) in delta_psn() function
|
Completed in 20 milliseconds