Home
last modified time | relevance | path

Searched refs:pkts_ps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs.h205 u16 pkts_ps; /* packets per segment */ member
H A Drc.c1089 req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->pkts_ps; in hfi1_make_rc_req()
1475 cur_seg = (psn - wqe->psn) / priv->pkts_ps; in update_num_rd_atomic()
H A Dtid_rdma.c253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply()
257 priv->pkts_ps = (u16)rvt_div_mtu(qp, remote->max_len); in tid_rdma_conn_reply()
258 priv->timeout_shift = ilog2(priv->pkts_ps - 1) + 1; in tid_rdma_conn_reply()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs.h163 u16 pkts_ps; /* packets per segment */ member
H A Drc.c1048 req->cur_seg = delta_psn(qp->s_psn, wqe->psn) / priv->pkts_ps; in hfi1_make_rc_req()
1433 cur_seg = (psn - wqe->psn) / priv->pkts_ps; in update_num_rd_atomic()
H A Dtid_rdma.c253 * Therefore, when priv->pkts_ps is used to calculate req->cur_seg in tid_rdma_conn_reply()
257 priv->pkts_ps = (u16)rvt_div_mtu(qp, remote->max_len); in tid_rdma_conn_reply()
258 priv->timeout_shift = ilog2(priv->pkts_ps - 1) + 1; in tid_rdma_conn_reply()

Completed in 20 milliseconds