Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c1660 struct scif_rma_req remote_req; in scif_rma_copy() local
1693 remote_req.out_window = &remote_window; in scif_rma_copy()
1694 remote_req.offset = roffset; in scif_rma_copy()
1695 remote_req.nr_bytes = len; in scif_rma_copy()
1700 remote_req.prot = dir == SCIF_LOCAL_TO_REMOTE ? VM_WRITE : VM_READ; in scif_rma_copy()
1701 remote_req.type = SCIF_WINDOW_PARTIAL; in scif_rma_copy()
1702 remote_req.head = &ep->rma_info.remote_reg_list; in scif_rma_copy()
1780 err = scif_query_window(&remote_req); in scif_rma_copy()