Lines Matching refs:dst_dma_addr
1107 dma_addr_t src_dma_addr, dst_dma_addr; in _scif_rma_list_dma_copy_aligned() local
1147 dst_dma_addr = scif_off_to_dma_addr(dst_window, dst_offset, in _scif_rma_list_dma_copy_aligned()
1159 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned()
1175 dst_dma_addr += (loop_len - 1); in _scif_rma_list_dma_copy_aligned()
1180 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned()
1193 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in _scif_rma_list_dma_copy_aligned()
1225 dma_addr_t src_dma_addr, dst_dma_addr; in scif_rma_list_dma_copy_aligned() local
1251 dst_dma_addr = __scif_off_to_dma_addr(dst_window, dst_offset); in scif_rma_list_dma_copy_aligned()
1314 dst_dma_addr = scif_off_to_dma_addr(dst_window, dst_offset, in scif_rma_list_dma_copy_aligned()
1330 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in scif_rma_list_dma_copy_aligned()
1348 dst_dma_addr += (loop_len - L1_CACHE_BYTES); in scif_rma_list_dma_copy_aligned()
1353 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in scif_rma_list_dma_copy_aligned()
1367 tx = dev->device_prep_dma_memcpy(chan, dst_dma_addr, in scif_rma_list_dma_copy_aligned()
1394 dst_dma_addr = __scif_off_to_dma_addr(dst_window, dst_offset); in scif_rma_list_dma_copy_aligned()
1558 dma_addr_t src_dma_addr, dst_dma_addr; in scif_rma_list_dma_copy_wrapper() local
1573 dst_dma_addr = __scif_off_to_dma_addr(work->dst_window, dst_offset); in scif_rma_list_dma_copy_wrapper()