aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ioat/dma.h')
-rw-r--r--drivers/dma/ioat/dma.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h
index a9bc1a15b0d1..56200eefcf5e 100644
--- a/drivers/dma/ioat/dma.h
+++ b/drivers/dma/ioat/dma.h
@@ -142,11 +142,14 @@ struct ioatdma_chan {
142 spinlock_t prep_lock; 142 spinlock_t prep_lock;
143 struct ioat_descs descs[2]; 143 struct ioat_descs descs[2];
144 int desc_chunks; 144 int desc_chunks;
145 int intr_coalesce;
146 int prev_intr_coalesce;
145}; 147};
146 148
147struct ioat_sysfs_entry { 149struct ioat_sysfs_entry {
148 struct attribute attr; 150 struct attribute attr;
149 ssize_t (*show)(struct dma_chan *, char *); 151 ssize_t (*show)(struct dma_chan *, char *);
152 ssize_t (*store)(struct dma_chan *, const char *, size_t);
150}; 153};
151 154
152/** 155/**