Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
143 extern int qlport_down_retry;
4827 if (qlport_down_retry) in qla2x00_nvram_config()4828 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()7409 if (qlport_down_retry) in qla24xx_nvram_config()7410 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()8622 if (qlport_down_retry) in qla81xx_nvram_config()8623 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
68 int qlport_down_retry; variable69 module_param(qlport_down_retry, int, S_IRUGO);70 MODULE_PARM_DESC(qlport_down_retry,