Lines Matching refs:bytes_mapped
671 u64 user_va, size_t bcnt, u32 *bytes_mapped,
709 if (bytes_mapped) {
713 *bytes_mapped += min_t(u32, new_mappings, bcnt);
724 size_t bcnt, u32 *bytes_mapped, u32 flags)
760 bytes_mapped, flags);
810 u32 *bytes_mapped, u32 flags)
827 return pagefault_real_mr(mr, odp, user_va, bcnt, bytes_mapped,
830 return pagefault_implicit_mr(mr, odp, io_virt, bcnt, bytes_mapped,
895 u32 *bytes_mapped)
918 if (bytes_mapped)
919 *bytes_mapped += bcnt;
938 ret = pagefault_mr(mr, io_virt, bcnt, bytes_mapped, 0);
1044 * @bytes_mapped receives the number of bytes that the function was able to
1058 void *wqe_end, u32 *bytes_mapped,
1068 if (bytes_mapped)
1069 *bytes_mapped = 0;
1114 bytes_mapped);
1272 u32 bytes_mapped, total_wqe_bytes;
1328 ret = pagefault_data_segments(dev, pfault, wqe, wqe_end, &bytes_mapped,
1333 if (ret < 0 || total_wqe_bytes > bytes_mapped)
1779 u32 bytes_mapped = 0;
1791 work->frags[i].length, &bytes_mapped,
1835 u32 bytes_mapped = 0;
1850 &bytes_mapped, pf_flags);