Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_dma.c1679 struct scif_rma_req remote_req; in scif_rma_copy() local
1712 remote_req.out_window = &remote_window; in scif_rma_copy()
1713 remote_req.offset = roffset; in scif_rma_copy()
1714 remote_req.nr_bytes = len; in scif_rma_copy()
1719 remote_req.prot = dir == SCIF_LOCAL_TO_REMOTE ? VM_WRITE : VM_READ; in scif_rma_copy()
1720 remote_req.type = SCIF_WINDOW_PARTIAL; in scif_rma_copy()
1721 remote_req.head = &ep->rma_info.remote_reg_list; in scif_rma_copy()
1799 err = scif_query_window(&remote_req); in scif_rma_copy()