Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_dma.c1639 struct scif_rma_req remote_req; in scif_rma_copy() local
1672 remote_req.out_window = &remote_window; in scif_rma_copy()
1673 remote_req.offset = roffset; in scif_rma_copy()
1674 remote_req.nr_bytes = len; in scif_rma_copy()
1679 remote_req.prot = dir == SCIF_LOCAL_TO_REMOTE ? VM_WRITE : VM_READ; in scif_rma_copy()
1680 remote_req.type = SCIF_WINDOW_PARTIAL; in scif_rma_copy()
1681 remote_req.head = &ep->rma_info.remote_reg_list; in scif_rma_copy()
1759 err = scif_query_window(&remote_req); in scif_rma_copy()