summaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/common.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-12-02 01:36:20 +0100
committerJeff Garzik <jeff@garzik.org>2006-12-02 06:24:50 +0100
commit325dde48914e8ec1614d79ffacdbf9c0b8d24f42 (patch)
tree7409d3503cd7dbf9b57e6974388a9b386d804be0 /drivers/net/chelsio/common.h
parent[PATCH] chelsio: use standard CRC routines (diff)
downloadlinux-325dde48914e8ec1614d79ffacdbf9c0b8d24f42.tar.xz
linux-325dde48914e8ec1614d79ffacdbf9c0b8d24f42.zip
[PATCH] chelsio: add MSI support
Using MSI can avoid sharing IRQ and associated overhead. Tested on PCI-X. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r--drivers/net/chelsio/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h
index 55f1eaad115c..b265941e1372 100644
--- a/drivers/net/chelsio/common.h
+++ b/drivers/net/chelsio/common.h
@@ -228,6 +228,7 @@ struct adapter_params {
unsigned short chip_revision;
unsigned char chip_version;
unsigned char is_asic;
+ unsigned char has_msi;
};
struct link_config {