Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 1 | /* |
Maciej Sosnowski | 211a22c | 2009-02-26 11:05:43 +0100 | [diff] [blame] | 2 | * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved. |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it |
| 5 | * under the terms of the GNU General Public License as published by the Free |
| 6 | * Software Foundation; either version 2 of the License, or (at your option) |
| 7 | * any later version. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 12 | * more details. |
| 13 | * |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 14 | * The full GNU General Public License is included in this distribution in the |
| 15 | * file called COPYING. |
| 16 | */ |
| 17 | #ifndef IOATDMA_H |
| 18 | #define IOATDMA_H |
| 19 | |
| 20 | #include <linux/dmaengine.h> |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 21 | #include <linux/init.h> |
| 22 | #include <linux/dmapool.h> |
| 23 | #include <linux/cache.h> |
David S. Miller | 57c651f | 2006-05-23 17:39:49 -0700 | [diff] [blame] | 24 | #include <linux/pci_ids.h> |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 25 | #include <linux/circ_buf.h> |
| 26 | #include <linux/interrupt.h> |
| 27 | #include "registers.h" |
| 28 | #include "hw.h" |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 29 | |
Dan Williams | 3208ca5 | 2009-09-10 11:27:36 -0700 | [diff] [blame] | 30 | #define IOAT_DMA_VERSION "4.00" |
Shannon Nelson | 5149fd0 | 2007-10-18 03:07:13 -0700 | [diff] [blame] | 31 | |
Shannon Nelson | 7bb67c1 | 2007-11-14 16:59:51 -0800 | [diff] [blame] | 32 | #define IOAT_DMA_DCA_ANY_CPU ~0 |
| 33 | |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 34 | #define to_ioatdma_device(dev) container_of(dev, struct ioatdma_device, dma_dev) |
| 35 | #define to_dev(ioat_chan) (&(ioat_chan)->ioat_dma->pdev->dev) |
| 36 | #define to_pdev(ioat_chan) ((ioat_chan)->ioat_dma->pdev) |
Dan Williams | 1f27adc2 | 2009-09-08 17:29:02 -0700 | [diff] [blame] | 37 | |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 38 | #define chan_num(ch) ((int)((ch)->reg_base - (ch)->ioat_dma->reg_base) / 0x80) |
Dan Williams | 1f27adc2 | 2009-09-08 17:29:02 -0700 | [diff] [blame] | 39 | |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 40 | /* ioat hardware assumes at least two sources for raid operations */ |
| 41 | #define src_cnt_to_sw(x) ((x) + 2) |
| 42 | #define src_cnt_to_hw(x) ((x) - 2) |
| 43 | #define ndest_to_sw(x) ((x) + 1) |
| 44 | #define ndest_to_hw(x) ((x) - 1) |
| 45 | #define src16_cnt_to_sw(x) ((x) + 9) |
| 46 | #define src16_cnt_to_hw(x) ((x) - 9) |
| 47 | |
Dan Williams | 1f27adc2 | 2009-09-08 17:29:02 -0700 | [diff] [blame] | 48 | /* |
| 49 | * workaround for IOAT ver.3.0 null descriptor issue |
| 50 | * (channel returns error when size is 0) |
| 51 | */ |
| 52 | #define NULL_DESC_BUFFER_SIZE 1 |
| 53 | |
Dave Jiang | 8a52b9f | 2013-03-26 15:42:47 -0700 | [diff] [blame] | 54 | enum ioat_irq_mode { |
| 55 | IOAT_NOIRQ = 0, |
| 56 | IOAT_MSIX, |
Dave Jiang | 8a52b9f | 2013-03-26 15:42:47 -0700 | [diff] [blame] | 57 | IOAT_MSI, |
| 58 | IOAT_INTX |
| 59 | }; |
| 60 | |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 61 | /** |
Shannon Nelson | 8ab8956 | 2007-10-16 01:27:39 -0700 | [diff] [blame] | 62 | * struct ioatdma_device - internal representation of a IOAT device |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 63 | * @pdev: PCI-Express device |
| 64 | * @reg_base: MMIO register space base address |
Dave Jiang | c7b0e8d | 2015-08-11 08:49:05 -0700 | [diff] [blame] | 65 | * @completion_pool: DMA buffers for completion ops |
| 66 | * @sed_hw_pool: DMA super descriptor pools |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 67 | * @dma_dev: embedded struct dma_device |
Shannon Nelson | 8ab8956 | 2007-10-16 01:27:39 -0700 | [diff] [blame] | 68 | * @version: version of ioatdma device |
Shannon Nelson | 7bb67c1 | 2007-11-14 16:59:51 -0800 | [diff] [blame] | 69 | * @msix_entries: irq handlers |
| 70 | * @idx: per channel data |
Dan Williams | f2427e2 | 2009-07-28 14:42:38 -0700 | [diff] [blame] | 71 | * @dca: direct cache access context |
Dave Jiang | c7b0e8d | 2015-08-11 08:49:05 -0700 | [diff] [blame] | 72 | * @irq_mode: interrupt mode (INTX, MSI, MSIX) |
| 73 | * @cap: read DMA capabilities register |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 74 | */ |
Shannon Nelson | 8ab8956 | 2007-10-16 01:27:39 -0700 | [diff] [blame] | 75 | struct ioatdma_device { |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 76 | struct pci_dev *pdev; |
Al Viro | 47b1653 | 2006-10-10 22:45:47 +0100 | [diff] [blame] | 77 | void __iomem *reg_base; |
Dave Jiang | 679cfbf | 2016-02-10 15:00:21 -0700 | [diff] [blame] | 78 | struct dma_pool *completion_pool; |
Dave Jiang | 7727eaa | 2013-04-15 10:25:56 -0700 | [diff] [blame] | 79 | #define MAX_SED_POOLS 5 |
| 80 | struct dma_pool *sed_hw_pool[MAX_SED_POOLS]; |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 81 | struct dma_device dma_dev; |
Shannon Nelson | 8ab8956 | 2007-10-16 01:27:39 -0700 | [diff] [blame] | 82 | u8 version; |
Dave Jiang | ad4a7b5 | 2015-08-26 13:17:24 -0700 | [diff] [blame] | 83 | #define IOAT_MAX_CHANS 4 |
| 84 | struct msix_entry msix_entries[IOAT_MAX_CHANS]; |
| 85 | struct ioatdma_chan *idx[IOAT_MAX_CHANS]; |
Dan Williams | f2427e2 | 2009-07-28 14:42:38 -0700 | [diff] [blame] | 86 | struct dca_provider *dca; |
Dave Jiang | 8a52b9f | 2013-03-26 15:42:47 -0700 | [diff] [blame] | 87 | enum ioat_irq_mode irq_mode; |
Dave Jiang | 75c6f0a | 2013-04-10 16:44:39 -0700 | [diff] [blame] | 88 | u32 cap; |
Dave Jiang | c997e30 | 2016-03-10 16:18:40 -0700 | [diff] [blame] | 89 | |
| 90 | /* shadow version for CB3.3 chan reset errata workaround */ |
| 91 | u64 msixtba0; |
| 92 | u64 msixdata0; |
| 93 | u32 msixpba; |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 94 | }; |
| 95 | |
Dave Jiang | dd4645e | 2016-02-10 15:00:32 -0700 | [diff] [blame] | 96 | struct ioat_descs { |
| 97 | void *virt; |
| 98 | dma_addr_t hw; |
| 99 | }; |
| 100 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 101 | struct ioatdma_chan { |
| 102 | struct dma_chan dma_chan; |
Al Viro | 47b1653 | 2006-10-10 22:45:47 +0100 | [diff] [blame] | 103 | void __iomem *reg_base; |
Dan Williams | 2750293 | 2012-03-23 13:36:42 -0700 | [diff] [blame] | 104 | dma_addr_t last_completion; |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 105 | spinlock_t cleanup_lock; |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 106 | unsigned long state; |
Dave Jiang | ad4a7b5 | 2015-08-26 13:17:24 -0700 | [diff] [blame] | 107 | #define IOAT_CHAN_DOWN 0 |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 108 | #define IOAT_COMPLETION_ACK 1 |
| 109 | #define IOAT_RESET_PENDING 2 |
Dan Williams | 5669e31 | 2009-09-08 17:42:56 -0700 | [diff] [blame] | 110 | #define IOAT_KOBJ_INIT_FAIL 3 |
Dan Williams | 556ab45 | 2010-07-23 15:47:56 -0700 | [diff] [blame] | 111 | #define IOAT_RUN 5 |
Dave Jiang | 4dec23d | 2013-02-07 14:38:32 -0700 | [diff] [blame] | 112 | #define IOAT_CHAN_ACTIVE 6 |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 113 | struct timer_list timer; |
| 114 | #define COMPLETION_TIMEOUT msecs_to_jiffies(100) |
Dan Williams | a309218 | 2009-09-08 12:02:01 -0700 | [diff] [blame] | 115 | #define IDLE_TIMEOUT msecs_to_jiffies(2000) |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 116 | #define RESET_DELAY msecs_to_jiffies(100) |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 117 | struct ioatdma_device *ioat_dma; |
Dan Williams | 4fb9b9e | 2009-09-08 12:01:04 -0700 | [diff] [blame] | 118 | dma_addr_t completion_dma; |
| 119 | u64 *completion; |
Shannon Nelson | 3e03745 | 2007-10-16 01:27:40 -0700 | [diff] [blame] | 120 | struct tasklet_struct cleanup_task; |
Dan Williams | 5669e31 | 2009-09-08 17:42:56 -0700 | [diff] [blame] | 121 | struct kobject kobj; |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 122 | |
| 123 | /* ioat v2 / v3 channel attributes |
| 124 | * @xfercap_log; log2 of channel max transfer length (for fast division) |
| 125 | * @head: allocated index |
| 126 | * @issued: hardware notification point |
| 127 | * @tail: cleanup index |
| 128 | * @dmacount: identical to 'head' except for occasionally resetting to zero |
| 129 | * @alloc_order: log2 of the number of allocated descriptors |
| 130 | * @produce: number of descriptors to produce at submit time |
| 131 | * @ring: software ring buffer implementation of hardware ring |
| 132 | * @prep_lock: serializes descriptor preparation (producers) |
| 133 | */ |
| 134 | size_t xfercap_log; |
| 135 | u16 head; |
| 136 | u16 issued; |
| 137 | u16 tail; |
| 138 | u16 dmacount; |
| 139 | u16 alloc_order; |
| 140 | u16 produce; |
| 141 | struct ioat_ring_ent **ring; |
| 142 | spinlock_t prep_lock; |
Dave Jiang | dd4645e | 2016-02-10 15:00:32 -0700 | [diff] [blame] | 143 | struct ioat_descs descs[2]; |
| 144 | int desc_chunks; |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 145 | }; |
| 146 | |
Dan Williams | 5669e31 | 2009-09-08 17:42:56 -0700 | [diff] [blame] | 147 | struct ioat_sysfs_entry { |
| 148 | struct attribute attr; |
| 149 | ssize_t (*show)(struct dma_chan *, char *); |
| 150 | }; |
Dan Williams | 5cbafa6 | 2009-08-26 13:01:44 -0700 | [diff] [blame] | 151 | |
Dan Williams | dcbc853 | 2009-07-28 14:44:50 -0700 | [diff] [blame] | 152 | /** |
Dave Jiang | 7727eaa | 2013-04-15 10:25:56 -0700 | [diff] [blame] | 153 | * struct ioat_sed_ent - wrapper around super extended hardware descriptor |
| 154 | * @hw: hardware SED |
Dave Jiang | c7b0e8d | 2015-08-11 08:49:05 -0700 | [diff] [blame] | 155 | * @dma: dma address for the SED |
Dave Jiang | 7727eaa | 2013-04-15 10:25:56 -0700 | [diff] [blame] | 156 | * @parent: point to the dma descriptor that's the parent |
Dave Jiang | c7b0e8d | 2015-08-11 08:49:05 -0700 | [diff] [blame] | 157 | * @hw_pool: descriptor pool index |
Dave Jiang | 7727eaa | 2013-04-15 10:25:56 -0700 | [diff] [blame] | 158 | */ |
| 159 | struct ioat_sed_ent { |
| 160 | struct ioat_sed_raw_descriptor *hw; |
| 161 | dma_addr_t dma; |
| 162 | struct ioat_ring_ent *parent; |
| 163 | unsigned int hw_pool; |
| 164 | }; |
| 165 | |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 166 | /** |
| 167 | * struct ioat_ring_ent - wrapper around hardware descriptor |
| 168 | * @hw: hardware DMA descriptor (for memcpy) |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 169 | * @xor: hardware xor descriptor |
| 170 | * @xor_ex: hardware xor extension descriptor |
| 171 | * @pq: hardware pq descriptor |
| 172 | * @pq_ex: hardware pq extension descriptor |
| 173 | * @pqu: hardware pq update descriptor |
| 174 | * @raw: hardware raw (un-typed) descriptor |
| 175 | * @txd: the generic software descriptor for all engines |
| 176 | * @len: total transaction length for unmap |
| 177 | * @result: asynchronous result of validate operations |
| 178 | * @id: identifier for debug |
Dave Jiang | c7b0e8d | 2015-08-11 08:49:05 -0700 | [diff] [blame] | 179 | * @sed: pointer to super extended descriptor sw desc |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 180 | */ |
| 181 | |
| 182 | struct ioat_ring_ent { |
| 183 | union { |
| 184 | struct ioat_dma_descriptor *hw; |
| 185 | struct ioat_xor_descriptor *xor; |
| 186 | struct ioat_xor_ext_descriptor *xor_ex; |
| 187 | struct ioat_pq_descriptor *pq; |
| 188 | struct ioat_pq_ext_descriptor *pq_ex; |
| 189 | struct ioat_pq_update_descriptor *pqu; |
| 190 | struct ioat_raw_descriptor *raw; |
| 191 | }; |
| 192 | size_t len; |
| 193 | struct dma_async_tx_descriptor txd; |
| 194 | enum sum_check_flags *result; |
| 195 | #ifdef DEBUG |
| 196 | int id; |
| 197 | #endif |
| 198 | struct ioat_sed_ent *sed; |
| 199 | }; |
| 200 | |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 201 | extern const struct sysfs_ops ioat_sysfs_ops; |
| 202 | extern struct ioat_sysfs_entry ioat_version_attr; |
| 203 | extern struct ioat_sysfs_entry ioat_cap_attr; |
| 204 | extern int ioat_pending_level; |
| 205 | extern int ioat_ring_alloc_order; |
| 206 | extern struct kobj_type ioat_ktype; |
| 207 | extern struct kmem_cache *ioat_cache; |
| 208 | extern int ioat_ring_max_alloc_order; |
| 209 | extern struct kmem_cache *ioat_sed_cache; |
| 210 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 211 | static inline struct ioatdma_chan *to_ioat_chan(struct dma_chan *c) |
Dan Williams | dcbc853 | 2009-07-28 14:44:50 -0700 | [diff] [blame] | 212 | { |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 213 | return container_of(c, struct ioatdma_chan, dma_chan); |
Dan Williams | dcbc853 | 2009-07-28 14:44:50 -0700 | [diff] [blame] | 214 | } |
| 215 | |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 216 | /* wrapper around hardware descriptor format + additional software fields */ |
Dan Williams | 6df9183 | 2009-09-08 12:00:55 -0700 | [diff] [blame] | 217 | #ifdef DEBUG |
| 218 | #define set_desc_id(desc, i) ((desc)->id = (i)) |
| 219 | #define desc_id(desc) ((desc)->id) |
| 220 | #else |
| 221 | #define set_desc_id(desc, i) |
| 222 | #define desc_id(desc) (0) |
| 223 | #endif |
| 224 | |
| 225 | static inline void |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 226 | __dump_desc_dbg(struct ioatdma_chan *ioat_chan, struct ioat_dma_descriptor *hw, |
Dan Williams | 6df9183 | 2009-09-08 12:00:55 -0700 | [diff] [blame] | 227 | struct dma_async_tx_descriptor *tx, int id) |
| 228 | { |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 229 | struct device *dev = to_dev(ioat_chan); |
Dan Williams | 6df9183 | 2009-09-08 12:00:55 -0700 | [diff] [blame] | 230 | |
| 231 | dev_dbg(dev, "desc[%d]: (%#llx->%#llx) cookie: %d flags: %#x" |
Dave Jiang | 50f9f97 | 2013-03-04 10:59:54 -0700 | [diff] [blame] | 232 | " ctl: %#10.8x (op: %#x int_en: %d compl: %d)\n", id, |
Dan Williams | 6df9183 | 2009-09-08 12:00:55 -0700 | [diff] [blame] | 233 | (unsigned long long) tx->phys, |
| 234 | (unsigned long long) hw->next, tx->cookie, tx->flags, |
| 235 | hw->ctl, hw->ctl_f.op, hw->ctl_f.int_en, hw->ctl_f.compl_write); |
| 236 | } |
| 237 | |
| 238 | #define dump_desc_dbg(c, d) \ |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 239 | ({ if (d) __dump_desc_dbg(c, d->hw, &d->txd, desc_id(d)); 0; }) |
Dan Williams | 6df9183 | 2009-09-08 12:00:55 -0700 | [diff] [blame] | 240 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 241 | static inline struct ioatdma_chan * |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 242 | ioat_chan_by_index(struct ioatdma_device *ioat_dma, int index) |
Dan Williams | 5cbafa6 | 2009-08-26 13:01:44 -0700 | [diff] [blame] | 243 | { |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 244 | return ioat_dma->idx[index]; |
Dan Williams | 5cbafa6 | 2009-08-26 13:01:44 -0700 | [diff] [blame] | 245 | } |
| 246 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 247 | static inline u64 ioat_chansts(struct ioatdma_chan *ioat_chan) |
Dave Jiang | d92a8d7 | 2013-03-26 15:42:41 -0700 | [diff] [blame] | 248 | { |
Dave Jiang | d3cd63f | 2015-11-06 13:24:01 -0700 | [diff] [blame] | 249 | return readq(ioat_chan->reg_base + IOAT_CHANSTS_OFFSET); |
Dave Jiang | d92a8d7 | 2013-03-26 15:42:41 -0700 | [diff] [blame] | 250 | } |
| 251 | |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 252 | static inline u64 ioat_chansts_to_addr(u64 status) |
| 253 | { |
| 254 | return status & IOAT_CHANSTS_COMPLETED_DESCRIPTOR_ADDR; |
| 255 | } |
| 256 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 257 | static inline u32 ioat_chanerr(struct ioatdma_chan *ioat_chan) |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 258 | { |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 259 | return readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 260 | } |
| 261 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 262 | static inline void ioat_suspend(struct ioatdma_chan *ioat_chan) |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 263 | { |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 264 | u8 ver = ioat_chan->ioat_dma->version; |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 265 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 266 | writeb(IOAT_CHANCMD_SUSPEND, |
| 267 | ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 268 | } |
| 269 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 270 | static inline void ioat_reset(struct ioatdma_chan *ioat_chan) |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 271 | { |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 272 | u8 ver = ioat_chan->ioat_dma->version; |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 273 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 274 | writeb(IOAT_CHANCMD_RESET, |
| 275 | ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 276 | } |
| 277 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 278 | static inline bool ioat_reset_pending(struct ioatdma_chan *ioat_chan) |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 279 | { |
Dave Jiang | 55f878e | 2015-08-11 08:48:27 -0700 | [diff] [blame] | 280 | u8 ver = ioat_chan->ioat_dma->version; |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 281 | u8 cmd; |
| 282 | |
Dave Jiang | 5a97688 | 2015-08-11 08:48:21 -0700 | [diff] [blame] | 283 | cmd = readb(ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); |
Dan Williams | a6d52d7 | 2009-12-19 15:36:02 -0700 | [diff] [blame] | 284 | return (cmd & IOAT_CHANCMD_RESET) == IOAT_CHANCMD_RESET; |
| 285 | } |
| 286 | |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 287 | static inline bool is_ioat_active(unsigned long status) |
| 288 | { |
| 289 | return ((status & IOAT_CHANSTS_STATUS) == IOAT_CHANSTS_ACTIVE); |
| 290 | } |
| 291 | |
| 292 | static inline bool is_ioat_idle(unsigned long status) |
| 293 | { |
| 294 | return ((status & IOAT_CHANSTS_STATUS) == IOAT_CHANSTS_DONE); |
| 295 | } |
| 296 | |
| 297 | static inline bool is_ioat_halted(unsigned long status) |
| 298 | { |
| 299 | return ((status & IOAT_CHANSTS_STATUS) == IOAT_CHANSTS_HALTED); |
| 300 | } |
| 301 | |
| 302 | static inline bool is_ioat_suspended(unsigned long status) |
| 303 | { |
| 304 | return ((status & IOAT_CHANSTS_STATUS) == IOAT_CHANSTS_SUSPENDED); |
| 305 | } |
| 306 | |
| 307 | /* channel was fatally programmed */ |
| 308 | static inline bool is_ioat_bug(unsigned long err) |
| 309 | { |
Dan Williams | b57014d | 2009-11-19 17:10:07 -0700 | [diff] [blame] | 310 | return !!err; |
Dan Williams | 09c8a5b | 2009-09-08 12:01:49 -0700 | [diff] [blame] | 311 | } |
| 312 | |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 313 | #define IOAT_MAX_ORDER 16 |
Dave Jiang | dd4645e | 2016-02-10 15:00:32 -0700 | [diff] [blame] | 314 | #define IOAT_MAX_DESCS 65536 |
| 315 | #define IOAT_DESCS_PER_2M 32768 |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 316 | |
| 317 | static inline u32 ioat_ring_size(struct ioatdma_chan *ioat_chan) |
| 318 | { |
| 319 | return 1 << ioat_chan->alloc_order; |
| 320 | } |
| 321 | |
| 322 | /* count of descriptors in flight with the engine */ |
| 323 | static inline u16 ioat_ring_active(struct ioatdma_chan *ioat_chan) |
| 324 | { |
| 325 | return CIRC_CNT(ioat_chan->head, ioat_chan->tail, |
| 326 | ioat_ring_size(ioat_chan)); |
| 327 | } |
| 328 | |
| 329 | /* count of descriptors pending submission to hardware */ |
| 330 | static inline u16 ioat_ring_pending(struct ioatdma_chan *ioat_chan) |
| 331 | { |
| 332 | return CIRC_CNT(ioat_chan->head, ioat_chan->issued, |
| 333 | ioat_ring_size(ioat_chan)); |
| 334 | } |
| 335 | |
| 336 | static inline u32 ioat_ring_space(struct ioatdma_chan *ioat_chan) |
| 337 | { |
| 338 | return ioat_ring_size(ioat_chan) - ioat_ring_active(ioat_chan); |
| 339 | } |
| 340 | |
| 341 | static inline u16 |
| 342 | ioat_xferlen_to_descs(struct ioatdma_chan *ioat_chan, size_t len) |
| 343 | { |
| 344 | u16 num_descs = len >> ioat_chan->xfercap_log; |
| 345 | |
| 346 | num_descs += !!(len & ((1 << ioat_chan->xfercap_log) - 1)); |
| 347 | return num_descs; |
| 348 | } |
| 349 | |
| 350 | static inline struct ioat_ring_ent * |
| 351 | ioat_get_ring_ent(struct ioatdma_chan *ioat_chan, u16 idx) |
| 352 | { |
| 353 | return ioat_chan->ring[idx & (ioat_ring_size(ioat_chan) - 1)]; |
| 354 | } |
| 355 | |
| 356 | static inline void |
| 357 | ioat_set_chainaddr(struct ioatdma_chan *ioat_chan, u64 addr) |
| 358 | { |
| 359 | writel(addr & 0x00000000FFFFFFFF, |
| 360 | ioat_chan->reg_base + IOAT2_CHAINADDR_OFFSET_LOW); |
| 361 | writel(addr >> 32, |
| 362 | ioat_chan->reg_base + IOAT2_CHAINADDR_OFFSET_HIGH); |
| 363 | } |
| 364 | |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 365 | /* IOAT Prep functions */ |
| 366 | struct dma_async_tx_descriptor * |
| 367 | ioat_dma_prep_memcpy_lock(struct dma_chan *c, dma_addr_t dma_dest, |
| 368 | dma_addr_t dma_src, size_t len, unsigned long flags); |
Dave Jiang | c0f28ce | 2015-08-11 08:48:43 -0700 | [diff] [blame] | 369 | struct dma_async_tx_descriptor * |
| 370 | ioat_prep_interrupt_lock(struct dma_chan *c, unsigned long flags); |
| 371 | struct dma_async_tx_descriptor * |
| 372 | ioat_prep_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, |
| 373 | unsigned int src_cnt, size_t len, unsigned long flags); |
| 374 | struct dma_async_tx_descriptor * |
| 375 | ioat_prep_xor_val(struct dma_chan *chan, dma_addr_t *src, |
| 376 | unsigned int src_cnt, size_t len, |
| 377 | enum sum_check_flags *result, unsigned long flags); |
| 378 | struct dma_async_tx_descriptor * |
| 379 | ioat_prep_pq(struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src, |
| 380 | unsigned int src_cnt, const unsigned char *scf, size_t len, |
| 381 | unsigned long flags); |
| 382 | struct dma_async_tx_descriptor * |
| 383 | ioat_prep_pq_val(struct dma_chan *chan, dma_addr_t *pq, dma_addr_t *src, |
| 384 | unsigned int src_cnt, const unsigned char *scf, size_t len, |
| 385 | enum sum_check_flags *pqres, unsigned long flags); |
| 386 | struct dma_async_tx_descriptor * |
| 387 | ioat_prep_pqxor(struct dma_chan *chan, dma_addr_t dst, dma_addr_t *src, |
| 388 | unsigned int src_cnt, size_t len, unsigned long flags); |
| 389 | struct dma_async_tx_descriptor * |
| 390 | ioat_prep_pqxor_val(struct dma_chan *chan, dma_addr_t *src, |
| 391 | unsigned int src_cnt, size_t len, |
| 392 | enum sum_check_flags *result, unsigned long flags); |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 393 | |
| 394 | /* IOAT Operation functions */ |
| 395 | irqreturn_t ioat_dma_do_interrupt(int irq, void *data); |
| 396 | irqreturn_t ioat_dma_do_interrupt_msix(int irq, void *data); |
| 397 | struct ioat_ring_ent ** |
| 398 | ioat_alloc_ring(struct dma_chan *c, int order, gfp_t flags); |
| 399 | void ioat_start_null_desc(struct ioatdma_chan *ioat_chan); |
| 400 | void ioat_free_ring_ent(struct ioat_ring_ent *desc, struct dma_chan *chan); |
| 401 | int ioat_reset_hw(struct ioatdma_chan *ioat_chan); |
Dave Jiang | c0f28ce | 2015-08-11 08:48:43 -0700 | [diff] [blame] | 402 | enum dma_status |
| 403 | ioat_tx_status(struct dma_chan *c, dma_cookie_t cookie, |
| 404 | struct dma_tx_state *txstate); |
| 405 | void ioat_cleanup_event(unsigned long data); |
| 406 | void ioat_timer_event(unsigned long data); |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 407 | int ioat_check_space_lock(struct ioatdma_chan *ioat_chan, int num_descs); |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 408 | void ioat_issue_pending(struct dma_chan *chan); |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 409 | void ioat_timer_event(unsigned long data); |
Dave Jiang | 885b201 | 2015-08-11 08:48:32 -0700 | [diff] [blame] | 410 | |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 411 | /* IOAT Init functions */ |
| 412 | bool is_bwd_ioat(struct pci_dev *pdev); |
Dave Jiang | 3372de5 | 2015-08-11 08:48:55 -0700 | [diff] [blame] | 413 | struct dca_provider *ioat_dca_init(struct pci_dev *pdev, void __iomem *iobase); |
Dave Jiang | 599d49d | 2015-08-11 08:48:49 -0700 | [diff] [blame] | 414 | void ioat_kobject_add(struct ioatdma_device *ioat_dma, struct kobj_type *type); |
| 415 | void ioat_kobject_del(struct ioatdma_device *ioat_dma); |
| 416 | int ioat_dma_setup_interrupts(struct ioatdma_device *ioat_dma); |
| 417 | void ioat_stop(struct ioatdma_chan *ioat_chan); |
Chris Leech | 0bbd5f4 | 2006-05-23 17:35:34 -0700 | [diff] [blame] | 418 | #endif /* IOATDMA_H */ |