Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/scif/
Dscif_dma.c27 struct scif_dma_comp_cb { struct
28 void (*dma_completion_func)(void *cookie);
29 void *cb_cookie;
30 u8 *temp_buf;
31 u8 *temp_buf_to_free;
32 bool is_cache;
33 s64 dst_offset;
34 struct scif_window *dst_window;
35 size_t len;
36 dma_addr_t temp_phys;
[all …]