blob: 0933c2da39eb1bf1d1ec7bc9ecffa2cb04e861bf [file] [log] [blame]
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +00001/*
2 * Copyright (C) 2009 - QLogic Corporation.
3 * All rights reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18 * MA 02111-1307, USA.
19 *
20 * The full GNU General Public License is included in this distribution
21 * in the file called "COPYING".
22 *
23 */
24
25#include "qlcnic.h"
26
27#include <net/ip.h>
28
29#define MASK(n) ((1ULL<<(n))-1)
30#define OCM_WIN_P3P(addr) (addr & 0xffc0000)
31
32#define GET_MEM_OFFS_2M(addr) (addr & MASK(18))
33
34#define CRB_BLK(off) ((off >> 20) & 0x3f)
35#define CRB_SUBBLK(off) ((off >> 16) & 0xf)
36#define CRB_WINDOW_2M (0x130060)
37#define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000))
38#define CRB_INDIRECT_2M (0x1e0000UL)
39
40
41#ifndef readq
42static inline u64 readq(void __iomem *addr)
43{
44 return readl(addr) | (((u64) readl(addr + 4)) << 32LL);
45}
46#endif
47
48#ifndef writeq
49static inline void writeq(u64 val, void __iomem *addr)
50{
51 writel(((u32) (val)), (addr));
52 writel(((u32) (val >> 32)), (addr + 4));
53}
54#endif
55
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +000056static const struct crb_128M_2M_block_map
57crb_128M_2M_map[64] __cacheline_aligned_in_smp = {
58 {{{0, 0, 0, 0} } }, /* 0: PCI */
59 {{{1, 0x0100000, 0x0102000, 0x120000}, /* 1: PCIE */
60 {1, 0x0110000, 0x0120000, 0x130000},
61 {1, 0x0120000, 0x0122000, 0x124000},
62 {1, 0x0130000, 0x0132000, 0x126000},
63 {1, 0x0140000, 0x0142000, 0x128000},
64 {1, 0x0150000, 0x0152000, 0x12a000},
65 {1, 0x0160000, 0x0170000, 0x110000},
66 {1, 0x0170000, 0x0172000, 0x12e000},
67 {0, 0x0000000, 0x0000000, 0x000000},
68 {0, 0x0000000, 0x0000000, 0x000000},
69 {0, 0x0000000, 0x0000000, 0x000000},
70 {0, 0x0000000, 0x0000000, 0x000000},
71 {0, 0x0000000, 0x0000000, 0x000000},
72 {0, 0x0000000, 0x0000000, 0x000000},
73 {1, 0x01e0000, 0x01e0800, 0x122000},
74 {0, 0x0000000, 0x0000000, 0x000000} } },
75 {{{1, 0x0200000, 0x0210000, 0x180000} } },/* 2: MN */
76 {{{0, 0, 0, 0} } }, /* 3: */
77 {{{1, 0x0400000, 0x0401000, 0x169000} } },/* 4: P2NR1 */
78 {{{1, 0x0500000, 0x0510000, 0x140000} } },/* 5: SRE */
79 {{{1, 0x0600000, 0x0610000, 0x1c0000} } },/* 6: NIU */
80 {{{1, 0x0700000, 0x0704000, 0x1b8000} } },/* 7: QM */
81 {{{1, 0x0800000, 0x0802000, 0x170000}, /* 8: SQM0 */
82 {0, 0x0000000, 0x0000000, 0x000000},
83 {0, 0x0000000, 0x0000000, 0x000000},
84 {0, 0x0000000, 0x0000000, 0x000000},
85 {0, 0x0000000, 0x0000000, 0x000000},
86 {0, 0x0000000, 0x0000000, 0x000000},
87 {0, 0x0000000, 0x0000000, 0x000000},
88 {0, 0x0000000, 0x0000000, 0x000000},
89 {0, 0x0000000, 0x0000000, 0x000000},
90 {0, 0x0000000, 0x0000000, 0x000000},
91 {0, 0x0000000, 0x0000000, 0x000000},
92 {0, 0x0000000, 0x0000000, 0x000000},
93 {0, 0x0000000, 0x0000000, 0x000000},
94 {0, 0x0000000, 0x0000000, 0x000000},
95 {0, 0x0000000, 0x0000000, 0x000000},
96 {1, 0x08f0000, 0x08f2000, 0x172000} } },
97 {{{1, 0x0900000, 0x0902000, 0x174000}, /* 9: SQM1*/
98 {0, 0x0000000, 0x0000000, 0x000000},
99 {0, 0x0000000, 0x0000000, 0x000000},
100 {0, 0x0000000, 0x0000000, 0x000000},
101 {0, 0x0000000, 0x0000000, 0x000000},
102 {0, 0x0000000, 0x0000000, 0x000000},
103 {0, 0x0000000, 0x0000000, 0x000000},
104 {0, 0x0000000, 0x0000000, 0x000000},
105 {0, 0x0000000, 0x0000000, 0x000000},
106 {0, 0x0000000, 0x0000000, 0x000000},
107 {0, 0x0000000, 0x0000000, 0x000000},
108 {0, 0x0000000, 0x0000000, 0x000000},
109 {0, 0x0000000, 0x0000000, 0x000000},
110 {0, 0x0000000, 0x0000000, 0x000000},
111 {0, 0x0000000, 0x0000000, 0x000000},
112 {1, 0x09f0000, 0x09f2000, 0x176000} } },
113 {{{0, 0x0a00000, 0x0a02000, 0x178000}, /* 10: SQM2*/
114 {0, 0x0000000, 0x0000000, 0x000000},
115 {0, 0x0000000, 0x0000000, 0x000000},
116 {0, 0x0000000, 0x0000000, 0x000000},
117 {0, 0x0000000, 0x0000000, 0x000000},
118 {0, 0x0000000, 0x0000000, 0x000000},
119 {0, 0x0000000, 0x0000000, 0x000000},
120 {0, 0x0000000, 0x0000000, 0x000000},
121 {0, 0x0000000, 0x0000000, 0x000000},
122 {0, 0x0000000, 0x0000000, 0x000000},
123 {0, 0x0000000, 0x0000000, 0x000000},
124 {0, 0x0000000, 0x0000000, 0x000000},
125 {0, 0x0000000, 0x0000000, 0x000000},
126 {0, 0x0000000, 0x0000000, 0x000000},
127 {0, 0x0000000, 0x0000000, 0x000000},
128 {1, 0x0af0000, 0x0af2000, 0x17a000} } },
129 {{{0, 0x0b00000, 0x0b02000, 0x17c000}, /* 11: SQM3*/
130 {0, 0x0000000, 0x0000000, 0x000000},
131 {0, 0x0000000, 0x0000000, 0x000000},
132 {0, 0x0000000, 0x0000000, 0x000000},
133 {0, 0x0000000, 0x0000000, 0x000000},
134 {0, 0x0000000, 0x0000000, 0x000000},
135 {0, 0x0000000, 0x0000000, 0x000000},
136 {0, 0x0000000, 0x0000000, 0x000000},
137 {0, 0x0000000, 0x0000000, 0x000000},
138 {0, 0x0000000, 0x0000000, 0x000000},
139 {0, 0x0000000, 0x0000000, 0x000000},
140 {0, 0x0000000, 0x0000000, 0x000000},
141 {0, 0x0000000, 0x0000000, 0x000000},
142 {0, 0x0000000, 0x0000000, 0x000000},
143 {0, 0x0000000, 0x0000000, 0x000000},
144 {1, 0x0bf0000, 0x0bf2000, 0x17e000} } },
145 {{{1, 0x0c00000, 0x0c04000, 0x1d4000} } },/* 12: I2Q */
146 {{{1, 0x0d00000, 0x0d04000, 0x1a4000} } },/* 13: TMR */
147 {{{1, 0x0e00000, 0x0e04000, 0x1a0000} } },/* 14: ROMUSB */
148 {{{1, 0x0f00000, 0x0f01000, 0x164000} } },/* 15: PEG4 */
149 {{{0, 0x1000000, 0x1004000, 0x1a8000} } },/* 16: XDMA */
150 {{{1, 0x1100000, 0x1101000, 0x160000} } },/* 17: PEG0 */
151 {{{1, 0x1200000, 0x1201000, 0x161000} } },/* 18: PEG1 */
152 {{{1, 0x1300000, 0x1301000, 0x162000} } },/* 19: PEG2 */
153 {{{1, 0x1400000, 0x1401000, 0x163000} } },/* 20: PEG3 */
154 {{{1, 0x1500000, 0x1501000, 0x165000} } },/* 21: P2ND */
155 {{{1, 0x1600000, 0x1601000, 0x166000} } },/* 22: P2NI */
156 {{{0, 0, 0, 0} } }, /* 23: */
157 {{{0, 0, 0, 0} } }, /* 24: */
158 {{{0, 0, 0, 0} } }, /* 25: */
159 {{{0, 0, 0, 0} } }, /* 26: */
160 {{{0, 0, 0, 0} } }, /* 27: */
161 {{{0, 0, 0, 0} } }, /* 28: */
162 {{{1, 0x1d00000, 0x1d10000, 0x190000} } },/* 29: MS */
163 {{{1, 0x1e00000, 0x1e01000, 0x16a000} } },/* 30: P2NR2 */
164 {{{1, 0x1f00000, 0x1f10000, 0x150000} } },/* 31: EPG */
165 {{{0} } }, /* 32: PCI */
166 {{{1, 0x2100000, 0x2102000, 0x120000}, /* 33: PCIE */
167 {1, 0x2110000, 0x2120000, 0x130000},
168 {1, 0x2120000, 0x2122000, 0x124000},
169 {1, 0x2130000, 0x2132000, 0x126000},
170 {1, 0x2140000, 0x2142000, 0x128000},
171 {1, 0x2150000, 0x2152000, 0x12a000},
172 {1, 0x2160000, 0x2170000, 0x110000},
173 {1, 0x2170000, 0x2172000, 0x12e000},
174 {0, 0x0000000, 0x0000000, 0x000000},
175 {0, 0x0000000, 0x0000000, 0x000000},
176 {0, 0x0000000, 0x0000000, 0x000000},
177 {0, 0x0000000, 0x0000000, 0x000000},
178 {0, 0x0000000, 0x0000000, 0x000000},
179 {0, 0x0000000, 0x0000000, 0x000000},
180 {0, 0x0000000, 0x0000000, 0x000000},
181 {0, 0x0000000, 0x0000000, 0x000000} } },
182 {{{1, 0x2200000, 0x2204000, 0x1b0000} } },/* 34: CAM */
183 {{{0} } }, /* 35: */
184 {{{0} } }, /* 36: */
185 {{{0} } }, /* 37: */
186 {{{0} } }, /* 38: */
187 {{{0} } }, /* 39: */
188 {{{1, 0x2800000, 0x2804000, 0x1a4000} } },/* 40: TMR */
189 {{{1, 0x2900000, 0x2901000, 0x16b000} } },/* 41: P2NR3 */
190 {{{1, 0x2a00000, 0x2a00400, 0x1ac400} } },/* 42: RPMX1 */
191 {{{1, 0x2b00000, 0x2b00400, 0x1ac800} } },/* 43: RPMX2 */
192 {{{1, 0x2c00000, 0x2c00400, 0x1acc00} } },/* 44: RPMX3 */
193 {{{1, 0x2d00000, 0x2d00400, 0x1ad000} } },/* 45: RPMX4 */
194 {{{1, 0x2e00000, 0x2e00400, 0x1ad400} } },/* 46: RPMX5 */
195 {{{1, 0x2f00000, 0x2f00400, 0x1ad800} } },/* 47: RPMX6 */
196 {{{1, 0x3000000, 0x3000400, 0x1adc00} } },/* 48: RPMX7 */
197 {{{0, 0x3100000, 0x3104000, 0x1a8000} } },/* 49: XDMA */
198 {{{1, 0x3200000, 0x3204000, 0x1d4000} } },/* 50: I2Q */
199 {{{1, 0x3300000, 0x3304000, 0x1a0000} } },/* 51: ROMUSB */
200 {{{0} } }, /* 52: */
201 {{{1, 0x3500000, 0x3500400, 0x1ac000} } },/* 53: RPMX0 */
202 {{{1, 0x3600000, 0x3600400, 0x1ae000} } },/* 54: RPMX8 */
203 {{{1, 0x3700000, 0x3700400, 0x1ae400} } },/* 55: RPMX9 */
204 {{{1, 0x3800000, 0x3804000, 0x1d0000} } },/* 56: OCM0 */
205 {{{1, 0x3900000, 0x3904000, 0x1b4000} } },/* 57: CRYPTO */
206 {{{1, 0x3a00000, 0x3a04000, 0x1d8000} } },/* 58: SMB */
207 {{{0} } }, /* 59: I2C0 */
208 {{{0} } }, /* 60: I2C1 */
209 {{{1, 0x3d00000, 0x3d04000, 0x1d8000} } },/* 61: LPC */
210 {{{1, 0x3e00000, 0x3e01000, 0x167000} } },/* 62: P2NC */
211 {{{1, 0x3f00000, 0x3f01000, 0x168000} } } /* 63: P2NR0 */
212};
213
214/*
215 * top 12 bits of crb internal address (hub, agent)
216 */
217static const unsigned crb_hub_agt[64] = {
218 0,
219 QLCNIC_HW_CRB_HUB_AGT_ADR_PS,
220 QLCNIC_HW_CRB_HUB_AGT_ADR_MN,
221 QLCNIC_HW_CRB_HUB_AGT_ADR_MS,
222 0,
223 QLCNIC_HW_CRB_HUB_AGT_ADR_SRE,
224 QLCNIC_HW_CRB_HUB_AGT_ADR_NIU,
225 QLCNIC_HW_CRB_HUB_AGT_ADR_QMN,
226 QLCNIC_HW_CRB_HUB_AGT_ADR_SQN0,
227 QLCNIC_HW_CRB_HUB_AGT_ADR_SQN1,
228 QLCNIC_HW_CRB_HUB_AGT_ADR_SQN2,
229 QLCNIC_HW_CRB_HUB_AGT_ADR_SQN3,
230 QLCNIC_HW_CRB_HUB_AGT_ADR_I2Q,
231 QLCNIC_HW_CRB_HUB_AGT_ADR_TIMR,
232 QLCNIC_HW_CRB_HUB_AGT_ADR_ROMUSB,
233 QLCNIC_HW_CRB_HUB_AGT_ADR_PGN4,
234 QLCNIC_HW_CRB_HUB_AGT_ADR_XDMA,
235 QLCNIC_HW_CRB_HUB_AGT_ADR_PGN0,
236 QLCNIC_HW_CRB_HUB_AGT_ADR_PGN1,
237 QLCNIC_HW_CRB_HUB_AGT_ADR_PGN2,
238 QLCNIC_HW_CRB_HUB_AGT_ADR_PGN3,
239 QLCNIC_HW_CRB_HUB_AGT_ADR_PGND,
240 QLCNIC_HW_CRB_HUB_AGT_ADR_PGNI,
241 QLCNIC_HW_CRB_HUB_AGT_ADR_PGS0,
242 QLCNIC_HW_CRB_HUB_AGT_ADR_PGS1,
243 QLCNIC_HW_CRB_HUB_AGT_ADR_PGS2,
244 QLCNIC_HW_CRB_HUB_AGT_ADR_PGS3,
245 0,
246 QLCNIC_HW_CRB_HUB_AGT_ADR_PGSI,
247 QLCNIC_HW_CRB_HUB_AGT_ADR_SN,
248 0,
249 QLCNIC_HW_CRB_HUB_AGT_ADR_EG,
250 0,
251 QLCNIC_HW_CRB_HUB_AGT_ADR_PS,
252 QLCNIC_HW_CRB_HUB_AGT_ADR_CAM,
253 0,
254 0,
255 0,
256 0,
257 0,
258 QLCNIC_HW_CRB_HUB_AGT_ADR_TIMR,
259 0,
260 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX1,
261 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX2,
262 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX3,
263 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX4,
264 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX5,
265 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX6,
266 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX7,
267 QLCNIC_HW_CRB_HUB_AGT_ADR_XDMA,
268 QLCNIC_HW_CRB_HUB_AGT_ADR_I2Q,
269 QLCNIC_HW_CRB_HUB_AGT_ADR_ROMUSB,
270 0,
271 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX0,
272 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX8,
273 QLCNIC_HW_CRB_HUB_AGT_ADR_RPMX9,
274 QLCNIC_HW_CRB_HUB_AGT_ADR_OCM0,
275 0,
276 QLCNIC_HW_CRB_HUB_AGT_ADR_SMB,
277 QLCNIC_HW_CRB_HUB_AGT_ADR_I2C0,
278 QLCNIC_HW_CRB_HUB_AGT_ADR_I2C1,
279 0,
280 QLCNIC_HW_CRB_HUB_AGT_ADR_PGNC,
281 0,
282};
283
284/* PCI Windowing for DDR regions. */
285
286#define QLCNIC_PCIE_SEM_TIMEOUT 10000
287
288int
289qlcnic_pcie_sem_lock(struct qlcnic_adapter *adapter, int sem, u32 id_reg)
290{
291 int done = 0, timeout = 0;
292
293 while (!done) {
294 done = QLCRD32(adapter, QLCNIC_PCIE_REG(PCIE_SEM_LOCK(sem)));
295 if (done == 1)
296 break;
297 if (++timeout >= QLCNIC_PCIE_SEM_TIMEOUT)
298 return -EIO;
299 msleep(1);
300 }
301
302 if (id_reg)
303 QLCWR32(adapter, id_reg, adapter->portnum);
304
305 return 0;
306}
307
308void
309qlcnic_pcie_sem_unlock(struct qlcnic_adapter *adapter, int sem)
310{
311 QLCRD32(adapter, QLCNIC_PCIE_REG(PCIE_SEM_UNLOCK(sem)));
312}
313
314static int
315qlcnic_send_cmd_descs(struct qlcnic_adapter *adapter,
316 struct cmd_desc_type0 *cmd_desc_arr, int nr_desc)
317{
318 u32 i, producer, consumer;
319 struct qlcnic_cmd_buffer *pbuf;
320 struct cmd_desc_type0 *cmd_desc;
321 struct qlcnic_host_tx_ring *tx_ring;
322
323 i = 0;
324
325 if (adapter->is_up != QLCNIC_ADAPTER_UP_MAGIC)
326 return -EIO;
327
328 tx_ring = adapter->tx_ring;
329 __netif_tx_lock_bh(tx_ring->txq);
330
331 producer = tx_ring->producer;
332 consumer = tx_ring->sw_consumer;
333
334 if (nr_desc >= qlcnic_tx_avail(tx_ring)) {
335 netif_tx_stop_queue(tx_ring->txq);
336 __netif_tx_unlock_bh(tx_ring->txq);
Sucheta Chakraborty8bfe8b92010-03-08 00:14:46 +0000337 adapter->stats.xmit_off++;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000338 return -EBUSY;
339 }
340
341 do {
342 cmd_desc = &cmd_desc_arr[i];
343
344 pbuf = &tx_ring->cmd_buf_arr[producer];
345 pbuf->skb = NULL;
346 pbuf->frag_count = 0;
347
348 memcpy(&tx_ring->desc_head[producer],
349 &cmd_desc_arr[i], sizeof(struct cmd_desc_type0));
350
351 producer = get_next_index(producer, tx_ring->num_desc);
352 i++;
353
354 } while (i != nr_desc);
355
356 tx_ring->producer = producer;
357
358 qlcnic_update_cmd_producer(adapter, tx_ring);
359
360 __netif_tx_unlock_bh(tx_ring->txq);
361
362 return 0;
363}
364
365static int
366qlcnic_sre_macaddr_change(struct qlcnic_adapter *adapter, u8 *addr,
367 unsigned op)
368{
369 struct qlcnic_nic_req req;
370 struct qlcnic_mac_req *mac_req;
371 u64 word;
372
373 memset(&req, 0, sizeof(struct qlcnic_nic_req));
374 req.qhdr = cpu_to_le64(QLCNIC_REQUEST << 23);
375
376 word = QLCNIC_MAC_EVENT | ((u64)adapter->portnum << 16);
377 req.req_hdr = cpu_to_le64(word);
378
379 mac_req = (struct qlcnic_mac_req *)&req.words[0];
380 mac_req->op = op;
381 memcpy(mac_req->mac_addr, addr, 6);
382
383 return qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
384}
385
Sucheta Chakraborty9ab17b32010-03-08 00:14:47 +0000386static int qlcnic_nic_add_mac(struct qlcnic_adapter *adapter, u8 *addr)
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000387{
388 struct list_head *head;
389 struct qlcnic_mac_list_s *cur;
390
391 /* look up if already exists */
Sucheta Chakraborty9ab17b32010-03-08 00:14:47 +0000392 list_for_each(head, &adapter->mac_list) {
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000393 cur = list_entry(head, struct qlcnic_mac_list_s, list);
Sucheta Chakraborty9ab17b32010-03-08 00:14:47 +0000394 if (memcmp(addr, cur->mac_addr, ETH_ALEN) == 0)
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000395 return 0;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000396 }
397
398 cur = kzalloc(sizeof(struct qlcnic_mac_list_s), GFP_ATOMIC);
399 if (cur == NULL) {
400 dev_err(&adapter->netdev->dev,
401 "failed to add mac address filter\n");
402 return -ENOMEM;
403 }
404 memcpy(cur->mac_addr, addr, ETH_ALEN);
405 list_add_tail(&cur->list, &adapter->mac_list);
406
407 return qlcnic_sre_macaddr_change(adapter,
408 cur->mac_addr, QLCNIC_MAC_ADD);
409}
410
411void qlcnic_set_multi(struct net_device *netdev)
412{
413 struct qlcnic_adapter *adapter = netdev_priv(netdev);
414 struct dev_mc_list *mc_ptr;
415 u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
416 u32 mode = VPORT_MISS_MODE_DROP;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000417
Sucheta Chakraborty9ab17b32010-03-08 00:14:47 +0000418 qlcnic_nic_add_mac(adapter, adapter->mac_addr);
419 qlcnic_nic_add_mac(adapter, bcast_addr);
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000420
421 if (netdev->flags & IFF_PROMISC) {
422 mode = VPORT_MISS_MODE_ACCEPT_ALL;
423 goto send_fw_cmd;
424 }
425
426 if ((netdev->flags & IFF_ALLMULTI) ||
Jiri Pirko4cd24ea2010-02-08 04:30:35 +0000427 (netdev_mc_count(netdev) > adapter->max_mc_count)) {
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000428 mode = VPORT_MISS_MODE_ACCEPT_MULTI;
429 goto send_fw_cmd;
430 }
431
Jiri Pirko4cd24ea2010-02-08 04:30:35 +0000432 if (!netdev_mc_empty(netdev)) {
Jiri Pirkof9dcbcc2010-02-23 09:19:49 +0000433 netdev_for_each_mc_addr(mc_ptr, netdev) {
Sucheta Chakraborty9ab17b32010-03-08 00:14:47 +0000434 qlcnic_nic_add_mac(adapter, mc_ptr->dmi_addr);
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000435 }
436 }
437
438send_fw_cmd:
439 qlcnic_nic_set_promisc(adapter, mode);
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000440}
441
442int qlcnic_nic_set_promisc(struct qlcnic_adapter *adapter, u32 mode)
443{
444 struct qlcnic_nic_req req;
445 u64 word;
446
447 memset(&req, 0, sizeof(struct qlcnic_nic_req));
448
449 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
450
451 word = QLCNIC_H2C_OPCODE_PROXY_SET_VPORT_MISS_MODE |
452 ((u64)adapter->portnum << 16);
453 req.req_hdr = cpu_to_le64(word);
454
455 req.words[0] = cpu_to_le64(mode);
456
457 return qlcnic_send_cmd_descs(adapter,
458 (struct cmd_desc_type0 *)&req, 1);
459}
460
461void qlcnic_free_mac_list(struct qlcnic_adapter *adapter)
462{
463 struct qlcnic_mac_list_s *cur;
464 struct list_head *head = &adapter->mac_list;
465
466 while (!list_empty(head)) {
467 cur = list_entry(head->next, struct qlcnic_mac_list_s, list);
468 qlcnic_sre_macaddr_change(adapter,
469 cur->mac_addr, QLCNIC_MAC_DEL);
470 list_del(&cur->list);
471 kfree(cur);
472 }
473}
474
475#define QLCNIC_CONFIG_INTR_COALESCE 3
476
477/*
478 * Send the interrupt coalescing parameter set by ethtool to the card.
479 */
480int qlcnic_config_intr_coalesce(struct qlcnic_adapter *adapter)
481{
482 struct qlcnic_nic_req req;
483 u64 word[6];
484 int rv, i;
485
486 memset(&req, 0, sizeof(struct qlcnic_nic_req));
487
488 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
489
490 word[0] = QLCNIC_CONFIG_INTR_COALESCE | ((u64)adapter->portnum << 16);
491 req.req_hdr = cpu_to_le64(word[0]);
492
493 memcpy(&word[0], &adapter->coal, sizeof(adapter->coal));
494 for (i = 0; i < 6; i++)
495 req.words[i] = cpu_to_le64(word[i]);
496
497 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
498 if (rv != 0)
499 dev_err(&adapter->netdev->dev,
500 "Could not send interrupt coalescing parameters\n");
501
502 return rv;
503}
504
505int qlcnic_config_hw_lro(struct qlcnic_adapter *adapter, int enable)
506{
507 struct qlcnic_nic_req req;
508 u64 word;
509 int rv;
510
511 if ((adapter->flags & QLCNIC_LRO_ENABLED) == enable)
512 return 0;
513
514 memset(&req, 0, sizeof(struct qlcnic_nic_req));
515
516 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
517
518 word = QLCNIC_H2C_OPCODE_CONFIG_HW_LRO | ((u64)adapter->portnum << 16);
519 req.req_hdr = cpu_to_le64(word);
520
521 req.words[0] = cpu_to_le64(enable);
522
523 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
524 if (rv != 0)
525 dev_err(&adapter->netdev->dev,
526 "Could not send configure hw lro request\n");
527
528 adapter->flags ^= QLCNIC_LRO_ENABLED;
529
530 return rv;
531}
532
533int qlcnic_config_bridged_mode(struct qlcnic_adapter *adapter, int enable)
534{
535 struct qlcnic_nic_req req;
536 u64 word;
537 int rv;
538
539 if (!!(adapter->flags & QLCNIC_BRIDGE_ENABLED) == enable)
540 return 0;
541
542 memset(&req, 0, sizeof(struct qlcnic_nic_req));
543
544 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
545
546 word = QLCNIC_H2C_OPCODE_CONFIG_BRIDGING |
547 ((u64)adapter->portnum << 16);
548 req.req_hdr = cpu_to_le64(word);
549
550 req.words[0] = cpu_to_le64(enable);
551
552 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
553 if (rv != 0)
554 dev_err(&adapter->netdev->dev,
555 "Could not send configure bridge mode request\n");
556
557 adapter->flags ^= QLCNIC_BRIDGE_ENABLED;
558
559 return rv;
560}
561
562
563#define RSS_HASHTYPE_IP_TCP 0x3
564
565int qlcnic_config_rss(struct qlcnic_adapter *adapter, int enable)
566{
567 struct qlcnic_nic_req req;
568 u64 word;
569 int i, rv;
570
571 const u64 key[] = { 0xbeac01fa6a42b73bULL, 0x8030f20c77cb2da3ULL,
572 0xae7b30b4d0ca2bcbULL, 0x43a38fb04167253dULL,
573 0x255b0ec26d5a56daULL };
574
575
576 memset(&req, 0, sizeof(struct qlcnic_nic_req));
577 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
578
579 word = QLCNIC_H2C_OPCODE_CONFIG_RSS | ((u64)adapter->portnum << 16);
580 req.req_hdr = cpu_to_le64(word);
581
582 /*
583 * RSS request:
584 * bits 3-0: hash_method
585 * 5-4: hash_type_ipv4
586 * 7-6: hash_type_ipv6
587 * 8: enable
588 * 9: use indirection table
589 * 47-10: reserved
590 * 63-48: indirection table mask
591 */
592 word = ((u64)(RSS_HASHTYPE_IP_TCP & 0x3) << 4) |
593 ((u64)(RSS_HASHTYPE_IP_TCP & 0x3) << 6) |
594 ((u64)(enable & 0x1) << 8) |
595 ((0x7ULL) << 48);
596 req.words[0] = cpu_to_le64(word);
597 for (i = 0; i < 5; i++)
598 req.words[i+1] = cpu_to_le64(key[i]);
599
600 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
601 if (rv != 0)
602 dev_err(&adapter->netdev->dev, "could not configure RSS\n");
603
604 return rv;
605}
606
607int qlcnic_config_ipaddr(struct qlcnic_adapter *adapter, u32 ip, int cmd)
608{
609 struct qlcnic_nic_req req;
610 u64 word;
611 int rv;
612
613 memset(&req, 0, sizeof(struct qlcnic_nic_req));
614 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
615
616 word = QLCNIC_H2C_OPCODE_CONFIG_IPADDR | ((u64)adapter->portnum << 16);
617 req.req_hdr = cpu_to_le64(word);
618
619 req.words[0] = cpu_to_le64(cmd);
620 req.words[1] = cpu_to_le64(ip);
621
622 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
623 if (rv != 0)
624 dev_err(&adapter->netdev->dev,
625 "could not notify %s IP 0x%x reuqest\n",
626 (cmd == QLCNIC_IP_UP) ? "Add" : "Remove", ip);
627
628 return rv;
629}
630
631int qlcnic_linkevent_request(struct qlcnic_adapter *adapter, int enable)
632{
633 struct qlcnic_nic_req req;
634 u64 word;
635 int rv;
636
637 memset(&req, 0, sizeof(struct qlcnic_nic_req));
638 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
639
640 word = QLCNIC_H2C_OPCODE_GET_LINKEVENT | ((u64)adapter->portnum << 16);
641 req.req_hdr = cpu_to_le64(word);
642 req.words[0] = cpu_to_le64(enable | (enable << 8));
643
644 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
645 if (rv != 0)
646 dev_err(&adapter->netdev->dev,
647 "could not configure link notification\n");
648
649 return rv;
650}
651
652int qlcnic_send_lro_cleanup(struct qlcnic_adapter *adapter)
653{
654 struct qlcnic_nic_req req;
655 u64 word;
656 int rv;
657
658 memset(&req, 0, sizeof(struct qlcnic_nic_req));
659 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
660
661 word = QLCNIC_H2C_OPCODE_LRO_REQUEST |
662 ((u64)adapter->portnum << 16) |
663 ((u64)QLCNIC_LRO_REQUEST_CLEANUP << 56) ;
664
665 req.req_hdr = cpu_to_le64(word);
666
667 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
668 if (rv != 0)
669 dev_err(&adapter->netdev->dev,
670 "could not cleanup lro flows\n");
671
672 return rv;
673}
674
675/*
676 * qlcnic_change_mtu - Change the Maximum Transfer Unit
677 * @returns 0 on success, negative on failure
678 */
679
680int qlcnic_change_mtu(struct net_device *netdev, int mtu)
681{
682 struct qlcnic_adapter *adapter = netdev_priv(netdev);
683 int rc = 0;
684
685 if (mtu > P3_MAX_MTU) {
686 dev_err(&adapter->netdev->dev, "mtu > %d bytes unsupported\n",
687 P3_MAX_MTU);
688 return -EINVAL;
689 }
690
691 rc = qlcnic_fw_cmd_set_mtu(adapter, mtu);
692
693 if (!rc)
694 netdev->mtu = mtu;
695
696 return rc;
697}
698
699int qlcnic_get_mac_addr(struct qlcnic_adapter *adapter, u64 *mac)
700{
701 u32 crbaddr, mac_hi, mac_lo;
702 int pci_func = adapter->ahw.pci_func;
703
704 crbaddr = CRB_MAC_BLOCK_START +
705 (4 * ((pci_func/2) * 3)) + (4 * (pci_func & 1));
706
707 mac_lo = QLCRD32(adapter, crbaddr);
708 mac_hi = QLCRD32(adapter, crbaddr+4);
709
710 if (pci_func & 1)
711 *mac = le64_to_cpu((mac_lo >> 16) | ((u64)mac_hi << 16));
712 else
713 *mac = le64_to_cpu((u64)mac_lo | ((u64)mac_hi << 32));
714
715 return 0;
716}
717
718/*
719 * Changes the CRB window to the specified window.
720 */
721 /* Returns < 0 if off is not valid,
722 * 1 if window access is needed. 'off' is set to offset from
723 * CRB space in 128M pci map
724 * 0 if no window access is needed. 'off' is set to 2M addr
725 * In: 'off' is offset from base in 128M pci map
726 */
727static int
728qlcnic_pci_get_crb_addr_2M(struct qlcnic_adapter *adapter,
729 ulong off, void __iomem **addr)
730{
731 const struct crb_128M_2M_sub_block_map *m;
732
733 if ((off >= QLCNIC_CRB_MAX) || (off < QLCNIC_PCI_CRBSPACE))
734 return -EINVAL;
735
736 off -= QLCNIC_PCI_CRBSPACE;
737
738 /*
739 * Try direct map
740 */
741 m = &crb_128M_2M_map[CRB_BLK(off)].sub_block[CRB_SUBBLK(off)];
742
743 if (m->valid && (m->start_128M <= off) && (m->end_128M > off)) {
744 *addr = adapter->ahw.pci_base0 + m->start_2M +
745 (off - m->start_128M);
746 return 0;
747 }
748
749 /*
750 * Not in direct map, use crb window
751 */
752 *addr = adapter->ahw.pci_base0 + CRB_INDIRECT_2M + (off & MASK(16));
753 return 1;
754}
755
756/*
757 * In: 'off' is offset from CRB space in 128M pci map
758 * Out: 'off' is 2M pci map addr
759 * side effect: lock crb window
760 */
761static void
762qlcnic_pci_set_crbwindow_2M(struct qlcnic_adapter *adapter, ulong off)
763{
764 u32 window;
765 void __iomem *addr = adapter->ahw.pci_base0 + CRB_WINDOW_2M;
766
767 off -= QLCNIC_PCI_CRBSPACE;
768
769 window = CRB_HI(off);
770
771 if (adapter->ahw.crb_win == window)
772 return;
773
774 writel(window, addr);
775 if (readl(addr) != window) {
776 if (printk_ratelimit())
777 dev_warn(&adapter->pdev->dev,
778 "failed to set CRB window to %d off 0x%lx\n",
779 window, off);
780 }
781 adapter->ahw.crb_win = window;
782}
783
784int
785qlcnic_hw_write_wx_2M(struct qlcnic_adapter *adapter, ulong off, u32 data)
786{
787 unsigned long flags;
788 int rv;
789 void __iomem *addr = NULL;
790
791 rv = qlcnic_pci_get_crb_addr_2M(adapter, off, &addr);
792
793 if (rv == 0) {
794 writel(data, addr);
795 return 0;
796 }
797
798 if (rv > 0) {
799 /* indirect access */
800 write_lock_irqsave(&adapter->ahw.crb_lock, flags);
801 crb_win_lock(adapter);
802 qlcnic_pci_set_crbwindow_2M(adapter, off);
803 writel(data, addr);
804 crb_win_unlock(adapter);
805 write_unlock_irqrestore(&adapter->ahw.crb_lock, flags);
806 return 0;
807 }
808
809 dev_err(&adapter->pdev->dev,
810 "%s: invalid offset: 0x%016lx\n", __func__, off);
811 dump_stack();
812 return -EIO;
813}
814
815u32
816qlcnic_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong off)
817{
818 unsigned long flags;
819 int rv;
820 u32 data;
821 void __iomem *addr = NULL;
822
823 rv = qlcnic_pci_get_crb_addr_2M(adapter, off, &addr);
824
825 if (rv == 0)
826 return readl(addr);
827
828 if (rv > 0) {
829 /* indirect access */
830 write_lock_irqsave(&adapter->ahw.crb_lock, flags);
831 crb_win_lock(adapter);
832 qlcnic_pci_set_crbwindow_2M(adapter, off);
833 data = readl(addr);
834 crb_win_unlock(adapter);
835 write_unlock_irqrestore(&adapter->ahw.crb_lock, flags);
836 return data;
837 }
838
839 dev_err(&adapter->pdev->dev,
840 "%s: invalid offset: 0x%016lx\n", __func__, off);
841 dump_stack();
842 return -1;
843}
844
845
846void __iomem *
847qlcnic_get_ioaddr(struct qlcnic_adapter *adapter, u32 offset)
848{
849 void __iomem *addr = NULL;
850
851 WARN_ON(qlcnic_pci_get_crb_addr_2M(adapter, offset, &addr));
852
853 return addr;
854}
855
856
857static int
858qlcnic_pci_set_window_2M(struct qlcnic_adapter *adapter,
859 u64 addr, u32 *start)
860{
861 u32 window;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000862
863 window = OCM_WIN_P3P(addr);
864
865 writel(window, adapter->ahw.ocm_win_crb);
866 /* read back to flush */
867 readl(adapter->ahw.ocm_win_crb);
868
869 adapter->ahw.ocm_win = window;
870 *start = QLCNIC_PCI_OCM0_2M + GET_MEM_OFFS_2M(addr);
871 return 0;
872}
873
874static int
875qlcnic_pci_mem_access_direct(struct qlcnic_adapter *adapter, u64 off,
876 u64 *data, int op)
877{
Dhananjay Phadke0c39aa42010-04-01 19:01:31 +0000878 void __iomem *addr;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000879 int ret;
880 u32 start;
881
882 mutex_lock(&adapter->ahw.mem_lock);
883
884 ret = qlcnic_pci_set_window_2M(adapter, off, &start);
885 if (ret != 0)
886 goto unlock;
887
Dhananjay Phadke0c39aa42010-04-01 19:01:31 +0000888 addr = adapter->ahw.pci_base0 + start;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000889
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000890 if (op == 0) /* read */
891 *data = readq(addr);
892 else /* write */
893 writeq(*data, addr);
894
895unlock:
896 mutex_unlock(&adapter->ahw.mem_lock);
897
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000898 return ret;
899}
900
Dhananjay Phadke897e8c72010-04-01 19:01:29 +0000901void
902qlcnic_pci_camqm_read_2M(struct qlcnic_adapter *adapter, u64 off, u64 *data)
903{
904 void __iomem *addr = adapter->ahw.pci_base0 +
905 QLCNIC_PCI_CAMQM_2M_BASE + (off - QLCNIC_PCI_CAMQM);
906
907 mutex_lock(&adapter->ahw.mem_lock);
908 *data = readq(addr);
909 mutex_unlock(&adapter->ahw.mem_lock);
910}
911
912void
913qlcnic_pci_camqm_write_2M(struct qlcnic_adapter *adapter, u64 off, u64 data)
914{
915 void __iomem *addr = adapter->ahw.pci_base0 +
916 QLCNIC_PCI_CAMQM_2M_BASE + (off - QLCNIC_PCI_CAMQM);
917
918 mutex_lock(&adapter->ahw.mem_lock);
919 writeq(data, addr);
920 mutex_unlock(&adapter->ahw.mem_lock);
921}
922
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000923#define MAX_CTL_CHECK 1000
924
925int
926qlcnic_pci_mem_write_2M(struct qlcnic_adapter *adapter,
927 u64 off, u64 data)
928{
929 int i, j, ret;
930 u32 temp, off8;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000931 void __iomem *mem_crb;
932
933 /* Only 64-bit aligned access */
934 if (off & 7)
935 return -EIO;
936
937 /* P3 onward, test agent base for MIU and SIU is same */
938 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_QDR_NET,
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +0000939 QLCNIC_ADDR_QDR_NET_MAX)) {
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000940 mem_crb = qlcnic_get_ioaddr(adapter,
941 QLCNIC_CRB_QDR_NET+MIU_TEST_AGT_BASE);
942 goto correct;
943 }
944
945 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_DDR_NET, QLCNIC_ADDR_DDR_NET_MAX)) {
946 mem_crb = qlcnic_get_ioaddr(adapter,
947 QLCNIC_CRB_DDR_NET+MIU_TEST_AGT_BASE);
948 goto correct;
949 }
950
951 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_OCM0, QLCNIC_ADDR_OCM0_MAX))
952 return qlcnic_pci_mem_access_direct(adapter, off, &data, 1);
953
954 return -EIO;
955
956correct:
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +0000957 off8 = off & ~0xf;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000958
959 mutex_lock(&adapter->ahw.mem_lock);
960
961 writel(off8, (mem_crb + MIU_TEST_AGT_ADDR_LO));
962 writel(0, (mem_crb + MIU_TEST_AGT_ADDR_HI));
963
964 i = 0;
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +0000965 writel(TA_CTL_ENABLE, (mem_crb + TEST_AGT_CTRL));
966 writel((TA_CTL_START | TA_CTL_ENABLE),
967 (mem_crb + TEST_AGT_CTRL));
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000968
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +0000969 for (j = 0; j < MAX_CTL_CHECK; j++) {
970 temp = readl(mem_crb + TEST_AGT_CTRL);
971 if ((temp & TA_CTL_BUSY) == 0)
972 break;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000973 }
974
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +0000975 if (j >= MAX_CTL_CHECK) {
976 ret = -EIO;
977 goto done;
978 }
979
980 i = (off & 0xf) ? 0 : 2;
981 writel(readl(mem_crb + MIU_TEST_AGT_RDDATA(i)),
982 mem_crb + MIU_TEST_AGT_WRDATA(i));
983 writel(readl(mem_crb + MIU_TEST_AGT_RDDATA(i+1)),
984 mem_crb + MIU_TEST_AGT_WRDATA(i+1));
985 i = (off & 0xf) ? 2 : 0;
986
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +0000987 writel(data & 0xffffffff,
988 mem_crb + MIU_TEST_AGT_WRDATA(i));
989 writel((data >> 32) & 0xffffffff,
990 mem_crb + MIU_TEST_AGT_WRDATA(i+1));
991
992 writel((TA_CTL_ENABLE | TA_CTL_WRITE), (mem_crb + TEST_AGT_CTRL));
993 writel((TA_CTL_START | TA_CTL_ENABLE | TA_CTL_WRITE),
994 (mem_crb + TEST_AGT_CTRL));
995
996 for (j = 0; j < MAX_CTL_CHECK; j++) {
997 temp = readl(mem_crb + TEST_AGT_CTRL);
998 if ((temp & TA_CTL_BUSY) == 0)
999 break;
1000 }
1001
1002 if (j >= MAX_CTL_CHECK) {
1003 if (printk_ratelimit())
1004 dev_err(&adapter->pdev->dev,
1005 "failed to write through agent\n");
1006 ret = -EIO;
1007 } else
1008 ret = 0;
1009
1010done:
1011 mutex_unlock(&adapter->ahw.mem_lock);
1012
1013 return ret;
1014}
1015
1016int
1017qlcnic_pci_mem_read_2M(struct qlcnic_adapter *adapter,
1018 u64 off, u64 *data)
1019{
1020 int j, ret;
1021 u32 temp, off8;
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +00001022 u64 val;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +00001023 void __iomem *mem_crb;
1024
1025 /* Only 64-bit aligned access */
1026 if (off & 7)
1027 return -EIO;
1028
1029 /* P3 onward, test agent base for MIU and SIU is same */
1030 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_QDR_NET,
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +00001031 QLCNIC_ADDR_QDR_NET_MAX)) {
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +00001032 mem_crb = qlcnic_get_ioaddr(adapter,
1033 QLCNIC_CRB_QDR_NET+MIU_TEST_AGT_BASE);
1034 goto correct;
1035 }
1036
1037 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_DDR_NET, QLCNIC_ADDR_DDR_NET_MAX)) {
1038 mem_crb = qlcnic_get_ioaddr(adapter,
1039 QLCNIC_CRB_DDR_NET+MIU_TEST_AGT_BASE);
1040 goto correct;
1041 }
1042
1043 if (ADDR_IN_RANGE(off, QLCNIC_ADDR_OCM0, QLCNIC_ADDR_OCM0_MAX)) {
1044 return qlcnic_pci_mem_access_direct(adapter,
1045 off, data, 0);
1046 }
1047
1048 return -EIO;
1049
1050correct:
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +00001051 off8 = off & ~0xf;
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +00001052
1053 mutex_lock(&adapter->ahw.mem_lock);
1054
1055 writel(off8, (mem_crb + MIU_TEST_AGT_ADDR_LO));
1056 writel(0, (mem_crb + MIU_TEST_AGT_ADDR_HI));
1057 writel(TA_CTL_ENABLE, (mem_crb + TEST_AGT_CTRL));
1058 writel((TA_CTL_START | TA_CTL_ENABLE), (mem_crb + TEST_AGT_CTRL));
1059
1060 for (j = 0; j < MAX_CTL_CHECK; j++) {
1061 temp = readl(mem_crb + TEST_AGT_CTRL);
1062 if ((temp & TA_CTL_BUSY) == 0)
1063 break;
1064 }
1065
1066 if (j >= MAX_CTL_CHECK) {
1067 if (printk_ratelimit())
1068 dev_err(&adapter->pdev->dev,
1069 "failed to read through agent\n");
1070 ret = -EIO;
1071 } else {
1072 off8 = MIU_TEST_AGT_RDDATA_LO;
Dhananjay Phadkeb47acac2010-04-01 19:01:30 +00001073 if (off & 0xf)
Amit Kumar Salechaaf19b492010-01-13 00:37:25 +00001074 off8 = MIU_TEST_AGT_RDDATA_UPPER_LO;
1075
1076 temp = readl(mem_crb + off8 + 4);
1077 val = (u64)temp << 32;
1078 val |= readl(mem_crb + off8);
1079 *data = val;
1080 ret = 0;
1081 }
1082
1083 mutex_unlock(&adapter->ahw.mem_lock);
1084
1085 return ret;
1086}
1087
1088int qlcnic_get_board_info(struct qlcnic_adapter *adapter)
1089{
1090 int offset, board_type, magic;
1091 struct pci_dev *pdev = adapter->pdev;
1092
1093 offset = QLCNIC_FW_MAGIC_OFFSET;
1094 if (qlcnic_rom_fast_read(adapter, offset, &magic))
1095 return -EIO;
1096
1097 if (magic != QLCNIC_BDINFO_MAGIC) {
1098 dev_err(&pdev->dev, "invalid board config, magic=%08x\n",
1099 magic);
1100 return -EIO;
1101 }
1102
1103 offset = QLCNIC_BRDTYPE_OFFSET;
1104 if (qlcnic_rom_fast_read(adapter, offset, &board_type))
1105 return -EIO;
1106
1107 adapter->ahw.board_type = board_type;
1108
1109 if (board_type == QLCNIC_BRDTYPE_P3_4_GB_MM) {
1110 u32 gpio = QLCRD32(adapter, QLCNIC_ROMUSB_GLB_PAD_GPIO_I);
1111 if ((gpio & 0x8000) == 0)
1112 board_type = QLCNIC_BRDTYPE_P3_10G_TP;
1113 }
1114
1115 switch (board_type) {
1116 case QLCNIC_BRDTYPE_P3_HMEZ:
1117 case QLCNIC_BRDTYPE_P3_XG_LOM:
1118 case QLCNIC_BRDTYPE_P3_10G_CX4:
1119 case QLCNIC_BRDTYPE_P3_10G_CX4_LP:
1120 case QLCNIC_BRDTYPE_P3_IMEZ:
1121 case QLCNIC_BRDTYPE_P3_10G_SFP_PLUS:
1122 case QLCNIC_BRDTYPE_P3_10G_SFP_CT:
1123 case QLCNIC_BRDTYPE_P3_10G_SFP_QT:
1124 case QLCNIC_BRDTYPE_P3_10G_XFP:
1125 case QLCNIC_BRDTYPE_P3_10000_BASE_T:
1126 adapter->ahw.port_type = QLCNIC_XGBE;
1127 break;
1128 case QLCNIC_BRDTYPE_P3_REF_QG:
1129 case QLCNIC_BRDTYPE_P3_4_GB:
1130 case QLCNIC_BRDTYPE_P3_4_GB_MM:
1131 adapter->ahw.port_type = QLCNIC_GBE;
1132 break;
1133 case QLCNIC_BRDTYPE_P3_10G_TP:
1134 adapter->ahw.port_type = (adapter->portnum < 2) ?
1135 QLCNIC_XGBE : QLCNIC_GBE;
1136 break;
1137 default:
1138 dev_err(&pdev->dev, "unknown board type %x\n", board_type);
1139 adapter->ahw.port_type = QLCNIC_XGBE;
1140 break;
1141 }
1142
1143 return 0;
1144}
1145
1146int
1147qlcnic_wol_supported(struct qlcnic_adapter *adapter)
1148{
1149 u32 wol_cfg;
1150
1151 wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG_NV);
1152 if (wol_cfg & (1UL << adapter->portnum)) {
1153 wol_cfg = QLCRD32(adapter, QLCNIC_WOL_CONFIG);
1154 if (wol_cfg & (1 << adapter->portnum))
1155 return 1;
1156 }
1157
1158 return 0;
1159}
Sucheta Chakraborty897d3592010-02-01 05:24:58 +00001160
1161int qlcnic_config_led(struct qlcnic_adapter *adapter, u32 state, u32 rate)
1162{
1163 struct qlcnic_nic_req req;
1164 int rv;
1165 u64 word;
1166
1167 memset(&req, 0, sizeof(struct qlcnic_nic_req));
1168 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
1169
1170 word = QLCNIC_H2C_OPCODE_CONFIG_LED | ((u64)adapter->portnum << 16);
1171 req.req_hdr = cpu_to_le64(word);
1172
1173 req.words[0] = cpu_to_le64((u64)rate << 32);
1174 req.words[1] = cpu_to_le64(state);
1175
1176 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
1177 if (rv)
1178 dev_err(&adapter->pdev->dev, "LED configuration failed.\n");
1179
1180 return rv;
1181}
Amit Kumar Salechacdaff182010-02-01 05:25:00 +00001182
1183static int qlcnic_set_fw_loopback(struct qlcnic_adapter *adapter, u32 flag)
1184{
1185 struct qlcnic_nic_req req;
1186 int rv;
1187 u64 word;
1188
1189 memset(&req, 0, sizeof(struct qlcnic_nic_req));
1190 req.qhdr = cpu_to_le64(QLCNIC_HOST_REQUEST << 23);
1191
1192 word = QLCNIC_H2C_OPCODE_CONFIG_LOOPBACK |
1193 ((u64)adapter->portnum << 16);
1194 req.req_hdr = cpu_to_le64(word);
1195 req.words[0] = cpu_to_le64(flag);
1196
1197 rv = qlcnic_send_cmd_descs(adapter, (struct cmd_desc_type0 *)&req, 1);
1198 if (rv)
1199 dev_err(&adapter->pdev->dev,
1200 "%sting loopback mode failed.\n",
1201 flag ? "Set" : "Reset");
1202 return rv;
1203}
1204
1205int qlcnic_set_ilb_mode(struct qlcnic_adapter *adapter)
1206{
1207 if (qlcnic_set_fw_loopback(adapter, 1))
1208 return -EIO;
1209
1210 if (qlcnic_nic_set_promisc(adapter,
1211 VPORT_MISS_MODE_ACCEPT_ALL)) {
1212 qlcnic_set_fw_loopback(adapter, 0);
1213 return -EIO;
1214 }
1215
1216 msleep(1000);
1217 return 0;
1218}
1219
1220void qlcnic_clear_ilb_mode(struct qlcnic_adapter *adapter)
1221{
1222 int mode = VPORT_MISS_MODE_DROP;
1223 struct net_device *netdev = adapter->netdev;
1224
1225 qlcnic_set_fw_loopback(adapter, 0);
1226
1227 if (netdev->flags & IFF_PROMISC)
1228 mode = VPORT_MISS_MODE_ACCEPT_ALL;
1229 else if (netdev->flags & IFF_ALLMULTI)
1230 mode = VPORT_MISS_MODE_ACCEPT_MULTI;
1231
1232 qlcnic_nic_set_promisc(adapter, mode);
1233}