Searched defs:ioatdma_chan (Results 1 – 1 of 1) sorted by relevance
89 struct ioatdma_chan { struct90 struct dma_chan dma_chan;91 void __iomem *reg_base;92 dma_addr_t last_completion;93 spinlock_t cleanup_lock;94 unsigned long state;101 struct timer_list timer;105 struct ioatdma_device *ioat_dma;106 dma_addr_t completion_dma;107 u64 *completion;[all …]