Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_dma.c34 struct scif_window *dst_window; member
59 struct scif_window *dst_window; member
850 if (comp_cb->dst_window) in scif_rma_completion_cb()
852 comp_cb->dst_window, in scif_rma_completion_cb()
886 window = work->dst_window; in scif_rma_list_dma_copy_unaligned()
1098 struct scif_window *dst_window = work->dst_window; in _scif_rma_list_dma_copy_aligned() local
1108 scif_init_window_iter(dst_window, &dst_win_iter); in _scif_rma_list_dma_copy_aligned()
1111 end_dst_offset = dst_window->offset + in _scif_rma_list_dma_copy_aligned()
1112 (dst_window->nr_pages << PAGE_SHIFT); in _scif_rma_list_dma_copy_aligned()
1121 dst_window = list_next_entry(dst_window, list); in _scif_rma_list_dma_copy_aligned()
[all …]