Searched defs:ioat_chan_common (Results 1 – 1 of 1) sorted by relevance
102 struct ioat_chan_common { struct103 struct dma_chan common;104 void __iomem *reg_base;105 dma_addr_t last_completion;106 spinlock_t cleanup_lock;107 unsigned long state;135 struct ioat_chan_common base; argument