Searched defs:ioatdma_chan (Results 1 – 1 of 1) sorted by relevance
94 struct ioatdma_chan { struct95 struct dma_chan dma_chan;96 void __iomem *reg_base;97 dma_addr_t last_completion;98 spinlock_t cleanup_lock;99 unsigned long state;106 struct timer_list timer;108 struct ioatdma_device *ioat_dma;109 dma_addr_t completion_dma;110 u64 *completion;[all …]