Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/xilinx/
Dxdma.c94 struct xdma_desc { struct
155 static void xdma_link_sg_desc_blocks(struct xdma_desc *sw_desc) in xdma_link_sg_desc_blocks()
193 static void xdma_link_cyclic_desc_blocks(struct xdma_desc *sw_desc) in xdma_link_cyclic_desc_blocks()
213 static inline struct xdma_desc *to_xdma_desc(struct virt_dma_desc *vdesc) in to_xdma_desc()
215 return container_of(vdesc, struct xdma_desc, vdesc); in to_xdma_desc()
246 struct xdma_desc *sw_desc; in xdma_free_desc()
267 static struct xdma_desc *
270 struct xdma_desc *sw_desc; in xdma_alloc_desc()
331 struct xdma_desc *desc; in xdma_xfer_start()
566 static inline u32 xdma_fill_descs(struct xdma_desc *sw_desc, u64 src_addr, in xdma_fill_descs()
[all …]