Home
last modified time | relevance | path

Searched defs:scif_dma_comp_cb (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c36 struct scif_dma_comp_cb { struct
37 void (*dma_completion_func)(void *cookie);
38 void *cb_cookie;
39 u8 *temp_buf;
40 u8 *temp_buf_to_free;
41 bool is_cache;
42 s64 dst_offset;
43 struct scif_window *dst_window;
44 size_t len;
45 dma_addr_t temp_phys;
[all …]