Lines Matching refs:dst_offset
33 s64 dst_offset; member
57 s64 dst_offset; member
851 scif_rma_local_cpu_copy(comp_cb->dst_offset, in scif_rma_completion_cb()
885 offset = work->dst_offset; in scif_rma_list_dma_copy_unaligned()
1099 s64 src_offset = work->src_offset, dst_offset = work->dst_offset; in _scif_rma_list_dma_copy_aligned() local
1120 if (dst_offset == end_dst_offset) { in _scif_rma_list_dma_copy_aligned()
1131 dst_dma_addr = scif_off_to_dma_addr(dst_window, dst_offset, in _scif_rma_list_dma_copy_aligned()
1157 dst_offset += (loop_len - 1); in _scif_rma_list_dma_copy_aligned()
1190 dst_offset += loop_len; in _scif_rma_list_dma_copy_aligned()
1219 s64 src_offset = work->src_offset, dst_offset = work->dst_offset; in scif_rma_list_dma_copy_aligned() local
1235 dst_dma_addr = __scif_off_to_dma_addr(dst_window, dst_offset); in scif_rma_list_dma_copy_aligned()
1246 dst_virt = _get_local_va(dst_offset, dst_window, in scif_rma_list_dma_copy_aligned()
1249 dst_virt = ioremap_remote(dst_offset, dst_window, in scif_rma_list_dma_copy_aligned()
1270 dst_offset += loop_len; in scif_rma_list_dma_copy_aligned()
1287 if (dst_offset == end_dst_offset) { in scif_rma_list_dma_copy_aligned()
1298 dst_dma_addr = scif_off_to_dma_addr(dst_window, dst_offset, in scif_rma_list_dma_copy_aligned()
1330 dst_offset += (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_aligned()
1366 dst_offset += loop_len; in scif_rma_list_dma_copy_aligned()
1374 if (dst_offset == end_dst_offset) in scif_rma_list_dma_copy_aligned()
1378 dst_dma_addr = __scif_off_to_dma_addr(dst_window, dst_offset); in scif_rma_list_dma_copy_aligned()
1402 dst_virt = _get_local_va(dst_offset, dst_window, in scif_rma_list_dma_copy_aligned()
1405 dst_virt = ioremap_remote(dst_offset, dst_window, in scif_rma_list_dma_copy_aligned()
1445 s64 src_offset = work->src_offset, dst_offset = work->dst_offset; in scif_rma_list_cpu_copy() local
1459 dst_page_off = dst_offset & ~PAGE_MASK; in scif_rma_list_cpu_copy()
1478 dst_virt = _get_local_va(dst_offset, dst_window, in scif_rma_list_cpu_copy()
1481 dst_virt = ioremap_remote(dst_offset, dst_window, in scif_rma_list_cpu_copy()
1510 dst_offset += loop_len; in scif_rma_list_cpu_copy()
1522 if (dst_offset == end_dst_offset) { in scif_rma_list_cpu_copy()
1538 s64 src_offset = work->src_offset, dst_offset = work->dst_offset; in scif_rma_list_dma_copy_wrapper() local
1548 dst_cache_off = dst_offset & (L1_CACHE_BYTES - 1); in scif_rma_list_dma_copy_wrapper()
1591 comp_cb->dst_offset = work->dst_offset; in scif_rma_list_dma_copy_wrapper()
1775 copy_work.dst_offset = roffset; in scif_rma_copy()
1780 copy_work.dst_offset = loffset; in scif_rma_copy()