diff options
author | Michael Chan <mchan@broadcom.com> | 2005-04-21 17:13:25 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-04-21 17:13:25 -0700 |
commit | 88b06bc26b87cf0490b0e3faea7fefc7549dd75d (patch) | |
tree | ffba7c235ad94e3c1e0074cb209504e6ea25afe3 /drivers/net/tg3.h | |
parent | 1c8594b48b00a98d12477355e944e165a5f64cd5 (diff) | |
download | linux-3.10-88b06bc26b87cf0490b0e3faea7fefc7549dd75d.tar.gz linux-3.10-88b06bc26b87cf0490b0e3faea7fefc7549dd75d.tar.bz2 linux-3.10-88b06bc26b87cf0490b0e3faea7fefc7549dd75d.zip |
[TG3]: Add msi support
Add MSI support for 5751 C0 and 5752.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index d3f03f0f4c4..8de6f21037b 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h @@ -2123,6 +2123,7 @@ struct tg3 { #define TG3_FLG2_5705_PLUS 0x00040000 #define TG3_FLG2_5750_PLUS 0x00080000 #define TG3_FLG2_PROTECTED_NVRAM 0x00100000 +#define TG3_FLG2_USING_MSI 0x00200000 u32 split_mode_max_reqs; #define SPLIT_MODE_5704_MAX_REQ 3 |