Searched defs:ioat_dma_chan (Results 1 – 1 of 1) sorted by relevance
132 struct ioat_dma_chan { struct133 struct ioat_chan_common base;135 size_t xfercap; /* XFERCAP register value expanded out */137 spinlock_t desc_lock;138 struct list_head free_desc;139 struct list_head used_desc;141 int pending;165 static inline struct ioat_dma_chan *to_ioat_chan(struct dma_chan *c) in to_ioat_chan() argument