Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
142 extern int qlport_down_retry;
4688 if (qlport_down_retry) in qla2x00_nvram_config()4689 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()7261 if (qlport_down_retry) in qla24xx_nvram_config()7262 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()8468 if (qlport_down_retry) in qla81xx_nvram_config()8469 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
59 int qlport_down_retry; variable60 module_param(qlport_down_retry, int, S_IRUGO);61 MODULE_PARM_DESC(qlport_down_retry,