]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/qlcnic/qlcnic.h
qlcnic: Fix a bug in setting up NIC partitioning mode
[net-next-2.6.git] / drivers / net / qlcnic / qlcnic.h
index 02db363f20cd1f0067bbd8974ddf15bea85cc513..eb1bdb222ca3893ee707f948087d079aa7810831 100644 (file)
@@ -891,7 +891,7 @@ struct qlcnic_mac_req {
 #define QLCNIC_LRO_ENABLED             0x08
 #define QLCNIC_BRIDGE_ENABLED          0X10
 #define QLCNIC_DIAG_ENABLED            0x20
-#define QLCNIC_NPAR_ENABLED            0x40
+#define QLCNIC_ESWITCH_ENABLED         0x40
 #define QLCNIC_IS_MSI_FAMILY(adapter) \
        ((adapter)->flags & (QLCNIC_MSI_ENABLED | QLCNIC_MSIX_ENABLED))