blob: b33f0457a1ff3139017189463d87a6f1e9cc6a9d [file] [log] [blame]
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001/*
Ralph Campbelle7eacd32008-04-16 21:09:32 -07002 * Copyright (c) 2006, 2007, 2008 QLogic Corporation. All rights reserved.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08003 * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the
9 * OpenIB.org BSD license below:
10 *
11 * Redistribution and use in source and binary forms, with or
12 * without modification, are permitted provided that the following
13 * conditions are met:
14 *
15 * - Redistributions of source code must retain the above
16 * copyright notice, this list of conditions and the following
17 * disclaimer.
18 *
19 * - Redistributions in binary form must reproduce the above
20 * copyright notice, this list of conditions and the following
21 * disclaimer in the documentation and/or other materials
22 * provided with the distribution.
23 *
24 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
28 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31 * SOFTWARE.
32 */
33
Alexey Dobriyand43c36d2009-10-07 17:09:06 +040034#include <linux/sched.h>
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080035#include <linux/spinlock.h>
36#include <linux/idr.h>
37#include <linux/pci.h>
Dave Olson9bec3992007-06-01 13:01:47 -070038#include <linux/io.h>
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080039#include <linux/delay.h>
40#include <linux/netdevice.h>
41#include <linux/vmalloc.h>
Akinobu Mita598cb6f2009-12-09 10:05:28 -080042#include <linux/bitmap.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090043#include <linux/slab.h>
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080044
45#include "ipath_kernel.h"
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -070046#include "ipath_verbs.h"
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080047
48static void ipath_update_pio_bufs(struct ipath_devdata *);
49
50const char *ipath_get_unit_name(int unit)
51{
52 static char iname[16];
53 snprintf(iname, sizeof iname, "infinipath%u", unit);
54 return iname;
55}
56
Bryan O'Sullivan759d5762006-07-01 04:35:49 -070057#define DRIVER_LOAD_MSG "QLogic " IPATH_DRV_NAME " loaded: "
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080058#define PFX IPATH_DRV_NAME ": "
59
60/*
61 * The size has to be longer than this string, so we can append
62 * board/chip information to it in the init code.
63 */
Bryan O'Sullivanb55f4f02006-08-25 11:24:33 -070064const char ib_ipath_version[] = IPATH_IDSTR "\n";
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080065
66static struct idr unit_table;
67DEFINE_SPINLOCK(ipath_devs_lock);
68LIST_HEAD(ipath_dev_list);
69
Bryan O'Sullivan0fd41362006-08-25 11:24:34 -070070wait_queue_head_t ipath_state_wait;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080071
72unsigned ipath_debug = __IPATH_INFO;
73
74module_param_named(debug, ipath_debug, uint, S_IWUSR | S_IRUGO);
75MODULE_PARM_DESC(debug, "mask for debug prints");
76EXPORT_SYMBOL_GPL(ipath_debug);
77
Dave Olson826d8012008-04-16 21:01:12 -070078unsigned ipath_mtu4096 = 1; /* max 4KB IB mtu by default, if supported */
79module_param_named(mtu4096, ipath_mtu4096, uint, S_IRUGO);
80MODULE_PARM_DESC(mtu4096, "enable MTU of 4096 bytes, if supported");
81
John Gregor58411d12008-04-16 21:09:24 -070082static unsigned ipath_hol_timeout_ms = 13000;
83module_param_named(hol_timeout_ms, ipath_hol_timeout_ms, uint, S_IRUGO);
84MODULE_PARM_DESC(hol_timeout_ms,
85 "duration of user app suspension after link failure");
86
Dave Olson72708a02008-04-16 21:09:25 -070087unsigned ipath_linkrecovery = 1;
88module_param_named(linkrecovery, ipath_linkrecovery, uint, S_IWUSR | S_IRUGO);
89MODULE_PARM_DESC(linkrecovery, "enable workaround for link recovery issue");
90
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080091MODULE_LICENSE("GPL");
Ralph Campbell928e3e42008-04-16 21:09:26 -070092MODULE_AUTHOR("QLogic <support@qlogic.com>");
Bryan O'Sullivan759d5762006-07-01 04:35:49 -070093MODULE_DESCRIPTION("QLogic InfiniPath driver");
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080094
Arthur Jonesbb917142008-04-16 21:09:31 -070095/*
96 * Table to translate the LINKTRAININGSTATE portion of
97 * IBCStatus to a human-readable form.
98 */
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -080099const char *ipath_ibcstatus_str[] = {
100 "Disabled",
101 "LinkUp",
102 "PollActive",
103 "PollQuiet",
104 "SleepDelay",
105 "SleepQuiet",
106 "LState6", /* unused */
107 "LState7", /* unused */
108 "CfgDebounce",
109 "CfgRcvfCfg",
110 "CfgWaitRmt",
111 "CfgIdle",
112 "RecovRetrain",
Arthur Jonesbb917142008-04-16 21:09:31 -0700113 "CfgTxRevLane", /* unused before IBA7220 */
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800114 "RecovWaitRmt",
115 "RecovIdle",
Arthur Jonesbb917142008-04-16 21:09:31 -0700116 /* below were added for IBA7220 */
117 "CfgEnhanced",
118 "CfgTest",
119 "CfgWaitRmtTest",
120 "CfgWaitCfgEnhanced",
121 "SendTS_T",
122 "SendTstIdles",
123 "RcvTS_T",
124 "SendTst_TS1s",
125 "LTState18", "LTState19", "LTState1A", "LTState1B",
126 "LTState1C", "LTState1D", "LTState1E", "LTState1F"
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800127};
128
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800129static void __devexit ipath_remove_one(struct pci_dev *);
130static int __devinit ipath_init_one(struct pci_dev *,
131 const struct pci_device_id *);
132
133/* Only needed for registration, nothing else needs this info */
134#define PCI_VENDOR_ID_PATHSCALE 0x1fc1
135#define PCI_DEVICE_ID_INFINIPATH_HT 0xd
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800136
Arthur Jones35884232007-07-06 12:48:53 -0700137/* Number of seconds before our card status check... */
138#define STATUS_TIMEOUT 60
139
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800140static const struct pci_device_id ipath_pci_tbl[] = {
Roland Dreier6f4bb3d2006-05-12 14:57:52 -0700141 { PCI_DEVICE(PCI_VENDOR_ID_PATHSCALE, PCI_DEVICE_ID_INFINIPATH_HT) },
Roland Dreier6f4bb3d2006-05-12 14:57:52 -0700142 { 0, }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800143};
144
145MODULE_DEVICE_TABLE(pci, ipath_pci_tbl);
146
147static struct pci_driver ipath_driver = {
148 .name = IPATH_DRV_NAME,
149 .probe = ipath_init_one,
150 .remove = __devexit_p(ipath_remove_one),
151 .id_table = ipath_pci_tbl,
Greg Kroah-Hartman23b9c1a2007-12-04 22:53:16 -0800152 .driver = {
153 .groups = ipath_driver_attr_groups,
154 },
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800155};
156
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800157static inline void read_bars(struct ipath_devdata *dd, struct pci_dev *dev,
158 u32 *bar0, u32 *bar1)
159{
160 int ret;
161
162 ret = pci_read_config_dword(dev, PCI_BASE_ADDRESS_0, bar0);
163 if (ret)
164 ipath_dev_err(dd, "failed to read bar0 before enable: "
165 "error %d\n", -ret);
166
167 ret = pci_read_config_dword(dev, PCI_BASE_ADDRESS_1, bar1);
168 if (ret)
169 ipath_dev_err(dd, "failed to read bar1 before enable: "
170 "error %d\n", -ret);
171
172 ipath_dbg("Read bar0 %x bar1 %x\n", *bar0, *bar1);
173}
174
175static void ipath_free_devdata(struct pci_dev *pdev,
176 struct ipath_devdata *dd)
177{
178 unsigned long flags;
179
180 pci_set_drvdata(pdev, NULL);
181
182 if (dd->ipath_unit != -1) {
183 spin_lock_irqsave(&ipath_devs_lock, flags);
184 idr_remove(&unit_table, dd->ipath_unit);
185 list_del(&dd->ipath_list);
186 spin_unlock_irqrestore(&ipath_devs_lock, flags);
187 }
Bryan O'Sullivan06993ca2006-07-01 04:36:02 -0700188 vfree(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800189}
190
191static struct ipath_devdata *ipath_alloc_devdata(struct pci_dev *pdev)
192{
193 unsigned long flags;
194 struct ipath_devdata *dd;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800195 int ret;
196
197 if (!idr_pre_get(&unit_table, GFP_KERNEL)) {
198 dd = ERR_PTR(-ENOMEM);
199 goto bail;
200 }
201
Bryan O'Sullivan06993ca2006-07-01 04:36:02 -0700202 dd = vmalloc(sizeof(*dd));
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800203 if (!dd) {
204 dd = ERR_PTR(-ENOMEM);
205 goto bail;
206 }
Bryan O'Sullivan06993ca2006-07-01 04:36:02 -0700207 memset(dd, 0, sizeof(*dd));
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800208 dd->ipath_unit = -1;
209
210 spin_lock_irqsave(&ipath_devs_lock, flags);
211
212 ret = idr_get_new(&unit_table, dd, &dd->ipath_unit);
213 if (ret < 0) {
214 printk(KERN_ERR IPATH_DRV_NAME
215 ": Could not allocate unit ID: error %d\n", -ret);
216 ipath_free_devdata(pdev, dd);
217 dd = ERR_PTR(ret);
218 goto bail_unlock;
219 }
220
221 dd->pcidev = pdev;
222 pci_set_drvdata(pdev, dd);
223
224 list_add(&dd->ipath_list, &ipath_dev_list);
225
226bail_unlock:
227 spin_unlock_irqrestore(&ipath_devs_lock, flags);
228
229bail:
230 return dd;
231}
232
233static inline struct ipath_devdata *__ipath_lookup(int unit)
234{
235 return idr_find(&unit_table, unit);
236}
237
238struct ipath_devdata *ipath_lookup(int unit)
239{
240 struct ipath_devdata *dd;
241 unsigned long flags;
242
243 spin_lock_irqsave(&ipath_devs_lock, flags);
244 dd = __ipath_lookup(unit);
245 spin_unlock_irqrestore(&ipath_devs_lock, flags);
246
247 return dd;
248}
249
Arthur Jones6ef6aee2008-04-16 21:01:06 -0700250int ipath_count_units(int *npresentp, int *nupp, int *maxportsp)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800251{
252 int nunits, npresent, nup;
253 struct ipath_devdata *dd;
254 unsigned long flags;
Arthur Jones6ef6aee2008-04-16 21:01:06 -0700255 int maxports;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800256
257 nunits = npresent = nup = maxports = 0;
258
259 spin_lock_irqsave(&ipath_devs_lock, flags);
260
261 list_for_each_entry(dd, &ipath_dev_list, ipath_list) {
262 nunits++;
263 if ((dd->ipath_flags & IPATH_PRESENT) && dd->ipath_kregbase)
264 npresent++;
265 if (dd->ipath_lid &&
266 !(dd->ipath_flags & (IPATH_DISABLED | IPATH_LINKDOWN
267 | IPATH_LINKUNK)))
268 nup++;
269 if (dd->ipath_cfgports > maxports)
270 maxports = dd->ipath_cfgports;
271 }
272
273 spin_unlock_irqrestore(&ipath_devs_lock, flags);
274
275 if (npresentp)
276 *npresentp = npresent;
277 if (nupp)
278 *nupp = nup;
279 if (maxportsp)
280 *maxportsp = maxports;
281
282 return nunits;
283}
284
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800285/*
286 * These next two routines are placeholders in case we don't have per-arch
287 * code for controlling write combining. If explicit control of write
288 * combining is not available, performance will probably be awful.
289 */
290
291int __attribute__((weak)) ipath_enable_wc(struct ipath_devdata *dd)
292{
293 return -EOPNOTSUPP;
294}
295
296void __attribute__((weak)) ipath_disable_wc(struct ipath_devdata *dd)
297{
298}
299
Dave Olson9bec3992007-06-01 13:01:47 -0700300/*
301 * Perform a PIO buffer bandwidth write test, to verify proper system
302 * configuration. Even when all the setup calls work, occasionally
303 * BIOS or other issues can prevent write combining from working, or
304 * can cause other bandwidth problems to the chip.
305 *
306 * This test simply writes the same buffer over and over again, and
307 * measures close to the peak bandwidth to the chip (not testing
308 * data bandwidth to the wire). On chips that use an address-based
309 * trigger to send packets to the wire, this is easy. On chips that
310 * use a count to trigger, we want to make sure that the packet doesn't
311 * go out on the wire, or trigger flow control checks.
312 */
313static void ipath_verify_pioperf(struct ipath_devdata *dd)
314{
315 u32 pbnum, cnt, lcnt;
316 u32 __iomem *piobuf;
317 u32 *addr;
318 u64 msecs, emsecs;
319
Ralph Campbellc4b4d162008-04-16 21:09:26 -0700320 piobuf = ipath_getpiobuf(dd, 0, &pbnum);
Dave Olson9bec3992007-06-01 13:01:47 -0700321 if (!piobuf) {
322 dev_info(&dd->pcidev->dev,
323 "No PIObufs for checking perf, skipping\n");
324 return;
325 }
326
327 /*
328 * Enough to give us a reasonable test, less than piobuf size, and
329 * likely multiple of store buffer length.
330 */
331 cnt = 1024;
332
333 addr = vmalloc(cnt);
334 if (!addr) {
335 dev_info(&dd->pcidev->dev,
336 "Couldn't get memory for checking PIO perf,"
337 " skipping\n");
338 goto done;
339 }
340
341 preempt_disable(); /* we want reasonably accurate elapsed time */
342 msecs = 1 + jiffies_to_msecs(jiffies);
343 for (lcnt = 0; lcnt < 10000U; lcnt++) {
344 /* wait until we cross msec boundary */
345 if (jiffies_to_msecs(jiffies) >= msecs)
346 break;
347 udelay(1);
348 }
349
Dave Olson6ac50722007-08-09 03:11:38 -0700350 ipath_disable_armlaunch(dd);
351
Arthur Jonesbb917142008-04-16 21:09:31 -0700352 /*
353 * length 0, no dwords actually sent, and mark as VL15
354 * on chips where that may matter (due to IB flowcontrol)
355 */
356 if ((dd->ipath_flags & IPATH_HAS_PBC_CNT))
357 writeq(1UL << 63, piobuf);
358 else
359 writeq(0, piobuf);
Dave Olson9bec3992007-06-01 13:01:47 -0700360 ipath_flush_wc();
361
362 /*
363 * this is only roughly accurate, since even with preempt we
364 * still take interrupts that could take a while. Running for
365 * >= 5 msec seems to get us "close enough" to accurate values
366 */
367 msecs = jiffies_to_msecs(jiffies);
368 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) {
369 __iowrite32_copy(piobuf + 64, addr, cnt >> 2);
370 emsecs = jiffies_to_msecs(jiffies) - msecs;
371 }
372
373 /* 1 GiB/sec, slightly over IB SDR line rate */
374 if (lcnt < (emsecs * 1024U))
375 ipath_dev_err(dd,
376 "Performance problem: bandwidth to PIO buffers is "
377 "only %u MiB/sec\n",
378 lcnt / (u32) emsecs);
379 else
380 ipath_dbg("PIO buffer bandwidth %u MiB/sec is OK\n",
381 lcnt / (u32) emsecs);
382
383 preempt_enable();
384
385 vfree(addr);
386
387done:
388 /* disarm piobuf, so it's available again */
389 ipath_disarm_piobufs(dd, pbnum, 1);
Dave Olson6ac50722007-08-09 03:11:38 -0700390 ipath_enable_armlaunch(dd);
Dave Olson9bec3992007-06-01 13:01:47 -0700391}
392
Ben Hutchingsdccb8162010-06-12 02:25:09 +0000393static void cleanup_device(struct ipath_devdata *dd);
394
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800395static int __devinit ipath_init_one(struct pci_dev *pdev,
396 const struct pci_device_id *ent)
397{
398 int ret, len, j;
399 struct ipath_devdata *dd;
400 unsigned long long addr;
401 u32 bar0 = 0, bar1 = 0;
Arthur Jonesbb917142008-04-16 21:09:31 -0700402 u8 rev;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800403
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800404 dd = ipath_alloc_devdata(pdev);
405 if (IS_ERR(dd)) {
406 ret = PTR_ERR(dd);
407 printk(KERN_ERR IPATH_DRV_NAME
408 ": Could not allocate devdata: error %d\n", -ret);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -0700409 goto bail;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800410 }
411
412 ipath_cdbg(VERBOSE, "initializing unit #%u\n", dd->ipath_unit);
413
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800414 ret = pci_enable_device(pdev);
415 if (ret) {
416 /* This can happen iff:
417 *
418 * We did a chip reset, and then failed to reprogram the
419 * BAR, or the chip reset due to an internal error. We then
420 * unloaded the driver and reloaded it.
421 *
422 * Both reset cases set the BAR back to initial state. For
423 * the latter case, the AER sticky error bit at offset 0x718
424 * should be set, but the Linux kernel doesn't yet know
425 * about that, it appears. If the original BAR was retained
426 * in the kernel data structures, this may be OK.
427 */
428 ipath_dev_err(dd, "enable unit %d failed: error %d\n",
429 dd->ipath_unit, -ret);
430 goto bail_devdata;
431 }
432 addr = pci_resource_start(pdev, 0);
433 len = pci_resource_len(pdev, 0);
Arthur Jonesbb917142008-04-16 21:09:31 -0700434 ipath_cdbg(VERBOSE, "regbase (0) %llx len %d irq %d, vend %x/%x "
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800435 "driver_data %lx\n", addr, len, pdev->irq, ent->vendor,
436 ent->device, ent->driver_data);
437
438 read_bars(dd, pdev, &bar0, &bar1);
439
440 if (!bar1 && !(bar0 & ~0xf)) {
441 if (addr) {
442 dev_info(&pdev->dev, "BAR is 0 (probable RESET), "
443 "rewriting as %llx\n", addr);
444 ret = pci_write_config_dword(
445 pdev, PCI_BASE_ADDRESS_0, addr);
446 if (ret) {
447 ipath_dev_err(dd, "rewrite of BAR0 "
448 "failed: err %d\n", -ret);
449 goto bail_disable;
450 }
451 ret = pci_write_config_dword(
452 pdev, PCI_BASE_ADDRESS_1, addr >> 32);
453 if (ret) {
454 ipath_dev_err(dd, "rewrite of BAR1 "
455 "failed: err %d\n", -ret);
456 goto bail_disable;
457 }
458 } else {
459 ipath_dev_err(dd, "BAR is 0 (probable RESET), "
460 "not usable until reboot\n");
461 ret = -ENODEV;
462 goto bail_disable;
463 }
464 }
465
466 ret = pci_request_regions(pdev, IPATH_DRV_NAME);
467 if (ret) {
468 dev_info(&pdev->dev, "pci_request_regions unit %u fails: "
469 "err %d\n", dd->ipath_unit, -ret);
470 goto bail_disable;
471 }
472
Yang Hongyang6a355282009-04-06 19:01:13 -0700473 ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(64));
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800474 if (ret) {
Bryan O'Sullivan68dd43a2006-04-24 14:22:58 -0700475 /*
476 * if the 64 bit setup fails, try 32 bit. Some systems
477 * do not setup 64 bit maps on systems with 2GB or less
478 * memory installed.
479 */
Yang Hongyang284901a2009-04-06 19:01:15 -0700480 ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
Bryan O'Sullivan68dd43a2006-04-24 14:22:58 -0700481 if (ret) {
Bryan O'Sullivanb1d88652006-07-01 04:35:59 -0700482 dev_info(&pdev->dev,
483 "Unable to set DMA mask for unit %u: %d\n",
484 dd->ipath_unit, ret);
Bryan O'Sullivan68dd43a2006-04-24 14:22:58 -0700485 goto bail_regions;
486 }
Bryan O'Sullivanb1d88652006-07-01 04:35:59 -0700487 else {
Bryan O'Sullivan68dd43a2006-04-24 14:22:58 -0700488 ipath_dbg("No 64bit DMA mask, used 32 bit mask\n");
Yang Hongyang284901a2009-04-06 19:01:15 -0700489 ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32));
Bryan O'Sullivanb1d88652006-07-01 04:35:59 -0700490 if (ret)
491 dev_info(&pdev->dev,
492 "Unable to set DMA consistent mask "
493 "for unit %u: %d\n",
494 dd->ipath_unit, ret);
495
496 }
497 }
498 else {
Yang Hongyang6a355282009-04-06 19:01:13 -0700499 ret = pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64));
Bryan O'Sullivanb1d88652006-07-01 04:35:59 -0700500 if (ret)
501 dev_info(&pdev->dev,
502 "Unable to set DMA consistent mask "
503 "for unit %u: %d\n",
504 dd->ipath_unit, ret);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800505 }
506
507 pci_set_master(pdev);
508
509 /*
510 * Save BARs to rewrite after device reset. Save all 64 bits of
511 * BAR, just in case.
512 */
513 dd->ipath_pcibar0 = addr;
514 dd->ipath_pcibar1 = addr >> 32;
515 dd->ipath_deviceid = ent->device; /* save for later use */
516 dd->ipath_vendorid = ent->vendor;
517
518 /* setup the chip-specific functions, as early as possible. */
519 switch (ent->device) {
520 case PCI_DEVICE_ID_INFINIPATH_HT:
Bryan O'Sullivan525d0ca2006-08-25 11:24:39 -0700521 ipath_init_iba6110_funcs(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800522 break;
Ralph Campbellf6d60842010-05-06 17:03:19 -0700523
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800524 default:
Bryan O'Sullivan759d5762006-07-01 04:35:49 -0700525 ipath_dev_err(dd, "Found unknown QLogic deviceid 0x%x, "
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800526 "failing\n", ent->device);
527 return -ENODEV;
528 }
529
530 for (j = 0; j < 6; j++) {
531 if (!pdev->resource[j].start)
532 continue;
Joe Perches1eba27e2011-01-10 17:41:50 -0800533 ipath_cdbg(VERBOSE, "BAR %d %pR, len %llx\n",
534 j, &pdev->resource[j],
Greg Kroah-Hartmane29419f2006-06-12 15:20:16 -0700535 (unsigned long long)pci_resource_len(pdev, j));
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800536 }
537
538 if (!addr) {
539 ipath_dev_err(dd, "No valid address in BAR 0!\n");
540 ret = -ENODEV;
541 goto bail_regions;
542 }
543
Arthur Jonesbb917142008-04-16 21:09:31 -0700544 ret = pci_read_config_byte(pdev, PCI_REVISION_ID, &rev);
545 if (ret) {
546 ipath_dev_err(dd, "Failed to read PCI revision ID unit "
547 "%u: err %d\n", dd->ipath_unit, -ret);
548 goto bail_regions; /* shouldn't ever happen */
549 }
550 dd->ipath_pcirev = rev;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800551
Bryan O'Sullivaneb9dc6f2006-08-25 11:24:26 -0700552#if defined(__powerpc__)
553 /* There isn't a generic way to specify writethrough mappings */
554 dd->ipath_kregbase = __ioremap(addr, len,
555 (_PAGE_NO_CACHE|_PAGE_WRITETHRU));
556#else
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800557 dd->ipath_kregbase = ioremap_nocache(addr, len);
Bryan O'Sullivaneb9dc6f2006-08-25 11:24:26 -0700558#endif
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800559
560 if (!dd->ipath_kregbase) {
561 ipath_dbg("Unable to map io addr %llx to kvirt, failing\n",
562 addr);
563 ret = -ENOMEM;
564 goto bail_iounmap;
565 }
566 dd->ipath_kregend = (u64 __iomem *)
567 ((void __iomem *)dd->ipath_kregbase + len);
568 dd->ipath_physaddr = addr; /* used for io_remap, etc. */
569 /* for user mmap */
Bryan O'Sullivanb35f0042006-07-01 04:35:59 -0700570 ipath_cdbg(VERBOSE, "mapped io addr %llx to kregbase %p\n",
571 addr, dd->ipath_kregbase);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800572
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800573 if (dd->ipath_f_bus(dd, pdev))
574 ipath_dev_err(dd, "Failed to setup config space; "
575 "continuing anyway\n");
576
577 /*
Thomas Gleixnerdace1452006-07-01 19:29:38 -0700578 * set up our interrupt handler; IRQF_SHARED probably not needed,
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800579 * since MSI interrupts shouldn't be shared but won't hurt for now.
580 * check 0 irq after we return from chip-specific bus setup, since
581 * that can affect this due to setup
582 */
Bryan O'Sullivan51f65eb2006-11-08 17:44:58 -0800583 if (!dd->ipath_irq)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800584 ipath_dev_err(dd, "irq is 0, BIOS error? Interrupts won't "
585 "work\n");
586 else {
Bryan O'Sullivan51f65eb2006-11-08 17:44:58 -0800587 ret = request_irq(dd->ipath_irq, ipath_intr, IRQF_SHARED,
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800588 IPATH_DRV_NAME, dd);
589 if (ret) {
590 ipath_dev_err(dd, "Couldn't setup irq handler, "
Bryan O'Sullivan51f65eb2006-11-08 17:44:58 -0800591 "irq=%d: %d\n", dd->ipath_irq, ret);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800592 goto bail_iounmap;
593 }
594 }
595
596 ret = ipath_init_chip(dd, 0); /* do the chip-specific init */
597 if (ret)
Arthur Jones7b196e22007-03-15 14:45:04 -0700598 goto bail_irqsetup;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800599
600 ret = ipath_enable_wc(dd);
601
602 if (ret) {
603 ipath_dev_err(dd, "Write combining not enabled "
604 "(err %d): performance may be poor\n",
605 -ret);
606 ret = 0;
607 }
608
Dave Olson9bec3992007-06-01 13:01:47 -0700609 ipath_verify_pioperf(dd);
610
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800611 ipath_device_create_group(&pdev->dev, dd);
612 ipathfs_add_device(dd);
613 ipath_user_add(dd);
Bryan O'Sullivana2acb2f2006-07-01 04:35:52 -0700614 ipath_diag_add(dd);
Bryan O'Sullivanb1c1b6a2006-08-25 11:24:31 -0700615 ipath_register_ib_device(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800616
617 goto bail;
618
Arthur Jones7b196e22007-03-15 14:45:04 -0700619bail_irqsetup:
Ben Hutchingsdccb8162010-06-12 02:25:09 +0000620 cleanup_device(dd);
621
622 if (dd->ipath_irq)
623 dd->ipath_f_free_irq(dd);
624
625 if (dd->ipath_f_cleanup)
626 dd->ipath_f_cleanup(dd);
Arthur Jones7b196e22007-03-15 14:45:04 -0700627
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800628bail_iounmap:
629 iounmap((volatile void __iomem *) dd->ipath_kregbase);
630
631bail_regions:
632 pci_release_regions(pdev);
633
634bail_disable:
635 pci_disable_device(pdev);
636
637bail_devdata:
638 ipath_free_devdata(pdev, dd);
639
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800640bail:
641 return ret;
642}
643
Ben Hutchingsdccb8162010-06-12 02:25:09 +0000644static void cleanup_device(struct ipath_devdata *dd)
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700645{
646 int port;
Dave Olson3d089092008-12-05 11:14:38 -0800647 struct ipath_portdata **tmp;
648 unsigned long flags;
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700649
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700650 if (*dd->ipath_statusp & IPATH_STATUS_CHIP_PRESENT) {
651 /* can't do anything more with chip; needs re-init */
652 *dd->ipath_statusp &= ~IPATH_STATUS_CHIP_PRESENT;
653 if (dd->ipath_kregbase) {
654 /*
655 * if we haven't already cleaned up before these are
656 * to ensure any register reads/writes "fail" until
657 * re-init
658 */
659 dd->ipath_kregbase = NULL;
660 dd->ipath_uregbase = 0;
661 dd->ipath_sregbase = 0;
662 dd->ipath_cregbase = 0;
663 dd->ipath_kregsize = 0;
664 }
665 ipath_disable_wc(dd);
666 }
667
Arthur Jonesbb917142008-04-16 21:09:31 -0700668 if (dd->ipath_spectriggerhit)
669 dev_info(&dd->pcidev->dev, "%lu special trigger hits\n",
670 dd->ipath_spectriggerhit);
671
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700672 if (dd->ipath_pioavailregs_dma) {
673 dma_free_coherent(&dd->pcidev->dev, PAGE_SIZE,
674 (void *) dd->ipath_pioavailregs_dma,
675 dd->ipath_pioavailregs_phys);
676 dd->ipath_pioavailregs_dma = NULL;
677 }
678 if (dd->ipath_dummy_hdrq) {
679 dma_free_coherent(&dd->pcidev->dev,
680 dd->ipath_pd[0]->port_rcvhdrq_size,
681 dd->ipath_dummy_hdrq, dd->ipath_dummy_hdrq_phys);
682 dd->ipath_dummy_hdrq = NULL;
683 }
684
685 if (dd->ipath_pageshadow) {
686 struct page **tmpp = dd->ipath_pageshadow;
687 dma_addr_t *tmpd = dd->ipath_physshadow;
688 int i, cnt = 0;
689
690 ipath_cdbg(VERBOSE, "Unlocking any expTID pages still "
691 "locked\n");
692 for (port = 0; port < dd->ipath_cfgports; port++) {
693 int port_tidbase = port * dd->ipath_rcvtidcnt;
694 int maxtid = port_tidbase + dd->ipath_rcvtidcnt;
695 for (i = port_tidbase; i < maxtid; i++) {
696 if (!tmpp[i])
697 continue;
698 pci_unmap_page(dd->pcidev, tmpd[i],
699 PAGE_SIZE, PCI_DMA_FROMDEVICE);
700 ipath_release_user_pages(&tmpp[i], 1);
701 tmpp[i] = NULL;
702 cnt++;
703 }
704 }
705 if (cnt) {
706 ipath_stats.sps_pageunlocks += cnt;
707 ipath_cdbg(VERBOSE, "There were still %u expTID "
708 "entries locked\n", cnt);
709 }
710 if (ipath_stats.sps_pagelocks ||
711 ipath_stats.sps_pageunlocks)
712 ipath_cdbg(VERBOSE, "%llu pages locked, %llu "
713 "unlocked via ipath_m{un}lock\n",
714 (unsigned long long)
715 ipath_stats.sps_pagelocks,
716 (unsigned long long)
717 ipath_stats.sps_pageunlocks);
718
719 ipath_cdbg(VERBOSE, "Free shadow page tid array at %p\n",
720 dd->ipath_pageshadow);
Bryan O'Sullivan9783ab42007-03-15 14:45:07 -0700721 tmpp = dd->ipath_pageshadow;
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700722 dd->ipath_pageshadow = NULL;
Bryan O'Sullivan9783ab42007-03-15 14:45:07 -0700723 vfree(tmpp);
Ralph Campbell9355fb62008-04-16 21:09:29 -0700724
725 dd->ipath_egrtidbase = NULL;
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700726 }
727
728 /*
729 * free any resources still in use (usually just kernel ports)
Dave Olson3d089092008-12-05 11:14:38 -0800730 * at unload; we do for portcnt, because that's what we allocate.
731 * We acquire lock to be really paranoid that ipath_pd isn't being
732 * accessed from some interrupt-related code (that should not happen,
733 * but best to be sure).
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700734 */
Dave Olson3d089092008-12-05 11:14:38 -0800735 spin_lock_irqsave(&dd->ipath_uctxt_lock, flags);
736 tmp = dd->ipath_pd;
737 dd->ipath_pd = NULL;
738 spin_unlock_irqrestore(&dd->ipath_uctxt_lock, flags);
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700739 for (port = 0; port < dd->ipath_portcnt; port++) {
Dave Olson3d089092008-12-05 11:14:38 -0800740 struct ipath_portdata *pd = tmp[port];
741 tmp[port] = NULL; /* debugging paranoia */
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700742 ipath_free_pddata(dd, pd);
743 }
Dave Olson3d089092008-12-05 11:14:38 -0800744 kfree(tmp);
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700745}
746
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800747static void __devexit ipath_remove_one(struct pci_dev *pdev)
748{
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700749 struct ipath_devdata *dd = pci_get_drvdata(pdev);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800750
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700751 ipath_cdbg(VERBOSE, "removing, pdev=%p, dd=%p\n", pdev, dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800752
Bryan O'Sullivan53c1d2c2007-03-15 14:45:11 -0700753 /*
754 * disable the IB link early, to be sure no new packets arrive, which
755 * complicates the shutdown process
756 */
757 ipath_shutdown_device(dd);
758
Arthur Jones35884232007-07-06 12:48:53 -0700759 flush_scheduled_work();
760
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700761 if (dd->verbs_dev)
Bryan O'Sullivanc78f6412006-09-28 09:00:01 -0700762 ipath_unregister_ib_device(dd->verbs_dev);
Bryan O'Sullivanc78f6412006-09-28 09:00:01 -0700763
Bryan O'Sullivana2acb2f2006-07-01 04:35:52 -0700764 ipath_diag_remove(dd);
765 ipath_user_remove(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800766 ipathfs_remove_device(dd);
767 ipath_device_remove_group(&pdev->dev, dd);
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700768
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800769 ipath_cdbg(VERBOSE, "Releasing pci memory regions, dd %p, "
770 "unit %u\n", dd, (u32) dd->ipath_unit);
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700771
772 cleanup_device(dd);
773
774 /*
775 * turn off rcv, send, and interrupts for all ports, all drivers
776 * should also hard reset the chip here?
777 * free up port 0 (kernel) rcvhdr, egr bufs, and eventually tid bufs
778 * for all versions of the driver, if they were allocated
779 */
Bryan O'Sullivan51f65eb2006-11-08 17:44:58 -0800780 if (dd->ipath_irq) {
781 ipath_cdbg(VERBOSE, "unit %u free irq %d\n",
782 dd->ipath_unit, dd->ipath_irq);
783 dd->ipath_f_free_irq(dd);
Bryan O'Sullivan7227aac42006-09-28 09:00:16 -0700784 } else
785 ipath_dbg("irq is 0, not doing free_irq "
786 "for unit %u\n", dd->ipath_unit);
787 /*
788 * we check for NULL here, because it's outside
789 * the kregbase check, and we need to call it
790 * after the free_irq. Thus it's possible that
791 * the function pointers were never initialized.
792 */
793 if (dd->ipath_f_cleanup)
794 /* clean up chip-specific stuff */
795 dd->ipath_f_cleanup(dd);
796
797 ipath_cdbg(VERBOSE, "Unmapping kregbase %p\n", dd->ipath_kregbase);
798 iounmap((volatile void __iomem *) dd->ipath_kregbase);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800799 pci_release_regions(pdev);
800 ipath_cdbg(VERBOSE, "calling pci_disable_device\n");
801 pci_disable_device(pdev);
802
803 ipath_free_devdata(pdev, dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800804}
805
806/* general driver use */
807DEFINE_MUTEX(ipath_mutex);
808
809static DEFINE_SPINLOCK(ipath_pioavail_lock);
810
811/**
812 * ipath_disarm_piobufs - cancel a range of PIO buffers
813 * @dd: the infinipath device
814 * @first: the first PIO buffer to cancel
815 * @cnt: the number of PIO buffers to cancel
816 *
817 * cancel a range of PIO buffers, used when they might be armed, but
818 * not triggered. Used at init to ensure buffer state, and also user
819 * process close, in case it died while writing to a PIO buffer
820 * Also after errors.
821 */
822void ipath_disarm_piobufs(struct ipath_devdata *dd, unsigned first,
823 unsigned cnt)
824{
825 unsigned i, last = first + cnt;
John Gregore342c112007-09-05 01:57:14 -0700826 unsigned long flags;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800827
828 ipath_cdbg(PKT, "disarm %u PIObufs first=%u\n", cnt, first);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800829 for (i = first; i < last; i++) {
John Gregore342c112007-09-05 01:57:14 -0700830 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
831 /*
832 * The disarm-related bits are write-only, so it
833 * is ok to OR them in with our copy of sendctrl
834 * while we hold the lock.
835 */
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800836 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
John Gregore342c112007-09-05 01:57:14 -0700837 dd->ipath_sendctrl | INFINIPATH_S_DISARM |
838 (i << INFINIPATH_S_DISARMPIOBUF_SHIFT));
839 /* can't disarm bufs back-to-back per iba7220 spec */
840 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
841 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800842 }
Ralph Campbellc4b4d162008-04-16 21:09:26 -0700843 /* on some older chips, update may not happen after cancel */
844 ipath_force_pio_avail_update(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800845}
846
847/**
848 * ipath_wait_linkstate - wait for an IB link state change to occur
849 * @dd: the infinipath device
850 * @state: the state to wait for
851 * @msecs: the number of milliseconds to wait
852 *
853 * wait up to msecs milliseconds for IB link state change to occur for
854 * now, take the easy polling route. Currently used only by
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -0700855 * ipath_set_linkstate. Returns 0 if state reached, otherwise
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800856 * -ETIMEDOUT state can have multiple states set, for any of several
857 * transitions.
858 */
Ralph Campbell140277e2007-12-14 01:53:56 -0800859int ipath_wait_linkstate(struct ipath_devdata *dd, u32 state, int msecs)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800860{
Bryan O'Sullivan0fd41362006-08-25 11:24:34 -0700861 dd->ipath_state_wanted = state;
862 wait_event_interruptible_timeout(ipath_state_wait,
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800863 (dd->ipath_flags & state),
864 msecs_to_jiffies(msecs));
Bryan O'Sullivan0fd41362006-08-25 11:24:34 -0700865 dd->ipath_state_wanted = 0;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800866
867 if (!(dd->ipath_flags & state)) {
868 u64 val;
Bryan O'Sullivan0fd41362006-08-25 11:24:34 -0700869 ipath_cdbg(VERBOSE, "Didn't reach linkstate %s within %u"
870 " ms\n",
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800871 /* test INIT ahead of DOWN, both can be set */
872 (state & IPATH_LINKINIT) ? "INIT" :
873 ((state & IPATH_LINKDOWN) ? "DOWN" :
874 ((state & IPATH_LINKARMED) ? "ARM" : "ACTIVE")),
875 msecs);
876 val = ipath_read_kreg64(dd, dd->ipath_kregs->kr_ibcstatus);
877 ipath_cdbg(VERBOSE, "ibcc=%llx ibcstatus=%llx (%s)\n",
878 (unsigned long long) ipath_read_kreg64(
879 dd, dd->ipath_kregs->kr_ibcctrl),
880 (unsigned long long) val,
Arthur Jonesbb917142008-04-16 21:09:31 -0700881 ipath_ibcstatus_str[val & dd->ibcs_lts_mask]);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800882 }
883 return (dd->ipath_flags & state) ? 0 : -ETIMEDOUT;
884}
885
Dave Olson124b4dc2008-04-16 21:09:32 -0700886static void decode_sdma_errs(struct ipath_devdata *dd, ipath_err_t err,
887 char *buf, size_t blen)
888{
889 static const struct {
890 ipath_err_t err;
891 const char *msg;
892 } errs[] = {
893 { INFINIPATH_E_SDMAGENMISMATCH, "SDmaGenMismatch" },
894 { INFINIPATH_E_SDMAOUTOFBOUND, "SDmaOutOfBound" },
895 { INFINIPATH_E_SDMATAILOUTOFBOUND, "SDmaTailOutOfBound" },
896 { INFINIPATH_E_SDMABASE, "SDmaBase" },
897 { INFINIPATH_E_SDMA1STDESC, "SDma1stDesc" },
898 { INFINIPATH_E_SDMARPYTAG, "SDmaRpyTag" },
899 { INFINIPATH_E_SDMADWEN, "SDmaDwEn" },
900 { INFINIPATH_E_SDMAMISSINGDW, "SDmaMissingDw" },
901 { INFINIPATH_E_SDMAUNEXPDATA, "SDmaUnexpData" },
902 { INFINIPATH_E_SDMADESCADDRMISALIGN, "SDmaDescAddrMisalign" },
903 { INFINIPATH_E_SENDBUFMISUSE, "SendBufMisuse" },
904 { INFINIPATH_E_SDMADISABLED, "SDmaDisabled" },
905 };
906 int i;
907 int expected;
908 size_t bidx = 0;
909
910 for (i = 0; i < ARRAY_SIZE(errs); i++) {
911 expected = (errs[i].err != INFINIPATH_E_SDMADISABLED) ? 0 :
912 test_bit(IPATH_SDMA_ABORTING, &dd->ipath_sdma_status);
913 if ((err & errs[i].err) && !expected)
914 bidx += snprintf(buf + bidx, blen - bidx,
915 "%s ", errs[i].msg);
916 }
917}
918
Bryan O'Sullivan8ec10772007-03-15 14:44:55 -0700919/*
920 * Decode the error status into strings, deciding whether to always
921 * print * it or not depending on "normal packet errors" vs everything
922 * else. Return 1 if "real" errors, otherwise 0 if only packet
923 * errors, so caller can decide what to print with the string.
924 */
Dave Olson124b4dc2008-04-16 21:09:32 -0700925int ipath_decode_err(struct ipath_devdata *dd, char *buf, size_t blen,
926 ipath_err_t err)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800927{
Bryan O'Sullivan8ec10772007-03-15 14:44:55 -0700928 int iserr = 1;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800929 *buf = '\0';
Bryan O'Sullivan8ec10772007-03-15 14:44:55 -0700930 if (err & INFINIPATH_E_PKTERRS) {
931 if (!(err & ~INFINIPATH_E_PKTERRS))
932 iserr = 0; // if only packet errors.
933 if (ipath_debug & __IPATH_ERRPKTDBG) {
934 if (err & INFINIPATH_E_REBP)
935 strlcat(buf, "EBP ", blen);
936 if (err & INFINIPATH_E_RVCRC)
937 strlcat(buf, "VCRC ", blen);
938 if (err & INFINIPATH_E_RICRC) {
939 strlcat(buf, "CRC ", blen);
940 // clear for check below, so only once
941 err &= INFINIPATH_E_RICRC;
942 }
943 if (err & INFINIPATH_E_RSHORTPKTLEN)
944 strlcat(buf, "rshortpktlen ", blen);
945 if (err & INFINIPATH_E_SDROPPEDDATAPKT)
946 strlcat(buf, "sdroppeddatapkt ", blen);
947 if (err & INFINIPATH_E_SPKTLEN)
948 strlcat(buf, "spktlen ", blen);
949 }
950 if ((err & INFINIPATH_E_RICRC) &&
951 !(err&(INFINIPATH_E_RVCRC|INFINIPATH_E_REBP)))
952 strlcat(buf, "CRC ", blen);
953 if (!iserr)
954 goto done;
955 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800956 if (err & INFINIPATH_E_RHDRLEN)
957 strlcat(buf, "rhdrlen ", blen);
958 if (err & INFINIPATH_E_RBADTID)
959 strlcat(buf, "rbadtid ", blen);
960 if (err & INFINIPATH_E_RBADVERSION)
961 strlcat(buf, "rbadversion ", blen);
962 if (err & INFINIPATH_E_RHDR)
963 strlcat(buf, "rhdr ", blen);
Arthur Jonesbb917142008-04-16 21:09:31 -0700964 if (err & INFINIPATH_E_SENDSPECIALTRIGGER)
965 strlcat(buf, "sendspecialtrigger ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800966 if (err & INFINIPATH_E_RLONGPKTLEN)
967 strlcat(buf, "rlongpktlen ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800968 if (err & INFINIPATH_E_RMAXPKTLEN)
969 strlcat(buf, "rmaxpktlen ", blen);
970 if (err & INFINIPATH_E_RMINPKTLEN)
971 strlcat(buf, "rminpktlen ", blen);
Bryan O'Sullivan8ec10772007-03-15 14:44:55 -0700972 if (err & INFINIPATH_E_SMINPKTLEN)
973 strlcat(buf, "sminpktlen ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800974 if (err & INFINIPATH_E_RFORMATERR)
975 strlcat(buf, "rformaterr ", blen);
976 if (err & INFINIPATH_E_RUNSUPVL)
977 strlcat(buf, "runsupvl ", blen);
978 if (err & INFINIPATH_E_RUNEXPCHAR)
979 strlcat(buf, "runexpchar ", blen);
980 if (err & INFINIPATH_E_RIBFLOW)
981 strlcat(buf, "ribflow ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800982 if (err & INFINIPATH_E_SUNDERRUN)
983 strlcat(buf, "sunderrun ", blen);
984 if (err & INFINIPATH_E_SPIOARMLAUNCH)
985 strlcat(buf, "spioarmlaunch ", blen);
986 if (err & INFINIPATH_E_SUNEXPERRPKTNUM)
987 strlcat(buf, "sunexperrpktnum ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800988 if (err & INFINIPATH_E_SDROPPEDSMPPKT)
989 strlcat(buf, "sdroppedsmppkt ", blen);
990 if (err & INFINIPATH_E_SMAXPKTLEN)
991 strlcat(buf, "smaxpktlen ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800992 if (err & INFINIPATH_E_SUNSUPVL)
993 strlcat(buf, "sunsupVL ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800994 if (err & INFINIPATH_E_INVALIDADDR)
995 strlcat(buf, "invalidaddr ", blen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -0800996 if (err & INFINIPATH_E_RRCVEGRFULL)
997 strlcat(buf, "rcvegrfull ", blen);
998 if (err & INFINIPATH_E_RRCVHDRFULL)
999 strlcat(buf, "rcvhdrfull ", blen);
1000 if (err & INFINIPATH_E_IBSTATUSCHANGED)
1001 strlcat(buf, "ibcstatuschg ", blen);
1002 if (err & INFINIPATH_E_RIBLOSTLINK)
1003 strlcat(buf, "riblostlink ", blen);
1004 if (err & INFINIPATH_E_HARDWARE)
1005 strlcat(buf, "hardware ", blen);
1006 if (err & INFINIPATH_E_RESET)
1007 strlcat(buf, "reset ", blen);
Dave Olson124b4dc2008-04-16 21:09:32 -07001008 if (err & INFINIPATH_E_SDMAERRS)
1009 decode_sdma_errs(dd, err, buf, blen);
Arthur Jonesbb917142008-04-16 21:09:31 -07001010 if (err & INFINIPATH_E_INVALIDEEPCMD)
1011 strlcat(buf, "invalideepromcmd ", blen);
Bryan O'Sullivan8ec10772007-03-15 14:44:55 -07001012done:
1013 return iserr;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001014}
1015
1016/**
1017 * get_rhf_errstring - decode RHF errors
1018 * @err: the err number
1019 * @msg: the output buffer
1020 * @len: the length of the output buffer
1021 *
1022 * only used one place now, may want more later
1023 */
1024static void get_rhf_errstring(u32 err, char *msg, size_t len)
1025{
1026 /* if no errors, and so don't need to check what's first */
1027 *msg = '\0';
1028
1029 if (err & INFINIPATH_RHF_H_ICRCERR)
1030 strlcat(msg, "icrcerr ", len);
1031 if (err & INFINIPATH_RHF_H_VCRCERR)
1032 strlcat(msg, "vcrcerr ", len);
1033 if (err & INFINIPATH_RHF_H_PARITYERR)
1034 strlcat(msg, "parityerr ", len);
1035 if (err & INFINIPATH_RHF_H_LENERR)
1036 strlcat(msg, "lenerr ", len);
1037 if (err & INFINIPATH_RHF_H_MTUERR)
1038 strlcat(msg, "mtuerr ", len);
1039 if (err & INFINIPATH_RHF_H_IHDRERR)
1040 /* infinipath hdr checksum error */
1041 strlcat(msg, "ipathhdrerr ", len);
1042 if (err & INFINIPATH_RHF_H_TIDERR)
1043 strlcat(msg, "tiderr ", len);
1044 if (err & INFINIPATH_RHF_H_MKERR)
1045 /* bad port, offset, etc. */
1046 strlcat(msg, "invalid ipathhdr ", len);
1047 if (err & INFINIPATH_RHF_H_IBERR)
1048 strlcat(msg, "iberr ", len);
1049 if (err & INFINIPATH_RHF_L_SWA)
1050 strlcat(msg, "swA ", len);
1051 if (err & INFINIPATH_RHF_L_SWB)
1052 strlcat(msg, "swB ", len);
1053}
1054
1055/**
1056 * ipath_get_egrbuf - get an eager buffer
1057 * @dd: the infinipath device
1058 * @bufnum: the eager buffer to get
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001059 *
1060 * must only be called if ipath_pd[port] is known to be allocated
1061 */
Ralph Campbelld65708f2007-12-21 16:47:04 -08001062static inline void *ipath_get_egrbuf(struct ipath_devdata *dd, u32 bufnum)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001063{
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001064 return dd->ipath_port0_skbinfo ?
1065 (void *) dd->ipath_port0_skbinfo[bufnum].skb->data : NULL;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001066}
1067
1068/**
1069 * ipath_alloc_skb - allocate an skb and buffer with possible constraints
1070 * @dd: the infinipath device
1071 * @gfp_mask: the sk_buff SFP mask
1072 */
1073struct sk_buff *ipath_alloc_skb(struct ipath_devdata *dd,
1074 gfp_t gfp_mask)
1075{
1076 struct sk_buff *skb;
1077 u32 len;
1078
1079 /*
1080 * Only fully supported way to handle this is to allocate lots
1081 * extra, align as needed, and then do skb_reserve(). That wastes
1082 * a lot of memory... I'll have to hack this into infinipath_copy
1083 * also.
1084 */
1085
1086 /*
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001087 * We need 2 extra bytes for ipath_ether data sent in the
1088 * key header. In order to keep everything dword aligned,
1089 * we'll reserve 4 bytes.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001090 */
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001091 len = dd->ipath_ibmaxlen + 4;
1092
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001093 if (dd->ipath_flags & IPATH_4BYTE_TID) {
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001094 /* We need a 2KB multiple alignment, and there is no way
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001095 * to do it except to allocate extra and then skb_reserve
1096 * enough to bring it up to the right alignment.
1097 */
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001098 len += 2047;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001099 }
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001100
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001101 skb = __dev_alloc_skb(len, gfp_mask);
1102 if (!skb) {
1103 ipath_dev_err(dd, "Failed to allocate skbuff, length %u\n",
1104 len);
1105 goto bail;
1106 }
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001107
1108 skb_reserve(skb, 4);
1109
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001110 if (dd->ipath_flags & IPATH_4BYTE_TID) {
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001111 u32 una = (unsigned long)skb->data & 2047;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001112 if (una)
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001113 skb_reserve(skb, 2048 - una);
1114 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001115
1116bail:
1117 return skb;
1118}
1119
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001120static void ipath_rcv_hdrerr(struct ipath_devdata *dd,
1121 u32 eflags,
1122 u32 l,
1123 u32 etail,
Ralph Campbell9355fb62008-04-16 21:09:29 -07001124 __le32 *rhf_addr,
1125 struct ipath_message_header *hdr)
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001126{
1127 char emsg[128];
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001128
1129 get_rhf_errstring(eflags, emsg, sizeof emsg);
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001130 ipath_cdbg(PKT, "RHFerrs %x hdrqtail=%x typ=%u "
1131 "tlen=%x opcode=%x egridx=%x: %s\n",
1132 eflags, l,
Ralph Campbell9355fb62008-04-16 21:09:29 -07001133 ipath_hdrget_rcv_type(rhf_addr),
1134 ipath_hdrget_length_in_bytes(rhf_addr),
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001135 be32_to_cpu(hdr->bth[0]) >> 24,
1136 etail, emsg);
1137
1138 /* Count local link integrity errors. */
1139 if (eflags & (INFINIPATH_RHF_H_ICRCERR | INFINIPATH_RHF_H_VCRCERR)) {
1140 u8 n = (dd->ipath_ibcctrl >>
1141 INFINIPATH_IBCC_PHYERRTHRESHOLD_SHIFT) &
1142 INFINIPATH_IBCC_PHYERRTHRESHOLD_MASK;
1143
1144 if (++dd->ipath_lli_counter > n) {
1145 dd->ipath_lli_counter = 0;
1146 dd->ipath_lli_errors++;
1147 }
1148 }
1149}
1150
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001151/*
1152 * ipath_kreceive - receive a packet
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001153 * @pd: the infinipath port
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001154 *
1155 * called from interrupt handler for errors or receive interrupt
1156 */
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001157void ipath_kreceive(struct ipath_portdata *pd)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001158{
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001159 struct ipath_devdata *dd = pd->port_dd;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001160 __le32 *rhf_addr;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001161 void *ebuf;
1162 const u32 rsize = dd->ipath_rcvhdrentsize; /* words */
1163 const u32 maxcnt = dd->ipath_rcvhdrcnt * rsize; /* words */
1164 u32 etail = -1, l, hdrqtail;
Bryan O'Sullivan27b678d2006-07-01 04:36:17 -07001165 struct ipath_message_header *hdr;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001166 u32 eflags, i, etype, tlen, pkttot = 0, updegr = 0, reloop = 0;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001167 static u64 totcalls; /* stats, may eventually remove */
Ralph Campbell9355fb62008-04-16 21:09:29 -07001168 int last;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001169
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001170 l = pd->port_head;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001171 rhf_addr = (__le32 *) pd->port_rcvhdrq + l + dd->ipath_rhf_offset;
1172 if (dd->ipath_flags & IPATH_NODMA_RTAIL) {
1173 u32 seq = ipath_hdrget_seq(rhf_addr);
1174
1175 if (seq != pd->port_seq_cnt)
1176 goto bail;
1177 hdrqtail = 0;
1178 } else {
1179 hdrqtail = ipath_get_rcvhdrtail(pd);
1180 if (l == hdrqtail)
1181 goto bail;
1182 smp_rmb();
1183 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001184
Bryan O'Sullivan57abad22006-07-01 04:36:05 -07001185reloop:
Michael Albaugh2889d1e2008-05-07 10:59:23 -07001186 for (last = 0, i = 1; !last; i += !last) {
Ralph Campbell9355fb62008-04-16 21:09:29 -07001187 hdr = dd->ipath_f_get_msgheader(dd, rhf_addr);
1188 eflags = ipath_hdrget_err_flags(rhf_addr);
1189 etype = ipath_hdrget_rcv_type(rhf_addr);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001190 /* total length */
Ralph Campbell9355fb62008-04-16 21:09:29 -07001191 tlen = ipath_hdrget_length_in_bytes(rhf_addr);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001192 ebuf = NULL;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001193 if ((dd->ipath_flags & IPATH_NODMA_RTAIL) ?
1194 ipath_hdrget_use_egr_buf(rhf_addr) :
1195 (etype != RCVHQ_RCV_TYPE_EXPECTED)) {
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001196 /*
Ralph Campbell9355fb62008-04-16 21:09:29 -07001197 * It turns out that the chip uses an eager buffer
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001198 * for all non-expected packets, whether it "needs"
1199 * one or not. So always get the index, but don't
1200 * set ebuf (so we try to copy data) unless the
1201 * length requires it.
1202 */
Ralph Campbell9355fb62008-04-16 21:09:29 -07001203 etail = ipath_hdrget_index(rhf_addr);
1204 updegr = 1;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001205 if (tlen > sizeof(*hdr) ||
1206 etype == RCVHQ_RCV_TYPE_NON_KD)
Ralph Campbelld65708f2007-12-21 16:47:04 -08001207 ebuf = ipath_get_egrbuf(dd, etail);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001208 }
1209
1210 /*
1211 * both tiderr and ipathhdrerr are set for all plain IB
1212 * packets; only ipathhdrerr should be set.
1213 */
1214
Ralph Campbell9355fb62008-04-16 21:09:29 -07001215 if (etype != RCVHQ_RCV_TYPE_NON_KD &&
1216 etype != RCVHQ_RCV_TYPE_ERROR &&
1217 ipath_hdrget_ipath_ver(hdr->iph.ver_port_tid_offset) !=
1218 IPS_PROTO_VERSION)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001219 ipath_cdbg(PKT, "Bad InfiniPath protocol version "
1220 "%x\n", etype);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001221
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001222 if (unlikely(eflags))
Ralph Campbell9355fb62008-04-16 21:09:29 -07001223 ipath_rcv_hdrerr(dd, eflags, l, etail, rhf_addr, hdr);
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001224 else if (etype == RCVHQ_RCV_TYPE_NON_KD) {
Ralph Campbell9355fb62008-04-16 21:09:29 -07001225 ipath_ib_rcv(dd->verbs_dev, (u32 *)hdr, ebuf, tlen);
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07001226 if (dd->ipath_lli_counter)
1227 dd->ipath_lli_counter--;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001228 } else if (etype == RCVHQ_RCV_TYPE_EAGER) {
1229 u8 opcode = be32_to_cpu(hdr->bth[0]) >> 24;
1230 u32 qp = be32_to_cpu(hdr->bth[1]) & 0xffffff;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07001231 ipath_cdbg(PKT, "typ %x, opcode %x (eager, "
1232 "qp=%x), len %x; ignored\n",
Ralph Campbell9355fb62008-04-16 21:09:29 -07001233 etype, opcode, qp, tlen);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001234 }
1235 else if (etype == RCVHQ_RCV_TYPE_EXPECTED)
1236 ipath_dbg("Bug: Expected TID, opcode %x; ignored\n",
Ralph Campbell9355fb62008-04-16 21:09:29 -07001237 be32_to_cpu(hdr->bth[0]) >> 24);
Ralph Campbell3d37b9e2006-07-17 18:18:36 -07001238 else {
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001239 /*
Dave Olson9e2ef36b2008-01-06 21:02:34 -08001240 * error packet, type of error unknown.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001241 * Probably type 3, but we don't know, so don't
1242 * even try to print the opcode, etc.
Ralph Campbell9355fb62008-04-16 21:09:29 -07001243 * Usually caused by a "bad packet", that has no
1244 * BTH, when the LRH says it should.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001245 */
Ralph Campbell9355fb62008-04-16 21:09:29 -07001246 ipath_cdbg(ERRPKT, "Error Pkt, but no eflags! egrbuf"
1247 " %x, len %x hdrq+%x rhf: %Lx\n",
Alexander Beregalov70117b92008-08-04 11:12:18 -07001248 etail, tlen, l, (unsigned long long)
Ralph Campbell9355fb62008-04-16 21:09:29 -07001249 le64_to_cpu(*(__le64 *) rhf_addr));
1250 if (ipath_debug & __IPATH_ERRPKTDBG) {
1251 u32 j, *d, dw = rsize-2;
1252 if (rsize > (tlen>>2))
1253 dw = tlen>>2;
1254 d = (u32 *)hdr;
1255 printk(KERN_DEBUG "EPkt rcvhdr(%x dw):\n",
1256 dw);
1257 for (j = 0; j < dw; j++)
1258 printk(KERN_DEBUG "%8x%s", d[j],
1259 (j%8) == 7 ? "\n" : " ");
1260 printk(KERN_DEBUG ".\n");
1261 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001262 }
1263 l += rsize;
1264 if (l >= maxcnt)
1265 l = 0;
Ralph Campbell9355fb62008-04-16 21:09:29 -07001266 rhf_addr = (__le32 *) pd->port_rcvhdrq +
1267 l + dd->ipath_rhf_offset;
1268 if (dd->ipath_flags & IPATH_NODMA_RTAIL) {
1269 u32 seq = ipath_hdrget_seq(rhf_addr);
1270
1271 if (++pd->port_seq_cnt > 13)
1272 pd->port_seq_cnt = 1;
1273 if (seq != pd->port_seq_cnt)
1274 last = 1;
1275 } else if (l == hdrqtail)
1276 last = 1;
Bryan O'Sullivanf5f99922006-07-01 04:36:05 -07001277 /*
1278 * update head regs on last packet, and every 16 packets.
1279 * Reduce bus traffic, while still trying to prevent
1280 * rcvhdrq overflows, for when the queue is nearly full
1281 */
Ralph Campbell9355fb62008-04-16 21:09:29 -07001282 if (last || !(i & 0xf)) {
1283 u64 lval = l;
1284
1285 /* request IBA6120 and 7220 interrupt only on last */
1286 if (last)
1287 lval |= dd->ipath_rhdrhead_intr_off;
1288 ipath_write_ureg(dd, ur_rcvhdrhead, lval,
1289 pd->port_port);
Bryan O'Sullivanf5f99922006-07-01 04:36:05 -07001290 if (updegr) {
Ralph Campbell8c641d42008-04-16 21:09:26 -07001291 ipath_write_ureg(dd, ur_rcvegrindexhead,
Ralph Campbell9355fb62008-04-16 21:09:29 -07001292 etail, pd->port_port);
Bryan O'Sullivanf5f99922006-07-01 04:36:05 -07001293 updegr = 0;
1294 }
1295 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001296 }
1297
Ralph Campbell9355fb62008-04-16 21:09:29 -07001298 if (!dd->ipath_rhdrhead_intr_off && !reloop &&
1299 !(dd->ipath_flags & IPATH_NODMA_RTAIL)) {
Bryan O'Sullivan525d0ca2006-08-25 11:24:39 -07001300 /* IBA6110 workaround; we can have a race clearing chip
Bryan O'Sullivan57abad22006-07-01 04:36:05 -07001301 * interrupt with another interrupt about to be delivered,
1302 * and can clear it before it is delivered on the GPIO
1303 * workaround. By doing the extra check here for the
1304 * in-memory tail register updating while we were doing
1305 * earlier packets, we "almost" guarantee we have covered
1306 * that case.
1307 */
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001308 u32 hqtail = ipath_get_rcvhdrtail(pd);
Bryan O'Sullivan57abad22006-07-01 04:36:05 -07001309 if (hqtail != hdrqtail) {
1310 hdrqtail = hqtail;
1311 reloop = 1; /* loop 1 extra time at most */
1312 goto reloop;
1313 }
1314 }
1315
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001316 pkttot += i;
1317
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001318 pd->port_head = l;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001319
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001320 if (pkttot > ipath_stats.sps_maxpkts_call)
1321 ipath_stats.sps_maxpkts_call = pkttot;
1322 ipath_stats.sps_port0pkts += pkttot;
1323 ipath_stats.sps_avgpkts_call =
1324 ipath_stats.sps_port0pkts / ++totcalls;
1325
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001326bail:;
1327}
1328
1329/**
1330 * ipath_update_pio_bufs - update shadow copy of the PIO availability map
1331 * @dd: the infinipath device
1332 *
1333 * called whenever our local copy indicates we have run out of send buffers
1334 * NOTE: This can be called from interrupt context by some code
1335 * and from non-interrupt context by ipath_getpiobuf().
1336 */
1337
1338static void ipath_update_pio_bufs(struct ipath_devdata *dd)
1339{
1340 unsigned long flags;
1341 int i;
1342 const unsigned piobregs = (unsigned)dd->ipath_pioavregs;
1343
1344 /* If the generation (check) bits have changed, then we update the
1345 * busy bit for the corresponding PIO buffer. This algorithm will
1346 * modify positions to the value they already have in some cases
1347 * (i.e., no change), but it's faster than changing only the bits
1348 * that have changed.
1349 *
1350 * We would like to do this atomicly, to avoid spinlocks in the
1351 * critical send path, but that's not really possible, given the
1352 * type of changes, and that this routine could be called on
1353 * multiple cpu's simultaneously, so we lock in this routine only,
1354 * to avoid conflicting updates; all we change is the shadow, and
1355 * it's a single 64 bit memory location, so by definition the update
1356 * is atomic in terms of what other cpu's can see in testing the
1357 * bits. The spin_lock overhead isn't too bad, since it only
1358 * happens when all buffers are in use, so only cpu overhead, not
1359 * latency or bandwidth is affected.
1360 */
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001361 if (!dd->ipath_pioavailregs_dma) {
1362 ipath_dbg("Update shadow pioavail, but regs_dma NULL!\n");
1363 return;
1364 }
1365 if (ipath_debug & __IPATH_VERBDBG) {
1366 /* only if packet debug and verbose */
1367 volatile __le64 *dma = dd->ipath_pioavailregs_dma;
1368 unsigned long *shadow = dd->ipath_pioavailshadow;
1369
1370 ipath_cdbg(PKT, "Refill avail, dma0=%llx shad0=%lx, "
1371 "d1=%llx s1=%lx, d2=%llx s2=%lx, d3=%llx "
1372 "s3=%lx\n",
1373 (unsigned long long) le64_to_cpu(dma[0]),
1374 shadow[0],
1375 (unsigned long long) le64_to_cpu(dma[1]),
1376 shadow[1],
1377 (unsigned long long) le64_to_cpu(dma[2]),
1378 shadow[2],
1379 (unsigned long long) le64_to_cpu(dma[3]),
1380 shadow[3]);
1381 if (piobregs > 4)
1382 ipath_cdbg(
1383 PKT, "2nd group, dma4=%llx shad4=%lx, "
1384 "d5=%llx s5=%lx, d6=%llx s6=%lx, "
1385 "d7=%llx s7=%lx\n",
1386 (unsigned long long) le64_to_cpu(dma[4]),
1387 shadow[4],
1388 (unsigned long long) le64_to_cpu(dma[5]),
1389 shadow[5],
1390 (unsigned long long) le64_to_cpu(dma[6]),
1391 shadow[6],
1392 (unsigned long long) le64_to_cpu(dma[7]),
1393 shadow[7]);
1394 }
1395 spin_lock_irqsave(&ipath_pioavail_lock, flags);
1396 for (i = 0; i < piobregs; i++) {
1397 u64 pchbusy, pchg, piov, pnew;
1398 /*
1399 * Chip Errata: bug 6641; even and odd qwords>3 are swapped
1400 */
Ralph Campbell4ea61b52008-01-06 21:12:38 -08001401 if (i > 3 && (dd->ipath_flags & IPATH_SWAP_PIOBUFS))
1402 piov = le64_to_cpu(dd->ipath_pioavailregs_dma[i ^ 1]);
1403 else
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001404 piov = le64_to_cpu(dd->ipath_pioavailregs_dma[i]);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001405 pchg = dd->ipath_pioavailkernel[i] &
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001406 ~(dd->ipath_pioavailshadow[i] ^ piov);
1407 pchbusy = pchg << INFINIPATH_SENDPIOAVAIL_BUSY_SHIFT;
1408 if (pchg && (pchbusy & dd->ipath_pioavailshadow[i])) {
1409 pnew = dd->ipath_pioavailshadow[i] & ~pchbusy;
1410 pnew |= piov & pchbusy;
1411 dd->ipath_pioavailshadow[i] = pnew;
1412 }
1413 }
1414 spin_unlock_irqrestore(&ipath_pioavail_lock, flags);
1415}
1416
Dave Olsone2ab41c2008-05-07 11:00:15 -07001417/*
1418 * used to force update of pioavailshadow if we can't get a pio buffer.
1419 * Needed primarily due to exitting freeze mode after recovering
1420 * from errors. Done lazily, because it's safer (known to not
1421 * be writing pio buffers).
1422 */
1423static void ipath_reset_availshadow(struct ipath_devdata *dd)
1424{
1425 int i, im;
1426 unsigned long flags;
1427
1428 spin_lock_irqsave(&ipath_pioavail_lock, flags);
1429 for (i = 0; i < dd->ipath_pioavregs; i++) {
1430 u64 val, oldval;
1431 /* deal with 6110 chip bug on high register #s */
1432 im = (i > 3 && (dd->ipath_flags & IPATH_SWAP_PIOBUFS)) ?
1433 i ^ 1 : i;
1434 val = le64_to_cpu(dd->ipath_pioavailregs_dma[im]);
1435 /*
1436 * busy out the buffers not in the kernel avail list,
1437 * without changing the generation bits.
1438 */
1439 oldval = dd->ipath_pioavailshadow[i];
1440 dd->ipath_pioavailshadow[i] = val |
1441 ((~dd->ipath_pioavailkernel[i] <<
1442 INFINIPATH_SENDPIOAVAIL_BUSY_SHIFT) &
1443 0xaaaaaaaaaaaaaaaaULL); /* All BUSY bits in qword */
1444 if (oldval != dd->ipath_pioavailshadow[i])
1445 ipath_dbg("shadow[%d] was %Lx, now %lx\n",
Alexander Beregalov70117b92008-08-04 11:12:18 -07001446 i, (unsigned long long) oldval,
1447 dd->ipath_pioavailshadow[i]);
Dave Olsone2ab41c2008-05-07 11:00:15 -07001448 }
1449 spin_unlock_irqrestore(&ipath_pioavail_lock, flags);
1450}
1451
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001452/**
1453 * ipath_setrcvhdrsize - set the receive header size
1454 * @dd: the infinipath device
1455 * @rhdrsize: the receive header size
1456 *
1457 * called from user init code, and also layered driver init
1458 */
1459int ipath_setrcvhdrsize(struct ipath_devdata *dd, unsigned rhdrsize)
1460{
1461 int ret = 0;
1462
1463 if (dd->ipath_flags & IPATH_RCVHDRSZ_SET) {
1464 if (dd->ipath_rcvhdrsize != rhdrsize) {
1465 dev_info(&dd->pcidev->dev,
1466 "Error: can't set protocol header "
1467 "size %u, already %u\n",
1468 rhdrsize, dd->ipath_rcvhdrsize);
1469 ret = -EAGAIN;
1470 } else
1471 ipath_cdbg(VERBOSE, "Reuse same protocol header "
1472 "size %u\n", dd->ipath_rcvhdrsize);
1473 } else if (rhdrsize > (dd->ipath_rcvhdrentsize -
1474 (sizeof(u64) / sizeof(u32)))) {
1475 ipath_dbg("Error: can't set protocol header size %u "
1476 "(> max %u)\n", rhdrsize,
1477 dd->ipath_rcvhdrentsize -
1478 (u32) (sizeof(u64) / sizeof(u32)));
1479 ret = -EOVERFLOW;
1480 } else {
1481 dd->ipath_flags |= IPATH_RCVHDRSZ_SET;
1482 dd->ipath_rcvhdrsize = rhdrsize;
1483 ipath_write_kreg(dd, dd->ipath_kregs->kr_rcvhdrsize,
1484 dd->ipath_rcvhdrsize);
1485 ipath_cdbg(VERBOSE, "Set protocol header size to %u\n",
1486 dd->ipath_rcvhdrsize);
1487 }
1488 return ret;
1489}
1490
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001491/*
1492 * debugging code and stats updates if no pio buffers available.
1493 */
1494static noinline void no_pio_bufs(struct ipath_devdata *dd)
1495{
1496 unsigned long *shadow = dd->ipath_pioavailshadow;
1497 __le64 *dma = (__le64 *)dd->ipath_pioavailregs_dma;
1498
1499 dd->ipath_upd_pio_shadow = 1;
1500
1501 /*
1502 * not atomic, but if we lose a stat count in a while, that's OK
1503 */
1504 ipath_stats.sps_nopiobufs++;
1505 if (!(++dd->ipath_consec_nopiobuf % 100000)) {
Dave Olsone2ab41c2008-05-07 11:00:15 -07001506 ipath_force_pio_avail_update(dd); /* at start */
1507 ipath_dbg("%u tries no piobufavail ts%lx; dmacopy: "
1508 "%llx %llx %llx %llx\n"
1509 "ipath shadow: %lx %lx %lx %lx\n",
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001510 dd->ipath_consec_nopiobuf,
Dave Olsone2ab41c2008-05-07 11:00:15 -07001511 (unsigned long)get_cycles(),
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001512 (unsigned long long) le64_to_cpu(dma[0]),
1513 (unsigned long long) le64_to_cpu(dma[1]),
1514 (unsigned long long) le64_to_cpu(dma[2]),
1515 (unsigned long long) le64_to_cpu(dma[3]),
1516 shadow[0], shadow[1], shadow[2], shadow[3]);
1517 /*
1518 * 4 buffers per byte, 4 registers above, cover rest
1519 * below
1520 */
1521 if ((dd->ipath_piobcnt2k + dd->ipath_piobcnt4k) >
1522 (sizeof(shadow[0]) * 4 * 4))
Dave Olsone2ab41c2008-05-07 11:00:15 -07001523 ipath_dbg("2nd group: dmacopy: "
1524 "%llx %llx %llx %llx\n"
1525 "ipath shadow: %lx %lx %lx %lx\n",
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001526 (unsigned long long)le64_to_cpu(dma[4]),
1527 (unsigned long long)le64_to_cpu(dma[5]),
1528 (unsigned long long)le64_to_cpu(dma[6]),
1529 (unsigned long long)le64_to_cpu(dma[7]),
Dave Olsone2ab41c2008-05-07 11:00:15 -07001530 shadow[4], shadow[5], shadow[6], shadow[7]);
1531
1532 /* at end, so update likely happened */
1533 ipath_reset_availshadow(dd);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001534 }
1535}
1536
1537/*
1538 * common code for normal driver pio buffer allocation, and reserved
1539 * allocation.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001540 *
1541 * do appropriate marking as busy, etc.
1542 * returns buffer number if one found (>=0), negative number is error.
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001543 */
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001544static u32 __iomem *ipath_getpiobuf_range(struct ipath_devdata *dd,
1545 u32 *pbufnum, u32 first, u32 last, u32 firsti)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001546{
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001547 int i, j, updated = 0;
1548 unsigned piobcnt;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001549 unsigned long flags;
1550 unsigned long *shadow = dd->ipath_pioavailshadow;
1551 u32 __iomem *buf;
1552
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001553 piobcnt = last - first;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001554 if (dd->ipath_upd_pio_shadow) {
1555 /*
1556 * Minor optimization. If we had no buffers on last call,
1557 * start out by doing the update; continue and do scan even
1558 * if no buffers were updated, to be paranoid
1559 */
1560 ipath_update_pio_bufs(dd);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001561 updated++;
1562 i = first;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001563 } else
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001564 i = firsti;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001565rescan:
1566 /*
1567 * while test_and_set_bit() is atomic, we do that and then the
1568 * change_bit(), and the pair is not. See if this is the cause
1569 * of the remaining armlaunch errors.
1570 */
1571 spin_lock_irqsave(&ipath_pioavail_lock, flags);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001572 for (j = 0; j < piobcnt; j++, i++) {
1573 if (i >= last)
1574 i = first;
1575 if (__test_and_set_bit((2 * i) + 1, shadow))
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001576 continue;
1577 /* flip generation bit */
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001578 __change_bit(2 * i, shadow);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001579 break;
1580 }
1581 spin_unlock_irqrestore(&ipath_pioavail_lock, flags);
1582
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001583 if (j == piobcnt) {
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001584 if (!updated) {
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001585 /*
1586 * first time through; shadow exhausted, but may be
1587 * buffers available, try an update and then rescan.
1588 */
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001589 ipath_update_pio_bufs(dd);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001590 updated++;
1591 i = first;
1592 goto rescan;
1593 } else if (updated == 1 && piobcnt <=
1594 ((dd->ipath_sendctrl
1595 >> INFINIPATH_S_UPDTHRESH_SHIFT) &
1596 INFINIPATH_S_UPDTHRESH_MASK)) {
1597 /*
1598 * for chips supporting and using the update
1599 * threshold we need to force an update of the
1600 * in-memory copy if the count is less than the
1601 * thershold, then check one more time.
1602 */
1603 ipath_force_pio_avail_update(dd);
1604 ipath_update_pio_bufs(dd);
1605 updated++;
1606 i = first;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001607 goto rescan;
1608 }
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001609
1610 no_pio_bufs(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001611 buf = NULL;
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001612 } else {
1613 if (i < dd->ipath_piobcnt2k)
1614 buf = (u32 __iomem *) (dd->ipath_pio2kbase +
1615 i * dd->ipath_palign);
1616 else
1617 buf = (u32 __iomem *)
1618 (dd->ipath_pio4kbase +
1619 (i - dd->ipath_piobcnt2k) * dd->ipath_4kalign);
1620 if (pbufnum)
1621 *pbufnum = i;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001622 }
1623
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001624 return buf;
1625}
1626
1627/**
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001628 * ipath_getpiobuf - find an available pio buffer
1629 * @dd: the infinipath device
1630 * @plen: the size of the PIO buffer needed in 32-bit words
1631 * @pbufnum: the buffer number is placed here
1632 */
1633u32 __iomem *ipath_getpiobuf(struct ipath_devdata *dd, u32 plen, u32 *pbufnum)
1634{
1635 u32 __iomem *buf;
1636 u32 pnum, nbufs;
1637 u32 first, lasti;
1638
1639 if (plen + 1 >= IPATH_SMALLBUF_DWORDS) {
1640 first = dd->ipath_piobcnt2k;
1641 lasti = dd->ipath_lastpioindexl;
1642 } else {
1643 first = 0;
1644 lasti = dd->ipath_lastpioindex;
1645 }
1646 nbufs = dd->ipath_piobcnt2k + dd->ipath_piobcnt4k;
1647 buf = ipath_getpiobuf_range(dd, &pnum, first, nbufs, lasti);
1648
1649 if (buf) {
1650 /*
1651 * Set next starting place. It's just an optimization,
1652 * it doesn't matter who wins on this, so no locking
1653 */
1654 if (plen + 1 >= IPATH_SMALLBUF_DWORDS)
1655 dd->ipath_lastpioindexl = pnum + 1;
1656 else
1657 dd->ipath_lastpioindex = pnum + 1;
1658 if (dd->ipath_upd_pio_shadow)
1659 dd->ipath_upd_pio_shadow = 0;
1660 if (dd->ipath_consec_nopiobuf)
1661 dd->ipath_consec_nopiobuf = 0;
1662 ipath_cdbg(VERBOSE, "Return piobuf%u %uk @ %p\n",
1663 pnum, (pnum < dd->ipath_piobcnt2k) ? 2 : 4, buf);
1664 if (pbufnum)
1665 *pbufnum = pnum;
1666
1667 }
1668 return buf;
1669}
1670
1671/**
1672 * ipath_chg_pioavailkernel - change which send buffers are available for kernel
1673 * @dd: the infinipath device
1674 * @start: the starting send buffer number
1675 * @len: the number of send buffers
1676 * @avail: true if the buffers are available for kernel use, false otherwise
1677 */
1678void ipath_chg_pioavailkernel(struct ipath_devdata *dd, unsigned start,
1679 unsigned len, int avail)
1680{
1681 unsigned long flags;
Akinobu Mita598cb6f2009-12-09 10:05:28 -08001682 unsigned end, cnt = 0;
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001683
1684 /* There are two bits per send buffer (busy and generation) */
1685 start *= 2;
Dave Olsone2ab41c2008-05-07 11:00:15 -07001686 end = start + len * 2;
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001687
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001688 spin_lock_irqsave(&ipath_pioavail_lock, flags);
Dave Olsone2ab41c2008-05-07 11:00:15 -07001689 /* Set or clear the busy bit in the shadow. */
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001690 while (start < end) {
1691 if (avail) {
Dave Olsone2ab41c2008-05-07 11:00:15 -07001692 unsigned long dma;
1693 int i, im;
1694 /*
1695 * the BUSY bit will never be set, because we disarm
1696 * the user buffers before we hand them back to the
1697 * kernel. We do have to make sure the generation
1698 * bit is set correctly in shadow, since it could
1699 * have changed many times while allocated to user.
1700 * We can't use the bitmap functions on the full
1701 * dma array because it is always little-endian, so
1702 * we have to flip to host-order first.
1703 * BITS_PER_LONG is slightly wrong, since it's
1704 * always 64 bits per register in chip...
1705 * We only work on 64 bit kernels, so that's OK.
1706 */
1707 /* deal with 6110 chip bug on high register #s */
1708 i = start / BITS_PER_LONG;
1709 im = (i > 3 && (dd->ipath_flags & IPATH_SWAP_PIOBUFS)) ?
1710 i ^ 1 : i;
1711 __clear_bit(INFINIPATH_SENDPIOAVAIL_BUSY_SHIFT
1712 + start, dd->ipath_pioavailshadow);
1713 dma = (unsigned long) le64_to_cpu(
1714 dd->ipath_pioavailregs_dma[im]);
1715 if (test_bit((INFINIPATH_SENDPIOAVAIL_CHECK_SHIFT
1716 + start) % BITS_PER_LONG, &dma))
1717 __set_bit(INFINIPATH_SENDPIOAVAIL_CHECK_SHIFT
1718 + start, dd->ipath_pioavailshadow);
1719 else
1720 __clear_bit(INFINIPATH_SENDPIOAVAIL_CHECK_SHIFT
1721 + start, dd->ipath_pioavailshadow);
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001722 __set_bit(start, dd->ipath_pioavailkernel);
1723 } else {
1724 __set_bit(start + INFINIPATH_SENDPIOAVAIL_BUSY_SHIFT,
1725 dd->ipath_pioavailshadow);
1726 __clear_bit(start, dd->ipath_pioavailkernel);
1727 }
1728 start += 2;
1729 }
Dave Olsone2ab41c2008-05-07 11:00:15 -07001730
1731 if (dd->ipath_pioupd_thresh) {
1732 end = 2 * (dd->ipath_piobcnt2k + dd->ipath_piobcnt4k);
Akinobu Mita598cb6f2009-12-09 10:05:28 -08001733 cnt = bitmap_weight(dd->ipath_pioavailkernel, end);
Dave Olsone2ab41c2008-05-07 11:00:15 -07001734 }
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001735 spin_unlock_irqrestore(&ipath_pioavail_lock, flags);
Dave Olsone2ab41c2008-05-07 11:00:15 -07001736
1737 /*
1738 * When moving buffers from kernel to user, if number assigned to
1739 * the user is less than the pio update threshold, and threshold
1740 * is supported (cnt was computed > 0), drop the update threshold
1741 * so we update at least once per allocated number of buffers.
1742 * In any case, if the kernel buffers are less than the threshold,
1743 * drop the threshold. We don't bother increasing it, having once
1744 * decreased it, since it would typically just cycle back and forth.
1745 * If we don't decrease below buffers in use, we can wait a long
1746 * time for an update, until some other context uses PIO buffers.
1747 */
1748 if (!avail && len < cnt)
1749 cnt = len;
1750 if (cnt < dd->ipath_pioupd_thresh) {
1751 dd->ipath_pioupd_thresh = cnt;
1752 ipath_dbg("Decreased pio update threshold to %u\n",
1753 dd->ipath_pioupd_thresh);
1754 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
1755 dd->ipath_sendctrl &= ~(INFINIPATH_S_UPDTHRESH_MASK
1756 << INFINIPATH_S_UPDTHRESH_SHIFT);
1757 dd->ipath_sendctrl |= dd->ipath_pioupd_thresh
1758 << INFINIPATH_S_UPDTHRESH_SHIFT;
1759 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
1760 dd->ipath_sendctrl);
1761 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
1762 }
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001763}
1764
1765/**
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001766 * ipath_create_rcvhdrq - create a receive header queue
1767 * @dd: the infinipath device
1768 * @pd: the port data
1769 *
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001770 * this must be contiguous memory (from an i/o perspective), and must be
1771 * DMA'able (which means for some systems, it will go through an IOMMU,
1772 * or be forced into a low address range).
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001773 */
1774int ipath_create_rcvhdrq(struct ipath_devdata *dd,
1775 struct ipath_portdata *pd)
1776{
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001777 int ret = 0;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001778
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001779 if (!pd->port_rcvhdrq) {
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001780 dma_addr_t phys_hdrqtail;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001781 gfp_t gfp_flags = GFP_USER | __GFP_COMP;
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001782 int amt = ALIGN(dd->ipath_rcvhdrcnt * dd->ipath_rcvhdrentsize *
1783 sizeof(u32), PAGE_SIZE);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001784
1785 pd->port_rcvhdrq = dma_alloc_coherent(
1786 &dd->pcidev->dev, amt, &pd->port_rcvhdrq_phys,
1787 gfp_flags);
1788
1789 if (!pd->port_rcvhdrq) {
1790 ipath_dev_err(dd, "attempt to allocate %d bytes "
1791 "for port %u rcvhdrq failed\n",
1792 amt, pd->port_port);
1793 ret = -ENOMEM;
1794 goto bail;
1795 }
Ralph Campbell9355fb62008-04-16 21:09:29 -07001796
1797 if (!(dd->ipath_flags & IPATH_NODMA_RTAIL)) {
1798 pd->port_rcvhdrtail_kvaddr = dma_alloc_coherent(
1799 &dd->pcidev->dev, PAGE_SIZE, &phys_hdrqtail,
1800 GFP_KERNEL);
1801 if (!pd->port_rcvhdrtail_kvaddr) {
1802 ipath_dev_err(dd, "attempt to allocate 1 page "
1803 "for port %u rcvhdrqtailaddr "
1804 "failed\n", pd->port_port);
1805 ret = -ENOMEM;
1806 dma_free_coherent(&dd->pcidev->dev, amt,
1807 pd->port_rcvhdrq,
1808 pd->port_rcvhdrq_phys);
1809 pd->port_rcvhdrq = NULL;
1810 goto bail;
1811 }
1812 pd->port_rcvhdrqtailaddr_phys = phys_hdrqtail;
1813 ipath_cdbg(VERBOSE, "port %d hdrtailaddr, %llx "
1814 "physical\n", pd->port_port,
1815 (unsigned long long) phys_hdrqtail);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001816 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001817
1818 pd->port_rcvhdrq_size = amt;
1819
1820 ipath_cdbg(VERBOSE, "%d pages at %p (phys %lx) size=%lu "
1821 "for port %u rcvhdr Q\n",
1822 amt >> PAGE_SHIFT, pd->port_rcvhdrq,
1823 (unsigned long) pd->port_rcvhdrq_phys,
1824 (unsigned long) pd->port_rcvhdrq_size,
1825 pd->port_port);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001826 }
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001827 else
1828 ipath_cdbg(VERBOSE, "reuse port %d rcvhdrq @%p %llx phys; "
1829 "hdrtailaddr@%p %llx physical\n",
1830 pd->port_port, pd->port_rcvhdrq,
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07001831 (unsigned long long) pd->port_rcvhdrq_phys,
1832 pd->port_rcvhdrtail_kvaddr, (unsigned long long)
1833 pd->port_rcvhdrqtailaddr_phys);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001834
1835 /* clear for security and sanity on each use */
1836 memset(pd->port_rcvhdrq, 0, pd->port_rcvhdrq_size);
Ralph Campbellc59a80a2007-12-20 02:43:23 -08001837 if (pd->port_rcvhdrtail_kvaddr)
1838 memset(pd->port_rcvhdrtail_kvaddr, 0, PAGE_SIZE);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001839
1840 /*
1841 * tell chip each time we init it, even if we are re-using previous
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001842 * memory (we zero the register at process close)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001843 */
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001844 ipath_write_kreg_port(dd, dd->ipath_kregs->kr_rcvhdrtailaddr,
1845 pd->port_port, pd->port_rcvhdrqtailaddr_phys);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001846 ipath_write_kreg_port(dd, dd->ipath_kregs->kr_rcvhdraddr,
1847 pd->port_port, pd->port_rcvhdrq_phys);
1848
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001849bail:
1850 return ret;
1851}
1852
Dave Olson93800682007-06-18 14:24:41 -07001853
1854/*
1855 * Flush all sends that might be in the ready to send state, as well as any
1856 * that are in the process of being sent. Used whenever we need to be
1857 * sure the send side is idle. Cleans up all buffer state by canceling
1858 * all pio buffers, and issuing an abort, which cleans up anything in the
1859 * launch fifo. The cancel is superfluous on some chip versions, but
1860 * it's safer to always do it.
1861 * PIOAvail bits are updated by the chip as if normal send had happened.
1862 */
Dave Olson3810f2a2007-07-20 14:23:37 -07001863void ipath_cancel_sends(struct ipath_devdata *dd, int restore_sendctrl)
Dave Olson93800682007-06-18 14:24:41 -07001864{
Dave Olson124b4dc2008-04-16 21:09:32 -07001865 unsigned long flags;
1866
Arthur Jonesbb917142008-04-16 21:09:31 -07001867 if (dd->ipath_flags & IPATH_IB_AUTONEG_INPROG) {
1868 ipath_cdbg(VERBOSE, "Ignore while in autonegotiation\n");
1869 goto bail;
1870 }
Dave Olson124b4dc2008-04-16 21:09:32 -07001871 /*
1872 * If we have SDMA, and it's not disabled, we have to kick off the
1873 * abort state machine, provided we aren't already aborting.
1874 * If we are in the process of aborting SDMA (!DISABLED, but ABORTING),
1875 * we skip the rest of this routine. It is already "in progress"
1876 */
1877 if (dd->ipath_flags & IPATH_HAS_SEND_DMA) {
1878 int skip_cancel;
Roland Dreierf018c7e2008-05-13 11:51:23 -07001879 unsigned long *statp = &dd->ipath_sdma_status;
Dave Olson124b4dc2008-04-16 21:09:32 -07001880
1881 spin_lock_irqsave(&dd->ipath_sdma_lock, flags);
1882 skip_cancel =
John Gregorab69b3c2008-05-07 11:01:10 -07001883 test_and_set_bit(IPATH_SDMA_ABORTING, statp)
1884 && !test_bit(IPATH_SDMA_DISABLED, statp);
Dave Olson124b4dc2008-04-16 21:09:32 -07001885 spin_unlock_irqrestore(&dd->ipath_sdma_lock, flags);
1886 if (skip_cancel)
1887 goto bail;
1888 }
1889
Dave Olson93800682007-06-18 14:24:41 -07001890 ipath_dbg("Cancelling all in-progress send buffers\n");
Ralph Campbell2ba3f562008-04-16 21:09:29 -07001891
1892 /* skip armlaunch errs for a while */
1893 dd->ipath_lastcancel = jiffies + HZ / 2;
1894
Dave Olson93800682007-06-18 14:24:41 -07001895 /*
Dave Olson124b4dc2008-04-16 21:09:32 -07001896 * The abort bit is auto-clearing. We also don't want pioavail
1897 * update happening during this, and we don't want any other
1898 * sends going out, so turn those off for the duration. We read
1899 * the scratch register to be sure that cancels and the abort
1900 * have taken effect in the chip. Otherwise two parts are same
1901 * as ipath_force_pio_avail_update()
Dave Olson93800682007-06-18 14:24:41 -07001902 */
Dave Olson124b4dc2008-04-16 21:09:32 -07001903 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
1904 dd->ipath_sendctrl &= ~(INFINIPATH_S_PIOBUFAVAILUPD
1905 | INFINIPATH_S_PIOENABLE);
Dave Olson93800682007-06-18 14:24:41 -07001906 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
Dave Olson124b4dc2008-04-16 21:09:32 -07001907 dd->ipath_sendctrl | INFINIPATH_S_ABORT);
Dave Olson93800682007-06-18 14:24:41 -07001908 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
Dave Olson124b4dc2008-04-16 21:09:32 -07001909 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
Dave Olson93800682007-06-18 14:24:41 -07001910
Dave Olson124b4dc2008-04-16 21:09:32 -07001911 /* disarm all send buffers */
1912 ipath_disarm_piobufs(dd, 0,
1913 dd->ipath_piobcnt2k + dd->ipath_piobcnt4k);
1914
John Gregorab69b3c2008-05-07 11:01:10 -07001915 if (dd->ipath_flags & IPATH_HAS_SEND_DMA)
1916 set_bit(IPATH_SDMA_DISARMED, &dd->ipath_sdma_status);
1917
Dave Olson124b4dc2008-04-16 21:09:32 -07001918 if (restore_sendctrl) {
1919 /* else done by caller later if needed */
1920 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
1921 dd->ipath_sendctrl |= INFINIPATH_S_PIOBUFAVAILUPD |
1922 INFINIPATH_S_PIOENABLE;
1923 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
1924 dd->ipath_sendctrl);
1925 /* and again, be sure all have hit the chip */
1926 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
1927 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
1928 }
1929
1930 if ((dd->ipath_flags & IPATH_HAS_SEND_DMA) &&
1931 !test_bit(IPATH_SDMA_DISABLED, &dd->ipath_sdma_status) &&
1932 test_bit(IPATH_SDMA_RUNNING, &dd->ipath_sdma_status)) {
1933 spin_lock_irqsave(&dd->ipath_sdma_lock, flags);
1934 /* only wait so long for intr */
1935 dd->ipath_sdma_abort_intr_timeout = jiffies + HZ;
1936 dd->ipath_sdma_reset_wait = 200;
Dave Olson124b4dc2008-04-16 21:09:32 -07001937 if (!test_bit(IPATH_SDMA_SHUTDOWN, &dd->ipath_sdma_status))
1938 tasklet_hi_schedule(&dd->ipath_sdma_abort_task);
1939 spin_unlock_irqrestore(&dd->ipath_sdma_lock, flags);
1940 }
Arthur Jonesbb917142008-04-16 21:09:31 -07001941bail:;
Dave Olson93800682007-06-18 14:24:41 -07001942}
1943
Ralph Campbellc4b4d162008-04-16 21:09:26 -07001944/*
1945 * Force an update of in-memory copy of the pioavail registers, when
1946 * needed for any of a variety of reasons. We read the scratch register
1947 * to make it highly likely that the update will have happened by the
1948 * time we return. If already off (as in cancel_sends above), this
1949 * routine is a nop, on the assumption that the caller will "do the
1950 * right thing".
1951 */
1952void ipath_force_pio_avail_update(struct ipath_devdata *dd)
1953{
1954 unsigned long flags;
1955
1956 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
1957 if (dd->ipath_sendctrl & INFINIPATH_S_PIOBUFAVAILUPD) {
1958 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
1959 dd->ipath_sendctrl & ~INFINIPATH_S_PIOBUFAVAILUPD);
1960 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
1961 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
1962 dd->ipath_sendctrl);
1963 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
1964 }
1965 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
1966}
1967
Michael Albaugh4330e4d2008-04-16 21:09:26 -07001968static void ipath_set_ib_lstate(struct ipath_devdata *dd, int linkcmd,
1969 int linitcmd)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001970{
Michael Albaugh4330e4d2008-04-16 21:09:26 -07001971 u64 mod_wd;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001972 static const char *what[4] = {
Ralph Campbell140277e2007-12-14 01:53:56 -08001973 [0] = "NOP",
1974 [INFINIPATH_IBCC_LINKCMD_DOWN] = "DOWN",
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08001975 [INFINIPATH_IBCC_LINKCMD_ARMED] = "ARMED",
1976 [INFINIPATH_IBCC_LINKCMD_ACTIVE] = "ACTIVE"
1977 };
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07001978
Michael Albaugh4330e4d2008-04-16 21:09:26 -07001979 if (linitcmd == INFINIPATH_IBCC_LINKINITCMD_DISABLE) {
1980 /*
1981 * If we are told to disable, note that so link-recovery
1982 * code does not attempt to bring us back up.
1983 */
1984 preempt_disable();
1985 dd->ipath_flags |= IPATH_IB_LINK_DISABLED;
1986 preempt_enable();
1987 } else if (linitcmd) {
1988 /*
1989 * Any other linkinitcmd will lead to LINKDOWN and then
1990 * to INIT (if all is well), so clear flag to let
1991 * link-recovery code attempt to bring us back up.
1992 */
1993 preempt_disable();
1994 dd->ipath_flags &= ~IPATH_IB_LINK_DISABLED;
1995 preempt_enable();
1996 }
1997
1998 mod_wd = (linkcmd << dd->ibcc_lc_shift) |
1999 (linitcmd << INFINIPATH_IBCC_LINKINITCMD_SHIFT);
2000 ipath_cdbg(VERBOSE,
2001 "Moving unit %u to %s (initcmd=0x%x), current ltstate is %s\n",
2002 dd->ipath_unit, what[linkcmd], linitcmd,
2003 ipath_ibcstatus_str[ipath_ib_linktrstate(dd,
John Gregor58411d12008-04-16 21:09:24 -07002004 ipath_read_kreg64(dd, dd->ipath_kregs->kr_ibcstatus))]);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002005
2006 ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002007 dd->ipath_ibcctrl | mod_wd);
2008 /* read from chip so write is flushed */
2009 (void) ipath_read_kreg64(dd, dd->ipath_kregs->kr_ibcstatus);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002010}
2011
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002012int ipath_set_linkstate(struct ipath_devdata *dd, u8 newstate)
2013{
2014 u32 lstate;
2015 int ret;
2016
2017 switch (newstate) {
Ralph Campbell140277e2007-12-14 01:53:56 -08002018 case IPATH_IB_LINKDOWN_ONLY:
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002019 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_DOWN, 0);
Ralph Campbell140277e2007-12-14 01:53:56 -08002020 /* don't wait */
2021 ret = 0;
2022 goto bail;
2023
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002024 case IPATH_IB_LINKDOWN:
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002025 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_DOWN,
2026 INFINIPATH_IBCC_LINKINITCMD_POLL);
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002027 /* don't wait */
2028 ret = 0;
2029 goto bail;
2030
2031 case IPATH_IB_LINKDOWN_SLEEP:
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002032 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_DOWN,
2033 INFINIPATH_IBCC_LINKINITCMD_SLEEP);
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002034 /* don't wait */
2035 ret = 0;
2036 goto bail;
2037
2038 case IPATH_IB_LINKDOWN_DISABLE:
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002039 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_DOWN,
2040 INFINIPATH_IBCC_LINKINITCMD_DISABLE);
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002041 /* don't wait */
2042 ret = 0;
2043 goto bail;
2044
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002045 case IPATH_IB_LINKARM:
2046 if (dd->ipath_flags & IPATH_LINKARMED) {
2047 ret = 0;
2048 goto bail;
2049 }
2050 if (!(dd->ipath_flags &
2051 (IPATH_LINKINIT | IPATH_LINKACTIVE))) {
2052 ret = -EINVAL;
2053 goto bail;
2054 }
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002055 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_ARMED, 0);
2056
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002057 /*
2058 * Since the port can transition to ACTIVE by receiving
2059 * a non VL 15 packet, wait for either state.
2060 */
2061 lstate = IPATH_LINKARMED | IPATH_LINKACTIVE;
2062 break;
2063
2064 case IPATH_IB_LINKACTIVE:
2065 if (dd->ipath_flags & IPATH_LINKACTIVE) {
2066 ret = 0;
2067 goto bail;
2068 }
2069 if (!(dd->ipath_flags & IPATH_LINKARMED)) {
2070 ret = -EINVAL;
2071 goto bail;
2072 }
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002073 ipath_set_ib_lstate(dd, INFINIPATH_IBCC_LINKCMD_ACTIVE, 0);
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002074 lstate = IPATH_LINKACTIVE;
2075 break;
2076
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002077 case IPATH_IB_LINK_LOOPBACK:
2078 dev_info(&dd->pcidev->dev, "Enabling IB local loopback\n");
2079 dd->ipath_ibcctrl |= INFINIPATH_IBCC_LOOPBACK;
2080 ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
2081 dd->ipath_ibcctrl);
Dave Olsonb3e8f542008-04-16 21:09:29 -07002082
2083 /* turn heartbeat off, as it causes loopback to fail */
2084 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT,
2085 IPATH_IB_HRTBT_OFF);
2086 /* don't wait */
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002087 ret = 0;
Dave Olsonb3e8f542008-04-16 21:09:29 -07002088 goto bail;
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002089
2090 case IPATH_IB_LINK_EXTERNAL:
Dave Olsonb3e8f542008-04-16 21:09:29 -07002091 dev_info(&dd->pcidev->dev,
2092 "Disabling IB local loopback (normal)\n");
2093 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT,
2094 IPATH_IB_HRTBT_ON);
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002095 dd->ipath_ibcctrl &= ~INFINIPATH_IBCC_LOOPBACK;
2096 ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
2097 dd->ipath_ibcctrl);
Dave Olsonb3e8f542008-04-16 21:09:29 -07002098 /* don't wait */
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002099 ret = 0;
Dave Olsonb3e8f542008-04-16 21:09:29 -07002100 goto bail;
2101
2102 /*
2103 * Heartbeat can be explicitly enabled by the user via
2104 * "hrtbt_enable" "file", and if disabled, trying to enable here
2105 * will have no effect. Implicit changes (heartbeat off when
2106 * loopback on, and vice versa) are included to ease testing.
2107 */
2108 case IPATH_IB_LINK_HRTBT:
2109 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT,
2110 IPATH_IB_HRTBT_ON);
2111 goto bail;
2112
2113 case IPATH_IB_LINK_NO_HRTBT:
2114 ret = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_HRTBT,
2115 IPATH_IB_HRTBT_OFF);
2116 goto bail;
Bryan O'Sullivan946db672007-03-15 14:44:45 -07002117
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002118 default:
2119 ipath_dbg("Invalid linkstate 0x%x requested\n", newstate);
2120 ret = -EINVAL;
2121 goto bail;
2122 }
2123 ret = ipath_wait_linkstate(dd, lstate, 2000);
2124
2125bail:
2126 return ret;
2127}
2128
2129/**
2130 * ipath_set_mtu - set the MTU
2131 * @dd: the infinipath device
2132 * @arg: the new MTU
2133 *
2134 * we can handle "any" incoming size, the issue here is whether we
2135 * need to restrict our outgoing size. For now, we don't do any
2136 * sanity checking on this, and we don't deal with what happens to
2137 * programs that are already running when the size changes.
2138 * NOTE: changing the MTU will usually cause the IBC to go back to
Dave Olson124b4dc2008-04-16 21:09:32 -07002139 * link INIT state...
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002140 */
2141int ipath_set_mtu(struct ipath_devdata *dd, u16 arg)
2142{
2143 u32 piosize;
2144 int changed = 0;
2145 int ret;
2146
2147 /*
2148 * mtu is IB data payload max. It's the largest power of 2 less
2149 * than piosize (or even larger, since it only really controls the
2150 * largest we can receive; we can send the max of the mtu and
2151 * piosize). We check that it's one of the valid IB sizes.
2152 */
2153 if (arg != 256 && arg != 512 && arg != 1024 && arg != 2048 &&
Dave Olson826d8012008-04-16 21:01:12 -07002154 (arg != 4096 || !ipath_mtu4096)) {
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002155 ipath_dbg("Trying to set invalid mtu %u, failing\n", arg);
2156 ret = -EINVAL;
2157 goto bail;
2158 }
2159 if (dd->ipath_ibmtu == arg) {
2160 ret = 0; /* same as current */
2161 goto bail;
2162 }
2163
2164 piosize = dd->ipath_ibmaxlen;
2165 dd->ipath_ibmtu = arg;
2166
2167 if (arg >= (piosize - IPATH_PIO_MAXIBHDR)) {
2168 /* Only if it's not the initial value (or reset to it) */
2169 if (piosize != dd->ipath_init_ibmaxlen) {
Dave Olson826d8012008-04-16 21:01:12 -07002170 if (arg > piosize && arg <= dd->ipath_init_ibmaxlen)
2171 piosize = dd->ipath_init_ibmaxlen;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002172 dd->ipath_ibmaxlen = piosize;
2173 changed = 1;
2174 }
2175 } else if ((arg + IPATH_PIO_MAXIBHDR) != dd->ipath_ibmaxlen) {
2176 piosize = arg + IPATH_PIO_MAXIBHDR;
2177 ipath_cdbg(VERBOSE, "ibmaxlen was 0x%x, setting to 0x%x "
2178 "(mtu 0x%x)\n", dd->ipath_ibmaxlen, piosize,
2179 arg);
2180 dd->ipath_ibmaxlen = piosize;
2181 changed = 1;
2182 }
2183
2184 if (changed) {
Dave Olson826d8012008-04-16 21:01:12 -07002185 u64 ibc = dd->ipath_ibcctrl, ibdw;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002186 /*
Dave Olson826d8012008-04-16 21:01:12 -07002187 * update our housekeeping variables, and set IBC max
2188 * size, same as init code; max IBC is max we allow in
2189 * buffer, less the qword pbc, plus 1 for ICRC, in dwords
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002190 */
Dave Olson826d8012008-04-16 21:01:12 -07002191 dd->ipath_ibmaxlen = piosize - 2 * sizeof(u32);
2192 ibdw = (dd->ipath_ibmaxlen >> 2) + 1;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002193 ibc &= ~(INFINIPATH_IBCC_MAXPKTLEN_MASK <<
Dave Olson826d8012008-04-16 21:01:12 -07002194 dd->ibcc_mpl_shift);
2195 ibc |= ibdw << dd->ibcc_mpl_shift;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002196 dd->ipath_ibcctrl = ibc;
2197 ipath_write_kreg(dd, dd->ipath_kregs->kr_ibcctrl,
2198 dd->ipath_ibcctrl);
2199 dd->ipath_f_tidtemplate(dd);
2200 }
2201
2202 ret = 0;
2203
2204bail:
2205 return ret;
2206}
2207
Dave Olson0ab6b2b2008-04-16 21:09:29 -07002208int ipath_set_lid(struct ipath_devdata *dd, u32 lid, u8 lmc)
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002209{
Dave Olson0ab6b2b2008-04-16 21:09:29 -07002210 dd->ipath_lid = lid;
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002211 dd->ipath_lmc = lmc;
2212
Dave Olson0ab6b2b2008-04-16 21:09:29 -07002213 dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_LIDLMC, lid |
2214 (~((1U << lmc) - 1)) << 16);
2215
2216 dev_info(&dd->pcidev->dev, "We got a lid: 0x%x\n", lid);
2217
Bryan O'Sullivan34b2aaf2006-08-25 11:24:32 -07002218 return 0;
2219}
2220
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002221
2222/**
2223 * ipath_write_kreg_port - write a device's per-port 64-bit kernel register
2224 * @dd: the infinipath device
2225 * @regno: the register number to write
2226 * @port: the port containing the register
2227 * @value: the value to write
2228 *
2229 * Registers that vary with the chip implementation constants (port)
2230 * use this routine.
2231 */
2232void ipath_write_kreg_port(const struct ipath_devdata *dd, ipath_kreg regno,
2233 unsigned port, u64 value)
2234{
2235 u16 where;
2236
2237 if (port < dd->ipath_portcnt &&
2238 (regno == dd->ipath_kregs->kr_rcvhdraddr ||
2239 regno == dd->ipath_kregs->kr_rcvhdrtailaddr))
2240 where = regno + port;
2241 else
2242 where = -1;
2243
2244 ipath_write_kreg(dd, where, value);
2245}
2246
Michael Albaugh82466f02007-05-16 15:45:09 -07002247/*
2248 * Following deal with the "obviously simple" task of overriding the state
2249 * of the LEDS, which normally indicate link physical and logical status.
2250 * The complications arise in dealing with different hardware mappings
2251 * and the board-dependent routine being called from interrupts.
2252 * and then there's the requirement to _flash_ them.
2253 */
2254#define LED_OVER_FREQ_SHIFT 8
2255#define LED_OVER_FREQ_MASK (0xFF<<LED_OVER_FREQ_SHIFT)
2256/* Below is "non-zero" to force override, but both actual LEDs are off */
2257#define LED_OVER_BOTH_OFF (8)
2258
Roland Dreierda9aec72007-07-17 18:37:43 -07002259static void ipath_run_led_override(unsigned long opaque)
Michael Albaugh82466f02007-05-16 15:45:09 -07002260{
2261 struct ipath_devdata *dd = (struct ipath_devdata *)opaque;
2262 int timeoff;
2263 int pidx;
2264 u64 lstate, ltstate, val;
2265
2266 if (!(dd->ipath_flags & IPATH_INITTED))
2267 return;
2268
2269 pidx = dd->ipath_led_override_phase++ & 1;
2270 dd->ipath_led_override = dd->ipath_led_override_vals[pidx];
2271 timeoff = dd->ipath_led_override_timeoff;
2272
2273 /*
2274 * below potentially restores the LED values per current status,
2275 * should also possibly setup the traffic-blink register,
2276 * but leave that to per-chip functions.
2277 */
2278 val = ipath_read_kreg64(dd, dd->ipath_kregs->kr_ibcstatus);
Dave Olson124b4dc2008-04-16 21:09:32 -07002279 ltstate = ipath_ib_linktrstate(dd, val);
2280 lstate = ipath_ib_linkstate(dd, val);
Michael Albaugh82466f02007-05-16 15:45:09 -07002281
2282 dd->ipath_f_setextled(dd, lstate, ltstate);
2283 mod_timer(&dd->ipath_led_override_timer, jiffies + timeoff);
2284}
2285
2286void ipath_set_led_override(struct ipath_devdata *dd, unsigned int val)
2287{
2288 int timeoff, freq;
2289
2290 if (!(dd->ipath_flags & IPATH_INITTED))
2291 return;
2292
2293 /* First check if we are blinking. If not, use 1HZ polling */
2294 timeoff = HZ;
2295 freq = (val & LED_OVER_FREQ_MASK) >> LED_OVER_FREQ_SHIFT;
2296
2297 if (freq) {
2298 /* For blink, set each phase from one nybble of val */
2299 dd->ipath_led_override_vals[0] = val & 0xF;
2300 dd->ipath_led_override_vals[1] = (val >> 4) & 0xF;
2301 timeoff = (HZ << 4)/freq;
2302 } else {
2303 /* Non-blink set both phases the same. */
2304 dd->ipath_led_override_vals[0] = val & 0xF;
2305 dd->ipath_led_override_vals[1] = val & 0xF;
2306 }
2307 dd->ipath_led_override_timeoff = timeoff;
2308
2309 /*
2310 * If the timer has not already been started, do so. Use a "quick"
2311 * timeout so the function will be called soon, to look at our request.
2312 */
2313 if (atomic_inc_return(&dd->ipath_led_override_timer_active) == 1) {
2314 /* Need to start timer */
2315 init_timer(&dd->ipath_led_override_timer);
2316 dd->ipath_led_override_timer.function =
2317 ipath_run_led_override;
2318 dd->ipath_led_override_timer.data = (unsigned long) dd;
2319 dd->ipath_led_override_timer.expires = jiffies + 1;
2320 add_timer(&dd->ipath_led_override_timer);
Ralph Campbell2ba3f562008-04-16 21:09:29 -07002321 } else
Michael Albaugh82466f02007-05-16 15:45:09 -07002322 atomic_dec(&dd->ipath_led_override_timer_active);
Michael Albaugh82466f02007-05-16 15:45:09 -07002323}
2324
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002325/**
2326 * ipath_shutdown_device - shut down a device
2327 * @dd: the infinipath device
2328 *
2329 * This is called to make the device quiet when we are about to
2330 * unload the driver, and also when the device is administratively
2331 * disabled. It does not free any data structures.
2332 * Everything it does has to be setup again by ipath_init_chip(dd,1)
2333 */
2334void ipath_shutdown_device(struct ipath_devdata *dd)
2335{
John Gregore342c112007-09-05 01:57:14 -07002336 unsigned long flags;
2337
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002338 ipath_dbg("Shutting down the device\n");
2339
John Gregor58411d12008-04-16 21:09:24 -07002340 ipath_hol_up(dd); /* make sure user processes aren't suspended */
2341
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002342 dd->ipath_flags |= IPATH_LINKUNK;
2343 dd->ipath_flags &= ~(IPATH_INITTED | IPATH_LINKDOWN |
2344 IPATH_LINKINIT | IPATH_LINKARMED |
2345 IPATH_LINKACTIVE);
2346 *dd->ipath_statusp &= ~(IPATH_STATUS_IB_CONF |
2347 IPATH_STATUS_IB_READY);
2348
2349 /* mask interrupts, but not errors */
2350 ipath_write_kreg(dd, dd->ipath_kregs->kr_intmask, 0ULL);
2351
2352 dd->ipath_rcvctrl = 0;
2353 ipath_write_kreg(dd, dd->ipath_kregs->kr_rcvctrl,
2354 dd->ipath_rcvctrl);
2355
Dave Olson124b4dc2008-04-16 21:09:32 -07002356 if (dd->ipath_flags & IPATH_HAS_SEND_DMA)
2357 teardown_sdma(dd);
2358
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002359 /*
2360 * gracefully stop all sends allowing any in progress to trickle out
2361 * first.
2362 */
John Gregore342c112007-09-05 01:57:14 -07002363 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags);
2364 dd->ipath_sendctrl = 0;
2365 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl, dd->ipath_sendctrl);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002366 /* flush it */
Roland Dreier44f8e3f2006-12-12 11:50:20 -08002367 ipath_read_kreg64(dd, dd->ipath_kregs->kr_scratch);
John Gregore342c112007-09-05 01:57:14 -07002368 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags);
2369
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002370 /*
2371 * enough for anything that's going to trickle out to have actually
2372 * done so.
2373 */
2374 udelay(5);
2375
Dave Olson124b4dc2008-04-16 21:09:32 -07002376 dd->ipath_f_setextled(dd, 0, 0); /* make sure LEDs are off */
2377
Michael Albaugh4330e4d2008-04-16 21:09:26 -07002378 ipath_set_ib_lstate(dd, 0, INFINIPATH_IBCC_LINKINITCMD_DISABLE);
Dave Olson3810f2a2007-07-20 14:23:37 -07002379 ipath_cancel_sends(dd, 0);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002380
Dave Olson124b4dc2008-04-16 21:09:32 -07002381 /*
2382 * we are shutting down, so tell components that care. We don't do
2383 * this on just a link state change, much like ethernet, a cable
2384 * unplug, etc. doesn't change driver state
2385 */
Ralph Campbell49739b32007-09-19 16:47:31 -07002386 signal_ib_event(dd, IB_EVENT_PORT_ERR);
2387
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002388 /* disable IBC */
2389 dd->ipath_control &= ~INFINIPATH_C_LINKENABLE;
2390 ipath_write_kreg(dd, dd->ipath_kregs->kr_control,
Bryan O'Sullivana40f55f2006-07-01 04:36:00 -07002391 dd->ipath_control | INFINIPATH_C_FREEZEMODE);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002392
2393 /*
2394 * clear SerdesEnable and turn the leds off; do this here because
2395 * we are unloading, so don't count on interrupts to move along
2396 * Turn the LEDs off explictly for the same reason.
2397 */
2398 dd->ipath_f_quiet_serdes(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002399
John Gregor58411d12008-04-16 21:09:24 -07002400 /* stop all the timers that might still be running */
2401 del_timer_sync(&dd->ipath_hol_timer);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002402 if (dd->ipath_stats_timer_active) {
2403 del_timer_sync(&dd->ipath_stats_timer);
2404 dd->ipath_stats_timer_active = 0;
2405 }
Dave Olson9b436eb2008-04-16 21:09:30 -07002406 if (dd->ipath_intrchk_timer.data) {
2407 del_timer_sync(&dd->ipath_intrchk_timer);
2408 dd->ipath_intrchk_timer.data = 0;
2409 }
Dave Olson124b4dc2008-04-16 21:09:32 -07002410 if (atomic_read(&dd->ipath_led_override_timer_active)) {
2411 del_timer_sync(&dd->ipath_led_override_timer);
2412 atomic_set(&dd->ipath_led_override_timer_active, 0);
2413 }
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002414
2415 /*
2416 * clear all interrupts and errors, so that the next time the driver
2417 * is loaded or device is enabled, we know that whatever is set
2418 * happened while we were unloaded
2419 */
2420 ipath_write_kreg(dd, dd->ipath_kregs->kr_hwerrclear,
2421 ~0ULL & ~INFINIPATH_HWE_MEMBISTFAILED);
2422 ipath_write_kreg(dd, dd->ipath_kregs->kr_errorclear, -1LL);
2423 ipath_write_kreg(dd, dd->ipath_kregs->kr_intclear, -1LL);
Michael Albaughaecd3b52007-05-17 07:26:28 -07002424
2425 ipath_cdbg(VERBOSE, "Flush time and errors to EEPROM\n");
2426 ipath_update_eeprom_log(dd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002427}
2428
2429/**
2430 * ipath_free_pddata - free a port's allocated data
2431 * @dd: the infinipath device
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002432 * @pd: the portdata structure
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002433 *
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002434 * free up any allocated data for a port
2435 * This should not touch anything that would affect a simultaneous
2436 * re-allocation of port data, because it is called after ipath_mutex
2437 * is released (and can be called from reinit as well).
2438 * It should never change any chip state, or global driver state.
2439 * (The only exception to global state is freeing the port0 port0_skbs.)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002440 */
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002441void ipath_free_pddata(struct ipath_devdata *dd, struct ipath_portdata *pd)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002442{
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002443 if (!pd)
2444 return;
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002445
2446 if (pd->port_rcvhdrq) {
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002447 ipath_cdbg(VERBOSE, "free closed port %d rcvhdrq @ %p "
2448 "(size=%lu)\n", pd->port_port, pd->port_rcvhdrq,
2449 (unsigned long) pd->port_rcvhdrq_size);
2450 dma_free_coherent(&dd->pcidev->dev, pd->port_rcvhdrq_size,
2451 pd->port_rcvhdrq, pd->port_rcvhdrq_phys);
2452 pd->port_rcvhdrq = NULL;
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002453 if (pd->port_rcvhdrtail_kvaddr) {
2454 dma_free_coherent(&dd->pcidev->dev, PAGE_SIZE,
Bryan O'Sullivan076fafc2006-09-28 09:00:12 -07002455 pd->port_rcvhdrtail_kvaddr,
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002456 pd->port_rcvhdrqtailaddr_phys);
2457 pd->port_rcvhdrtail_kvaddr = NULL;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002458 }
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002459 }
2460 if (pd->port_port && pd->port_rcvegrbuf) {
2461 unsigned e;
2462
2463 for (e = 0; e < pd->port_rcvegrbuf_chunks; e++) {
2464 void *base = pd->port_rcvegrbuf[e];
2465 size_t size = pd->port_rcvegrbuf_size;
2466
2467 ipath_cdbg(VERBOSE, "egrbuf free(%p, %lu), "
2468 "chunk %u/%u\n", base,
2469 (unsigned long) size,
2470 e, pd->port_rcvegrbuf_chunks);
2471 dma_free_coherent(&dd->pcidev->dev, size,
2472 base, pd->port_rcvegrbuf_phys[e]);
2473 }
Bryan O'Sullivan9929b0f2006-09-28 08:59:59 -07002474 kfree(pd->port_rcvegrbuf);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002475 pd->port_rcvegrbuf = NULL;
Bryan O'Sullivan9929b0f2006-09-28 08:59:59 -07002476 kfree(pd->port_rcvegrbuf_phys);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002477 pd->port_rcvegrbuf_phys = NULL;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002478 pd->port_rcvegrbuf_chunks = 0;
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07002479 } else if (pd->port_port == 0 && dd->ipath_port0_skbinfo) {
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002480 unsigned e;
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07002481 struct ipath_skbinfo *skbinfo = dd->ipath_port0_skbinfo;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002482
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07002483 dd->ipath_port0_skbinfo = NULL;
2484 ipath_cdbg(VERBOSE, "free closed port %d "
2485 "ipath_port0_skbinfo @ %p\n", pd->port_port,
2486 skbinfo);
Ralph Campbell9355fb62008-04-16 21:09:29 -07002487 for (e = 0; e < dd->ipath_p0_rcvegrcnt; e++)
Ralph Campbell2ba3f562008-04-16 21:09:29 -07002488 if (skbinfo[e].skb) {
2489 pci_unmap_single(dd->pcidev, skbinfo[e].phys,
2490 dd->ipath_ibmaxlen,
2491 PCI_DMA_FROMDEVICE);
2492 dev_kfree_skb(skbinfo[e].skb);
2493 }
Bryan O'Sullivan1fd3b402006-09-28 09:00:13 -07002494 vfree(skbinfo);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002495 }
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002496 kfree(pd->port_tid_pg_list);
Bryan O'Sullivan9929b0f2006-09-28 08:59:59 -07002497 vfree(pd->subport_uregbase);
2498 vfree(pd->subport_rcvegrbuf);
2499 vfree(pd->subport_rcvhdr_base);
Bryan O'Sullivanf37bda92006-07-01 04:36:03 -07002500 kfree(pd);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002501}
2502
Roland Dreierac2ae4c2006-04-19 11:40:12 -07002503static int __init infinipath_init(void)
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002504{
2505 int ret;
2506
Bryan O'Sullivan39c0d0b2007-03-15 14:44:52 -07002507 if (ipath_debug & __IPATH_DBG)
2508 printk(KERN_INFO DRIVER_LOAD_MSG "%s", ib_ipath_version);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002509
2510 /*
2511 * These must be called before the driver is registered with
2512 * the PCI subsystem.
2513 */
2514 idr_init(&unit_table);
2515 if (!idr_pre_get(&unit_table, GFP_KERNEL)) {
Arthur Jonesbb917142008-04-16 21:09:31 -07002516 printk(KERN_ERR IPATH_DRV_NAME ": idr_pre_get() failed\n");
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002517 ret = -ENOMEM;
2518 goto bail;
2519 }
2520
2521 ret = pci_register_driver(&ipath_driver);
2522 if (ret < 0) {
2523 printk(KERN_ERR IPATH_DRV_NAME
2524 ": Unable to register driver: error %d\n", -ret);
2525 goto bail_unit;
2526 }
2527
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002528 ret = ipath_init_ipathfs();
2529 if (ret < 0) {
2530 printk(KERN_ERR IPATH_DRV_NAME ": Unable to create "
2531 "ipathfs: error %d\n", -ret);
Greg Kroah-Hartman23b9c1a2007-12-04 22:53:16 -08002532 goto bail_pci;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002533 }
2534
2535 goto bail;
2536
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002537bail_pci:
2538 pci_unregister_driver(&ipath_driver);
2539
2540bail_unit:
2541 idr_destroy(&unit_table);
2542
2543bail:
2544 return ret;
2545}
2546
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002547static void __exit infinipath_cleanup(void)
2548{
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002549 ipath_exit_ipathfs();
2550
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002551 ipath_cdbg(VERBOSE, "Unregistering pci driver\n");
2552 pci_unregister_driver(&ipath_driver);
2553
2554 idr_destroy(&unit_table);
2555}
2556
2557/**
2558 * ipath_reset_device - reset the chip if possible
2559 * @unit: the device to reset
2560 *
2561 * Whether or not reset is successful, we attempt to re-initialize the chip
2562 * (that is, much like a driver unload/reload). We clear the INITTED flag
2563 * so that the various entry points will fail until we reinitialize. For
2564 * now, we only allow this if no user ports are open that use chip resources
2565 */
2566int ipath_reset_device(int unit)
2567{
2568 int ret, i;
2569 struct ipath_devdata *dd = ipath_lookup(unit);
Dave Olson3d089092008-12-05 11:14:38 -08002570 unsigned long flags;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002571
2572 if (!dd) {
2573 ret = -ENODEV;
2574 goto bail;
2575 }
2576
Michael Albaugh82466f02007-05-16 15:45:09 -07002577 if (atomic_read(&dd->ipath_led_override_timer_active)) {
2578 /* Need to stop LED timer, _then_ shut off LEDs */
2579 del_timer_sync(&dd->ipath_led_override_timer);
2580 atomic_set(&dd->ipath_led_override_timer_active, 0);
2581 }
2582
2583 /* Shut off LEDs after we are sure timer is not running */
2584 dd->ipath_led_override = LED_OVER_BOTH_OFF;
2585 dd->ipath_f_setextled(dd, 0, 0);
2586
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002587 dev_info(&dd->pcidev->dev, "Reset on unit %u requested\n", unit);
2588
2589 if (!dd->ipath_kregbase || !(dd->ipath_flags & IPATH_PRESENT)) {
2590 dev_info(&dd->pcidev->dev, "Invalid unit number %u or "
2591 "not initialized or not present\n", unit);
2592 ret = -ENXIO;
2593 goto bail;
2594 }
2595
Dave Olson3d089092008-12-05 11:14:38 -08002596 spin_lock_irqsave(&dd->ipath_uctxt_lock, flags);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002597 if (dd->ipath_pd)
Bryan O'Sullivan23e86a42006-04-24 14:22:59 -07002598 for (i = 1; i < dd->ipath_cfgports; i++) {
Dave Olson3d089092008-12-05 11:14:38 -08002599 if (!dd->ipath_pd[i] || !dd->ipath_pd[i]->port_cnt)
2600 continue;
2601 spin_unlock_irqrestore(&dd->ipath_uctxt_lock, flags);
2602 ipath_dbg("unit %u port %d is in use "
2603 "(PID %u cmd %s), can't reset\n",
2604 unit, i,
2605 pid_nr(dd->ipath_pd[i]->port_pid),
2606 dd->ipath_pd[i]->port_comm);
2607 ret = -EBUSY;
2608 goto bail;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002609 }
Dave Olson3d089092008-12-05 11:14:38 -08002610 spin_unlock_irqrestore(&dd->ipath_uctxt_lock, flags);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002611
Dave Olson124b4dc2008-04-16 21:09:32 -07002612 if (dd->ipath_flags & IPATH_HAS_SEND_DMA)
2613 teardown_sdma(dd);
2614
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002615 dd->ipath_flags &= ~IPATH_INITTED;
Dave Olson124b4dc2008-04-16 21:09:32 -07002616 ipath_write_kreg(dd, dd->ipath_kregs->kr_intmask, 0ULL);
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002617 ret = dd->ipath_f_reset(dd);
Dave Olson124b4dc2008-04-16 21:09:32 -07002618 if (ret == 1) {
2619 ipath_dbg("Reinitializing unit %u after reset attempt\n",
2620 unit);
2621 ret = ipath_init_chip(dd, 1);
2622 } else
2623 ret = -EAGAIN;
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002624 if (ret)
2625 ipath_dev_err(dd, "Reinitialize unit %u after "
2626 "reset failed with %d\n", unit, ret);
2627 else
2628 dev_info(&dd->pcidev->dev, "Reinitialized unit %u after "
2629 "resetting\n", unit);
2630
2631bail:
2632 return ret;
2633}
2634
John Gregor58411d12008-04-16 21:09:24 -07002635/*
2636 * send a signal to all the processes that have the driver open
2637 * through the normal interfaces (i.e., everything other than diags
2638 * interface). Returns number of signalled processes.
2639 */
2640static int ipath_signal_procs(struct ipath_devdata *dd, int sig)
2641{
2642 int i, sub, any = 0;
Pavel Emelyanov40d97692008-05-13 11:45:32 -07002643 struct pid *pid;
Dave Olson3d089092008-12-05 11:14:38 -08002644 unsigned long flags;
John Gregor58411d12008-04-16 21:09:24 -07002645
2646 if (!dd->ipath_pd)
2647 return 0;
Dave Olson3d089092008-12-05 11:14:38 -08002648
2649 spin_lock_irqsave(&dd->ipath_uctxt_lock, flags);
John Gregor58411d12008-04-16 21:09:24 -07002650 for (i = 1; i < dd->ipath_cfgports; i++) {
Pavel Emelyanov40d97692008-05-13 11:45:32 -07002651 if (!dd->ipath_pd[i] || !dd->ipath_pd[i]->port_cnt)
John Gregor58411d12008-04-16 21:09:24 -07002652 continue;
2653 pid = dd->ipath_pd[i]->port_pid;
Pavel Emelyanov40d97692008-05-13 11:45:32 -07002654 if (!pid)
2655 continue;
2656
John Gregor58411d12008-04-16 21:09:24 -07002657 dev_info(&dd->pcidev->dev, "context %d in use "
2658 "(PID %u), sending signal %d\n",
Pavel Emelyanov40d97692008-05-13 11:45:32 -07002659 i, pid_nr(pid), sig);
2660 kill_pid(pid, sig, 1);
John Gregor58411d12008-04-16 21:09:24 -07002661 any++;
2662 for (sub = 0; sub < INFINIPATH_MAX_SUBPORT; sub++) {
2663 pid = dd->ipath_pd[i]->port_subpid[sub];
2664 if (!pid)
2665 continue;
2666 dev_info(&dd->pcidev->dev, "sub-context "
2667 "%d:%d in use (PID %u), sending "
Pavel Emelyanov40d97692008-05-13 11:45:32 -07002668 "signal %d\n", i, sub, pid_nr(pid), sig);
2669 kill_pid(pid, sig, 1);
John Gregor58411d12008-04-16 21:09:24 -07002670 any++;
2671 }
2672 }
Dave Olson3d089092008-12-05 11:14:38 -08002673 spin_unlock_irqrestore(&dd->ipath_uctxt_lock, flags);
John Gregor58411d12008-04-16 21:09:24 -07002674 return any;
2675}
2676
2677static void ipath_hol_signal_down(struct ipath_devdata *dd)
2678{
2679 if (ipath_signal_procs(dd, SIGSTOP))
2680 ipath_dbg("Stopped some processes\n");
2681 ipath_cancel_sends(dd, 1);
2682}
2683
2684
2685static void ipath_hol_signal_up(struct ipath_devdata *dd)
2686{
2687 if (ipath_signal_procs(dd, SIGCONT))
2688 ipath_dbg("Continued some processes\n");
2689}
2690
2691/*
2692 * link is down, stop any users processes, and flush pending sends
2693 * to prevent HoL blocking, then start the HoL timer that
2694 * periodically continues, then stop procs, so they can detect
2695 * link down if they want, and do something about it.
Ingo Molnar74019222009-02-18 12:23:29 +01002696 * Timer may already be running, so use mod_timer, not add_timer.
John Gregor58411d12008-04-16 21:09:24 -07002697 */
2698void ipath_hol_down(struct ipath_devdata *dd)
2699{
2700 dd->ipath_hol_state = IPATH_HOL_DOWN;
2701 ipath_hol_signal_down(dd);
2702 dd->ipath_hol_next = IPATH_HOL_DOWNCONT;
2703 dd->ipath_hol_timer.expires = jiffies +
2704 msecs_to_jiffies(ipath_hol_timeout_ms);
Ingo Molnar74019222009-02-18 12:23:29 +01002705 mod_timer(&dd->ipath_hol_timer, dd->ipath_hol_timer.expires);
John Gregor58411d12008-04-16 21:09:24 -07002706}
2707
2708/*
2709 * link is up, continue any user processes, and ensure timer
2710 * is a nop, if running. Let timer keep running, if set; it
2711 * will nop when it sees the link is up
2712 */
2713void ipath_hol_up(struct ipath_devdata *dd)
2714{
2715 ipath_hol_signal_up(dd);
2716 dd->ipath_hol_state = IPATH_HOL_UP;
2717}
2718
2719/*
2720 * toggle the running/not running state of user proceses
2721 * to prevent HoL blocking on chip resources, but still allow
2722 * user processes to do link down special case handling.
2723 * Should only be called via the timer
2724 */
2725void ipath_hol_event(unsigned long opaque)
2726{
2727 struct ipath_devdata *dd = (struct ipath_devdata *)opaque;
2728
2729 if (dd->ipath_hol_next == IPATH_HOL_DOWNSTOP
2730 && dd->ipath_hol_state != IPATH_HOL_UP) {
2731 dd->ipath_hol_next = IPATH_HOL_DOWNCONT;
2732 ipath_dbg("Stopping processes\n");
2733 ipath_hol_signal_down(dd);
2734 } else { /* may do "extra" if also in ipath_hol_up() */
2735 dd->ipath_hol_next = IPATH_HOL_DOWNSTOP;
2736 ipath_dbg("Continuing processes\n");
2737 ipath_hol_signal_up(dd);
2738 }
2739 if (dd->ipath_hol_state == IPATH_HOL_UP)
2740 ipath_dbg("link's up, don't resched timer\n");
2741 else {
2742 dd->ipath_hol_timer.expires = jiffies +
2743 msecs_to_jiffies(ipath_hol_timeout_ms);
Ingo Molnar74019222009-02-18 12:23:29 +01002744 mod_timer(&dd->ipath_hol_timer,
John Gregor58411d12008-04-16 21:09:24 -07002745 dd->ipath_hol_timer.expires);
2746 }
2747}
2748
Bryan O'Sullivan30fc5c32006-08-25 11:24:48 -07002749int ipath_set_rx_pol_inv(struct ipath_devdata *dd, u8 new_pol_inv)
2750{
2751 u64 val;
Ralph Campbell2ba3f562008-04-16 21:09:29 -07002752
2753 if (new_pol_inv > INFINIPATH_XGXS_RX_POL_MASK)
Bryan O'Sullivan30fc5c32006-08-25 11:24:48 -07002754 return -1;
Ralph Campbell2ba3f562008-04-16 21:09:29 -07002755 if (dd->ipath_rx_pol_inv != new_pol_inv) {
Bryan O'Sullivan30fc5c32006-08-25 11:24:48 -07002756 dd->ipath_rx_pol_inv = new_pol_inv;
2757 val = ipath_read_kreg64(dd, dd->ipath_kregs->kr_xgxsconfig);
2758 val &= ~(INFINIPATH_XGXS_RX_POL_MASK <<
Roland Dreier3cd96562006-09-22 15:22:46 -07002759 INFINIPATH_XGXS_RX_POL_SHIFT);
2760 val |= ((u64)dd->ipath_rx_pol_inv) <<
2761 INFINIPATH_XGXS_RX_POL_SHIFT;
Bryan O'Sullivan30fc5c32006-08-25 11:24:48 -07002762 ipath_write_kreg(dd, dd->ipath_kregs->kr_xgxsconfig, val);
2763 }
2764 return 0;
2765}
Dave Olson6ac50722007-08-09 03:11:38 -07002766
2767/*
2768 * Disable and enable the armlaunch error. Used for PIO bandwidth testing on
2769 * the 7220, which is count-based, rather than trigger-based. Safe for the
2770 * driver check, since it's at init. Not completely safe when used for
2771 * user-mode checking, since some error checking can be lost, but not
2772 * particularly risky, and only has problematic side-effects in the face of
2773 * very buggy user code. There is no reference counting, but that's also
2774 * fine, given the intended use.
2775 */
2776void ipath_enable_armlaunch(struct ipath_devdata *dd)
2777{
2778 dd->ipath_lasterror &= ~INFINIPATH_E_SPIOARMLAUNCH;
2779 ipath_write_kreg(dd, dd->ipath_kregs->kr_errorclear,
2780 INFINIPATH_E_SPIOARMLAUNCH);
2781 dd->ipath_errormask |= INFINIPATH_E_SPIOARMLAUNCH;
2782 ipath_write_kreg(dd, dd->ipath_kregs->kr_errormask,
2783 dd->ipath_errormask);
2784}
2785
2786void ipath_disable_armlaunch(struct ipath_devdata *dd)
2787{
2788 /* so don't re-enable if already set */
2789 dd->ipath_maskederrs &= ~INFINIPATH_E_SPIOARMLAUNCH;
2790 dd->ipath_errormask &= ~INFINIPATH_E_SPIOARMLAUNCH;
2791 ipath_write_kreg(dd, dd->ipath_kregs->kr_errormask,
2792 dd->ipath_errormask);
2793}
2794
Bryan O'Sullivan7bb206e2006-03-29 15:23:24 -08002795module_init(infinipath_init);
2796module_exit(infinipath_cleanup);