Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.h101 struct ioatdma_chan { struct
102 struct dma_chan dma_chan;
103 void __iomem *reg_base;
104 dma_addr_t last_completion;
105 spinlock_t cleanup_lock;
106 unsigned long state;
113 struct timer_list timer;
117 struct ioatdma_device *ioat_dma;
118 dma_addr_t completion_dma;
119 u64 *completion;
[all …]