Home
last modified time | relevance | path

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

/linux/drivers/dma/xilinx/
H A Dxdma.c96 struct xdma_desc { struct
157 static void xdma_link_sg_desc_blocks(struct xdma_desc *sw_desc) in xdma_link_sg_desc_blocks()
195 static void xdma_link_cyclic_desc_blocks(struct xdma_desc *sw_desc) in xdma_link_cyclic_desc_blocks()
215 static inline struct xdma_desc *to_xdma_desc(struct virt_dma_desc *vdesc) in to_xdma_desc()
217 return container_of(vdesc, struct xdma_desc, vdesc); in to_xdma_desc()
248 struct xdma_desc *sw_desc; in xdma_free_desc()
269 static struct xdma_desc *
272 struct xdma_desc *sw_desc; in xdma_alloc_desc()
333 struct xdma_desc *desc; in xdma_xfer_start()
564 static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr, in xdma_fill_descs()
[all …]