Searched defs:ioat_chan_common (Results 1 – 1 of 1) sorted by relevance
96 struct ioat_chan_common { struct97 struct dma_chan common;98 void __iomem *reg_base;99 dma_addr_t last_completion;100 spinlock_t cleanup_lock;101 unsigned long state;129 struct ioat_chan_common base; argument