Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
85 extern int qlport_down_retry;
2407 if (qlport_down_retry) in qla2x00_nvram_config()2408 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()4437 if (qlport_down_retry) in qla24xx_nvram_config()4438 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()5202 if (qlport_down_retry) in qla81xx_nvram_config()5203 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
48 int qlport_down_retry; variable49 module_param(qlport_down_retry, int, S_IRUGO);50 MODULE_PARM_DESC(qlport_down_retry,