Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
156 extern int qlport_down_retry;
5147 if (qlport_down_retry) in qla2x00_nvram_config()5148 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()7821 if (qlport_down_retry) in qla24xx_nvram_config()7822 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()9034 if (qlport_down_retry) in qla81xx_nvram_config()9035 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
78 int qlport_down_retry; variable79 module_param(qlport_down_retry, int, S_IRUGO);80 MODULE_PARM_DESC(qlport_down_retry,