2 * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved.
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)
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
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc., 59
16 * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 * The full GNU General Public License is included in this distribution in the
19 * file called COPYING.
24 /* PCI Configuration Space Values */
25 #define IOAT_MMIO_BAR 0
28 #define IOAT_PCI_DID_5000 0x1A38
29 #define IOAT_PCI_DID_CNB 0x360B
30 #define IOAT_PCI_DID_SCNB 0x65FF
31 #define IOAT_PCI_DID_SNB 0x402F
33 #define PCI_DEVICE_ID_INTEL_IOAT_IVB0 0x0e20
34 #define PCI_DEVICE_ID_INTEL_IOAT_IVB1 0x0e21
35 #define PCI_DEVICE_ID_INTEL_IOAT_IVB2 0x0e22
36 #define PCI_DEVICE_ID_INTEL_IOAT_IVB3 0x0e23
37 #define PCI_DEVICE_ID_INTEL_IOAT_IVB4 0x0e24
38 #define PCI_DEVICE_ID_INTEL_IOAT_IVB5 0x0e25
39 #define PCI_DEVICE_ID_INTEL_IOAT_IVB6 0x0e26
40 #define PCI_DEVICE_ID_INTEL_IOAT_IVB7 0x0e27
41 #define PCI_DEVICE_ID_INTEL_IOAT_IVB8 0x0e2e
42 #define PCI_DEVICE_ID_INTEL_IOAT_IVB9 0x0e2f
44 #define PCI_DEVICE_ID_INTEL_IOAT_HSW0 0x2f20
45 #define PCI_DEVICE_ID_INTEL_IOAT_HSW1 0x2f21
46 #define PCI_DEVICE_ID_INTEL_IOAT_HSW2 0x2f22
47 #define PCI_DEVICE_ID_INTEL_IOAT_HSW3 0x2f23
48 #define PCI_DEVICE_ID_INTEL_IOAT_HSW4 0x2f24
49 #define PCI_DEVICE_ID_INTEL_IOAT_HSW5 0x2f25
50 #define PCI_DEVICE_ID_INTEL_IOAT_HSW6 0x2f26
51 #define PCI_DEVICE_ID_INTEL_IOAT_HSW7 0x2f27
52 #define PCI_DEVICE_ID_INTEL_IOAT_HSW8 0x2f2e
53 #define PCI_DEVICE_ID_INTEL_IOAT_HSW9 0x2f2f
55 #define PCI_DEVICE_ID_INTEL_IOAT_BWD0 0x0C50
56 #define PCI_DEVICE_ID_INTEL_IOAT_BWD1 0x0C51
57 #define PCI_DEVICE_ID_INTEL_IOAT_BWD2 0x0C52
58 #define PCI_DEVICE_ID_INTEL_IOAT_BWD3 0x0C53
60 #define IOAT_VER_1_2 0x12 /* Version 1.2 */
61 #define IOAT_VER_2_0 0x20 /* Version 2.0 */
62 #define IOAT_VER_3_0 0x30 /* Version 3.0 */
63 #define IOAT_VER_3_2 0x32 /* Version 3.2 */
64 #define IOAT_VER_3_3 0x33 /* Version 3.3 */
67 int system_has_dca_enabled(struct pci_dev
*pdev
);
69 struct ioat_dma_descriptor
{
74 unsigned int int_en
:1;
75 unsigned int src_snoop_dis
:1;
76 unsigned int dest_snoop_dis
:1;
77 unsigned int compl_write
:1;
80 unsigned int src_brk
:1;
81 unsigned int dest_brk
:1;
82 unsigned int bundle
:1;
83 unsigned int dest_dca
:1;
85 unsigned int rsvd2
:13;
86 #define IOAT_OP_COPY 0x00
95 /* store some driver data in an unused portion of the descriptor */
103 struct ioat_xor_descriptor
{
108 unsigned int int_en
:1;
109 unsigned int src_snoop_dis
:1;
110 unsigned int dest_snoop_dis
:1;
111 unsigned int compl_write
:1;
112 unsigned int fence
:1;
113 unsigned int src_cnt
:3;
114 unsigned int bundle
:1;
115 unsigned int dest_dca
:1;
117 unsigned int rsvd
:13;
118 #define IOAT_OP_XOR 0x87
119 #define IOAT_OP_XOR_VAL 0x88
132 struct ioat_xor_ext_descriptor
{
140 struct ioat_pq_descriptor
{
145 unsigned int rsvd
:25;
146 unsigned int p_val_err
:1;
147 unsigned int q_val_err
:1;
148 unsigned int rsvd1
:4;
155 unsigned int int_en
:1;
156 unsigned int src_snoop_dis
:1;
157 unsigned int dest_snoop_dis
:1;
158 unsigned int compl_write
:1;
159 unsigned int fence
:1;
160 unsigned int src_cnt
:3;
161 unsigned int bundle
:1;
162 unsigned int dest_dca
:1;
164 unsigned int p_disable
:1;
165 unsigned int q_disable
:1;
166 unsigned int rsvd2
:2;
167 unsigned int wb_en
:1;
168 unsigned int prl_en
:1;
169 unsigned int rsvd3
:7;
170 #define IOAT_OP_PQ 0x89
171 #define IOAT_OP_PQ_VAL 0x8a
172 #define IOAT_OP_PQ_16S 0xa0
173 #define IOAT_OP_PQ_VAL_16S 0xa1
189 struct ioat_pq_ext_descriptor
{
199 struct ioat_pq_update_descriptor
{
204 unsigned int int_en
:1;
205 unsigned int src_snoop_dis
:1;
206 unsigned int dest_snoop_dis
:1;
207 unsigned int compl_write
:1;
208 unsigned int fence
:1;
209 unsigned int src_cnt
:3;
210 unsigned int bundle
:1;
211 unsigned int dest_dca
:1;
213 unsigned int p_disable
:1;
214 unsigned int q_disable
:1;
217 #define IOAT_OP_PQ_UP 0x8b
230 struct ioat_raw_descriptor
{
234 struct ioat_pq16a_descriptor
{
245 struct ioat_pq16b_descriptor
{
256 union ioat_sed_pq_descriptor
{
257 struct ioat_pq16a_descriptor a
;
258 struct ioat_pq16b_descriptor b
;
263 struct ioat_sed_raw_descriptor
{