diff options
author | Dave Olson <dave.olson@qlogic.com> | 2008-04-17 00:09:32 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:32 -0400 |
commit | 124b4dcb1dd3a6fb80051f1785117a732d785f70 (patch) | |
tree | d329e1f458646a33d675faa6a9c2a7efa8e4fd8b /drivers/infiniband/hw/ipath/ipath_stats.c | |
parent | bb9171448deb1f7ece27674e2e431e4f267fd453 (diff) |
IB/ipath: add calls to new 7220 code and enable in build
This patch adds the initialization calls into the new 7220 HCA files,
changes the Makefile to compile and link the new files, and code to
handle send DMA.
Signed-off-by: Dave Olson <dave.olson@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_stats.c')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_stats.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_stats.c b/drivers/infiniband/hw/ipath/ipath_stats.c index adff2f10dc0e..1e36bac81498 100644 --- a/drivers/infiniband/hw/ipath/ipath_stats.c +++ b/drivers/infiniband/hw/ipath/ipath_stats.c | |||
@@ -292,8 +292,8 @@ void ipath_get_faststats(unsigned long opaque) | |||
292 | && time_after(jiffies, dd->ipath_unmasktime)) { | 292 | && time_after(jiffies, dd->ipath_unmasktime)) { |
293 | char ebuf[256]; | 293 | char ebuf[256]; |
294 | int iserr; | 294 | int iserr; |
295 | iserr = ipath_decode_err(ebuf, sizeof ebuf, | 295 | iserr = ipath_decode_err(dd, ebuf, sizeof ebuf, |
296 | dd->ipath_maskederrs); | 296 | dd->ipath_maskederrs); |
297 | if (dd->ipath_maskederrs & | 297 | if (dd->ipath_maskederrs & |
298 | ~(INFINIPATH_E_RRCVEGRFULL | INFINIPATH_E_RRCVHDRFULL | | 298 | ~(INFINIPATH_E_RRCVEGRFULL | INFINIPATH_E_RRCVHDRFULL | |
299 | INFINIPATH_E_PKTERRS)) | 299 | INFINIPATH_E_PKTERRS)) |