Home
last modified time | relevance | path

Searched refs:auto_fw_reset (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_main.c59 static int auto_fw_reset = AUTO_FW_RESET_ENABLED; variable
60 module_param(auto_fw_reset, int, 0644);
61 MODULE_PARM_DESC(auto_fw_reset,"Auto firmware reset (0=disabled, 1=enabled");
2479 if ((auto_fw_reset == AUTO_FW_RESET_ENABLED) && in netxen_check_health()
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_main.c45 static int auto_fw_reset = 1; variable
46 module_param(auto_fw_reset, int, 0644);
47 MODULE_PARM_DESC(auto_fw_reset, "Auto firmware reset (0=disabled, 1=enabled");
2976 if (adapter->reset_context && auto_fw_reset) { in qlcnic_check_health()
2989 if (auto_fw_reset) in qlcnic_check_health()
2998 if (auto_fw_reset && in qlcnic_check_health()