Searched refs:auto_fw_reset (Results 1 – 2 of 2) sorted by relevance
59 static int auto_fw_reset = AUTO_FW_RESET_ENABLED; variable60 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()
45 static int auto_fw_reset = 1; variable46 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()