Home
last modified time | relevance | path

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

/linux/drivers/dma/xilinx/
H A Dzynqmp_dma.c180 struct zynqmp_dma_desc_sw { struct
181 u64 src;
182 u64 dst;
183 u32 len;
184 struct list_head node;
185 struct list_head tx_list;
186 struct dma_async_tx_descriptor async_tx;
187 struct zynqmp_dma_desc_ll *src_v;
188 dma_addr_t src_p;
189 struct zynqmp_dma_desc_ll *dst_v;
[all …]