diff options
Diffstat (limited to 'drivers/net/enic/enic.h')
-rw-r--r-- | drivers/net/enic/enic.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h index e1c2076228ba..ee01f5a6d0d4 100644 --- a/drivers/net/enic/enic.h +++ b/drivers/net/enic/enic.h | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #define DRV_NAME "enic" | 35 | #define DRV_NAME "enic" |
36 | #define DRV_DESCRIPTION "Cisco 10G Ethernet Driver" | 36 | #define DRV_DESCRIPTION "Cisco 10G Ethernet Driver" |
37 | #define DRV_VERSION "1.1.0.100" | 37 | #define DRV_VERSION "1.1.0.241a" |
38 | #define DRV_COPYRIGHT "Copyright 2008-2009 Cisco Systems, Inc" | 38 | #define DRV_COPYRIGHT "Copyright 2008-2009 Cisco Systems, Inc" |
39 | #define PFX DRV_NAME ": " | 39 | #define PFX DRV_NAME ": " |
40 | 40 | ||
@@ -89,9 +89,12 @@ struct enic { | |||
89 | spinlock_t devcmd_lock; | 89 | spinlock_t devcmd_lock; |
90 | u8 mac_addr[ETH_ALEN]; | 90 | u8 mac_addr[ETH_ALEN]; |
91 | u8 mc_addr[ENIC_MULTICAST_PERFECT_FILTERS][ETH_ALEN]; | 91 | u8 mc_addr[ENIC_MULTICAST_PERFECT_FILTERS][ETH_ALEN]; |
92 | unsigned int flags; | ||
92 | unsigned int mc_count; | 93 | unsigned int mc_count; |
93 | int csum_rx_enabled; | 94 | int csum_rx_enabled; |
94 | u32 port_mtu; | 95 | u32 port_mtu; |
96 | u32 rx_coalesce_usecs; | ||
97 | u32 tx_coalesce_usecs; | ||
95 | 98 | ||
96 | /* work queue cache line section */ | 99 | /* work queue cache line section */ |
97 | ____cacheline_aligned struct vnic_wq wq[ENIC_WQ_MAX]; | 100 | ____cacheline_aligned struct vnic_wq wq[ENIC_WQ_MAX]; |