diff options
author | Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> | 2010-12-02 15:41:23 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-03 12:33:20 -0500 |
commit | 97319a270da37a5eab14a770f1417d8229245270 (patch) | |
tree | b44c0a44d1ee6f7dc05fdd2a4e03b6a6037639f5 /drivers/net/qlcnic/qlcnic.h | |
parent | 7e300bc8e6736d41e7b92978f415572ac60fd59b (diff) |
qlcnic: Disable loopback support
Loopback mode can not be supported in CNA mode. Removing it until FW is fixed.
Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/qlcnic/qlcnic.h')
-rw-r--r-- | drivers/net/qlcnic/qlcnic.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h index 9513a83b9537..1fd476d280f5 100644 --- a/drivers/net/qlcnic/qlcnic.h +++ b/drivers/net/qlcnic/qlcnic.h | |||
@@ -798,7 +798,6 @@ struct qlcnic_nic_intr_coalesce { | |||
798 | #define QLCNIC_H2C_OPCODE_GET_NET_STATS 16 | 798 | #define QLCNIC_H2C_OPCODE_GET_NET_STATS 16 |
799 | #define QLCNIC_H2C_OPCODE_PROXY_UPDATE_P2V 17 | 799 | #define QLCNIC_H2C_OPCODE_PROXY_UPDATE_P2V 17 |
800 | #define QLCNIC_H2C_OPCODE_CONFIG_IPADDR 18 | 800 | #define QLCNIC_H2C_OPCODE_CONFIG_IPADDR 18 |
801 | #define QLCNIC_H2C_OPCODE_CONFIG_LOOPBACK 19 | ||
802 | #define QLCNIC_H2C_OPCODE_PROXY_STOP_DONE 20 | 801 | #define QLCNIC_H2C_OPCODE_PROXY_STOP_DONE 20 |
803 | #define QLCNIC_H2C_OPCODE_GET_LINKEVENT 21 | 802 | #define QLCNIC_H2C_OPCODE_GET_LINKEVENT 21 |
804 | #define QLCNIC_C2C_OPCODE 22 | 803 | #define QLCNIC_C2C_OPCODE 22 |
@@ -1314,21 +1313,15 @@ int qlcnic_config_bridged_mode(struct qlcnic_adapter *adapter, u32 enable); | |||
1314 | int qlcnic_send_lro_cleanup(struct qlcnic_adapter *adapter); | 1313 | int qlcnic_send_lro_cleanup(struct qlcnic_adapter *adapter); |
1315 | void qlcnic_update_cmd_producer(struct qlcnic_adapter *adapter, | 1314 | void qlcnic_update_cmd_producer(struct qlcnic_adapter *adapter, |
1316 | struct qlcnic_host_tx_ring *tx_ring); | 1315 | struct qlcnic_host_tx_ring *tx_ring); |
1317 | void qlcnic_clear_ilb_mode(struct qlcnic_adapter *adapter); | ||
1318 | int qlcnic_set_ilb_mode(struct qlcnic_adapter *adapter); | ||
1319 | void qlcnic_fetch_mac(struct qlcnic_adapter *, u32, u32, u8, u8 *); | 1316 | void qlcnic_fetch_mac(struct qlcnic_adapter *, u32, u32, u8, u8 *); |
1320 | 1317 | ||
1321 | /* Functions from qlcnic_main.c */ | 1318 | /* Functions from qlcnic_main.c */ |
1322 | int qlcnic_request_quiscent_mode(struct qlcnic_adapter *adapter); | ||
1323 | void qlcnic_clear_quiscent_mode(struct qlcnic_adapter *adapter); | ||
1324 | int qlcnic_reset_context(struct qlcnic_adapter *); | 1319 | int qlcnic_reset_context(struct qlcnic_adapter *); |
1325 | u32 qlcnic_issue_cmd(struct qlcnic_adapter *adapter, | 1320 | u32 qlcnic_issue_cmd(struct qlcnic_adapter *adapter, |
1326 | u32 pci_fn, u32 version, u32 arg1, u32 arg2, u32 arg3, u32 cmd); | 1321 | u32 pci_fn, u32 version, u32 arg1, u32 arg2, u32 arg3, u32 cmd); |
1327 | void qlcnic_diag_free_res(struct net_device *netdev, int max_sds_rings); | 1322 | void qlcnic_diag_free_res(struct net_device *netdev, int max_sds_rings); |
1328 | int qlcnic_diag_alloc_res(struct net_device *netdev, int test); | 1323 | int qlcnic_diag_alloc_res(struct net_device *netdev, int test); |
1329 | int qlcnic_check_loopback_buff(unsigned char *data); | ||
1330 | netdev_tx_t qlcnic_xmit_frame(struct sk_buff *skb, struct net_device *netdev); | 1324 | netdev_tx_t qlcnic_xmit_frame(struct sk_buff *skb, struct net_device *netdev); |
1331 | void qlcnic_process_rcv_ring_diag(struct qlcnic_host_sds_ring *sds_ring); | ||
1332 | 1325 | ||
1333 | /* Management functions */ | 1326 | /* Management functions */ |
1334 | int qlcnic_get_mac_address(struct qlcnic_adapter *, u8*); | 1327 | int qlcnic_get_mac_address(struct qlcnic_adapter *, u8*); |