Lines Matching defs:scif_dma_comp_cb
36 struct scif_dma_comp_cb { struct37 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;46 struct scif_dev *sdev;47 int header_padding;