]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/enic/enic.h
enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERS
[net-next-2.6.git] / drivers / net / enic / enic.h
index e1c2076228ba5a652005127b3ba0695ef0917e4b..5fa56f1e5590b6e985363311a30b85c06f0cffca 100644 (file)
@@ -33,8 +33,8 @@
 #include "vnic_rss.h"
 
 #define DRV_NAME               "enic"
-#define DRV_DESCRIPTION                "Cisco 10G Ethernet Driver"
-#define DRV_VERSION            "1.1.0.100"
+#define DRV_DESCRIPTION                "Cisco VIC Ethernet NIC Driver"
+#define DRV_VERSION            "1.3.1.1"
 #define DRV_COPYRIGHT          "Copyright 2008-2009 Cisco Systems, Inc"
 #define PFX                    DRV_NAME ": "
 
@@ -89,9 +89,12 @@ struct enic {
        spinlock_t devcmd_lock;
        u8 mac_addr[ETH_ALEN];
        u8 mc_addr[ENIC_MULTICAST_PERFECT_FILTERS][ETH_ALEN];
+       unsigned int flags;
        unsigned int mc_count;
        int csum_rx_enabled;
        u32 port_mtu;
+       u32 rx_coalesce_usecs;
+       u32 tx_coalesce_usecs;
 
        /* work queue cache line section */
        ____cacheline_aligned struct vnic_wq wq[ENIC_WQ_MAX];