Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_req.c19 unsigned int mask, int npsn) in retry_first_write_send()
23 for (i = 0; i < npsn; i++) { in retry_first_write_send()
46 int npsn; in req_retry() local
81 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
83 retry_first_write_send(qp, wqe, mask, npsn); in req_retry()
87 npsn = (wqe->dma.length - wqe->dma.resid) / in req_retry()
89 wqe->iova += npsn * qp->mtu; in req_retry()
17 retry_first_write_send(struct rxe_qp *qp, struct rxe_send_wqe *wqe, unsigned int mask, int npsn) retry_first_write_send() argument
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_req.c18 struct rxe_send_wqe *wqe, int npsn) in retry_first_write_send()
22 for (i = 0; i < npsn; i++) { in retry_first_write_send()
43 int npsn; in req_retry() local
83 npsn = (qp->comp.psn - wqe->first_psn) & in req_retry()
85 retry_first_write_send(qp, wqe, npsn); in req_retry()
89 npsn = (wqe->dma.length - wqe->dma.resid) / in req_retry()
91 wqe->iova += npsn * qp->mtu; in req_retry()
17 retry_first_write_send(struct rxe_qp *qp, struct rxe_send_wqe *wqe, int npsn) retry_first_write_send() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Druc.c197 * @npsn: the next PSN for the request/response
205 static inline void build_ahg(struct rvt_qp *qp, u32 npsn) in build_ahg() argument
216 qp->s_ahgpsn = npsn; in build_ahg()
230 (__force u16)cpu_to_be16((u16)npsn), in build_ahg()
234 if ((npsn & 0xffff0000) != in build_ahg()
240 (u16)(npsn >> 16)), in build_ahg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Druc.c155 * @npsn: the next PSN for the request/response
163 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()

Completed in 4 milliseconds