Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/sw/rxe/
Drxe_req.c19 unsigned int mask, int npsn) in retry_first_write_send() argument
23 for (i = 0; i < npsn; i++) { in retry_first_write_send()
44 int npsn; in req_retry() local
84 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
86 retry_first_write_send(qp, wqe, mask, npsn); in req_retry()
90 npsn = (wqe->dma.length - wqe->dma.resid) / in req_retry()
92 wqe->iova += npsn * qp->mtu; in req_retry()
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Druc.c163 static inline void build_ahg(struct rvt_qp *qp, u32 npsn) in build_ahg() argument
174 qp->s_ahgpsn = npsn; in build_ahg()
188 (__force u16)cpu_to_be16((u16)npsn), in build_ahg()
192 if ((npsn & 0xffff0000) != in build_ahg()
198 (u16)(npsn >> 16)), in build_ahg()