Home
last modified time | relevance | path

Searched refs:dst_window (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c43 struct scif_window *dst_window; member
68 struct scif_window *dst_window; member
864 if (comp_cb->dst_window) in scif_rma_completion_cb()
866 comp_cb->dst_window, in scif_rma_completion_cb()
900 window = work->dst_window; in scif_rma_list_dma_copy_unaligned()
1114 struct scif_window *dst_window = work->dst_window; in _scif_rma_list_dma_copy_aligned() local
1124 scif_init_window_iter(dst_window, &dst_win_iter); in _scif_rma_list_dma_copy_aligned()
1127 end_dst_offset = dst_window->offset + in _scif_rma_list_dma_copy_aligned()
1128 (dst_window->nr_pages << PAGE_SHIFT); in _scif_rma_list_dma_copy_aligned()
1137 dst_window = list_next_entry(dst_window, list); in _scif_rma_list_dma_copy_aligned()
[all …]