Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.c51 static void ioat1_cleanup(struct ioat_dma_chan *ioat);
52 static void ioat1_dma_start_null_desc(struct ioat_dma_chan *ioat);
131 struct ioat_dma_chan *ioat; in ioat1_enumerate_channels()
173 __ioat1_dma_memcpy_issue_pending(struct ioat_dma_chan *ioat) in __ioat1_dma_memcpy_issue_pending()
185 struct ioat_dma_chan *ioat = to_ioat_chan(chan); in ioat1_dma_memcpy_issue_pending()
198 static void ioat1_reset_channel(struct ioat_dma_chan *ioat) in ioat1_reset_channel()
232 struct ioat_dma_chan *ioat = to_ioat_chan(c); in ioat1_tx_submit()
272 ioat_dma_alloc_descriptor(struct ioat_dma_chan *ioat, gfp_t flags) in ioat_dma_alloc_descriptor()
312 struct ioat_dma_chan *ioat = to_ioat_chan(c); in ioat1_dma_alloc_chan_resources()
370 struct ioat_dma_chan *ioat = to_ioat_chan(c); in ioat1_dma_free_chan_resources()
[all …]
Ddma.h134 struct ioat_dma_chan { struct
167 static inline struct ioat_dma_chan *to_ioat_chan(struct dma_chan *c) in to_ioat_chan() argument
171 return container_of(chan, struct ioat_dma_chan, base); in to_ioat_chan()
309 static inline void ioat_set_chainaddr(struct ioat_dma_chan *ioat, u64 addr) in ioat_set_chainaddr()