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