Lines Matching defs:ioatdma_chan
93 struct ioatdma_chan { struct
94 struct dma_chan dma_chan;
95 void __iomem *reg_base;
96 dma_addr_t last_completion;
97 spinlock_t cleanup_lock;
98 unsigned long state;
106 struct timer_list timer;
110 struct ioatdma_device *ioat_dma;
111 dma_addr_t completion_dma;
112 u64 *completion;
113 struct tasklet_struct cleanup_task;
114 struct kobject kobj;
127 size_t xfercap_log;
128 u16 head;
129 u16 issued;
130 u16 tail;
131 u16 dmacount;
132 u16 alloc_order;
133 u16 produce;
134 struct ioat_ring_ent **ring;
135 spinlock_t prep_lock;