Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/ioat/
Ddma.h128 struct ioat_dma_chan { struct
129 struct ioat_chan_common base;
131 size_t xfercap; /* XFERCAP register value expanded out */
133 spinlock_t desc_lock;
134 struct list_head free_desc;
135 struct list_head used_desc;
137 int pending;
161 static inline struct ioat_dma_chan *to_ioat_chan(struct dma_chan *c) in to_ioat_chan() argument