Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville...
[deliverable/linux.git] / drivers / net / qlcnic / qlcnic.h
index 44e316fd67b85917b6bb3af2abd48501507d3b5b..dc44564ef6f9984fdc9a214491d9bdced015eb80 100644 (file)
@@ -867,7 +867,6 @@ struct qlcnic_nic_intr_coalesce {
 #define LINKEVENT_LINKSPEED_MBPS       0
 #define LINKEVENT_LINKSPEED_ENCODED    1
 
-#define AUTO_FW_RESET_ENABLED  0x01
 /* firmware response header:
  *     63:58 - message type
  *     57:56 - owner
@@ -1133,14 +1132,10 @@ struct qlcnic_eswitch {
 #define MAX_BW                 100     /* % of link speed */
 #define MAX_VLAN_ID            4095
 #define MIN_VLAN_ID            2
-#define MAX_TX_QUEUES          1
-#define MAX_RX_QUEUES          4
 #define DEFAULT_MAC_LEARN      1
 
 #define IS_VALID_VLAN(vlan)    (vlan >= MIN_VLAN_ID && vlan < MAX_VLAN_ID)
 #define IS_VALID_BW(bw)                (bw <= MAX_BW)
-#define IS_VALID_TX_QUEUES(que)        (que > 0 && que <= MAX_TX_QUEUES)
-#define IS_VALID_RX_QUEUES(que)        (que > 0 && que <= MAX_RX_QUEUES)
 
 struct qlcnic_pci_func_cfg {
        u16     func_type;
This page took 0.028715 seconds and 5 git commands to generate.