Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Ddma.h93 struct ioatdma_chan { struct
94 struct dma_chan dma_chan;
95 void __iomem *reg_base;
96 dma_addr_t last_completion;
97 spinlock_t cleanup_lock;
98 unsigned long state;
106 struct timer_list timer;
110 struct ioatdma_device *ioat_dma;
111 dma_addr_t completion_dma;
112 u64 *completion;
[all …]