Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_rma.c769 struct scif_window *remote_window; in scif_prep_remote_window() local
824 remote_window = scif_ioremap(alloc->phys_addr, sizeof(*window), in scif_prep_remote_window()
832 scif_ioremap(remote_window->dma_addr_lookup.offset, in scif_prep_remote_window()
834 sizeof(*remote_window->dma_addr_lookup.lookup), in scif_prep_remote_window()
837 scif_ioremap(remote_window->num_pages_lookup.offset, in scif_prep_remote_window()
839 sizeof(*remote_window->num_pages_lookup.lookup), in scif_prep_remote_window()
915 remote_window->peer_window = (u64)window; in scif_prep_remote_window()
916 remote_window->offset = window->offset; in scif_prep_remote_window()
917 remote_window->prot = window->prot; in scif_prep_remote_window()
918 remote_window->nr_contig_chunks = nr_contig_chunks; in scif_prep_remote_window()
[all …]
Dscif_dma.c1642 struct scif_window *remote_window = NULL; in scif_rma_copy() local
1672 remote_req.out_window = &remote_window; in scif_rma_copy()
1776 copy_work.dst_window = remote_window; in scif_rma_copy()
1779 copy_work.src_window = remote_window; in scif_rma_copy()