Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
98 extern int qlport_down_retry;
2865 if (qlport_down_retry) in qla2x00_nvram_config()2866 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()5286 if (qlport_down_retry) in qla24xx_nvram_config()5287 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()6243 if (qlport_down_retry) in qla81xx_nvram_config()6244 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
56 int qlport_down_retry; variable57 module_param(qlport_down_retry, int, S_IRUGO);58 MODULE_PARM_DESC(qlport_down_retry,