Home
last modified time | relevance | path

Searched defs:ioat_chan_common (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/dma/ioat/
Ddma.h96 struct ioat_chan_common { struct
97 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