Searched refs:npsn (Results 1 – 3 of 3) sorted by relevance
18 struct rxe_send_wqe *wqe, int npsn) in retry_first_write_send() argument22 for (i = 0; i < npsn; i++) { in retry_first_write_send()43 int npsn; in req_retry() local83 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()
163 static inline void build_ahg(struct rvt_qp *qp, u32 npsn) in build_ahg() argument174 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()
644 static inline __le64 bnxt_re_update_msn_tbl(u32 st_idx, u32 npsn, u32 start_psn) in bnxt_re_update_msn_tbl() argument648 (((u64)(npsn) << SQ_MSN_SEARCH_NEXT_PSN_SFT) & in bnxt_re_update_msn_tbl()