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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h
index dbfccac3e80c..d9d6a7e3cd76 100644
--- a/drivers/dma/ioat/dma.h
+++ b/drivers/dma/ioat/dma.h
@@ -88,6 +88,7 @@ struct ioat_chan_common {
88 #define IOAT_RESET_PENDING 2 88 #define IOAT_RESET_PENDING 2
89 struct timer_list timer; 89 struct timer_list timer;
90 #define COMPLETION_TIMEOUT msecs_to_jiffies(100) 90 #define COMPLETION_TIMEOUT msecs_to_jiffies(100)
91 #define IDLE_TIMEOUT msecs_to_jiffies(2000)
91 #define RESET_DELAY msecs_to_jiffies(100) 92 #define RESET_DELAY msecs_to_jiffies(100)
92 struct ioatdma_device *device; 93 struct ioatdma_device *device;
93 dma_addr_t completion_dma; 94 dma_addr_t completion_dma;