Searched defs:ioatdma_chan (Results 1 – 1 of 1) sorted by relevance
93 struct ioatdma_chan { struct94 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 …]