Searched refs:qlport_down_retry (Results 1 – 2 of 2) sorted by relevance
5581 if (qlport_down_retry) in qla2x00_nvram_config()5582 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()8202 if (qlport_down_retry) in qla24xx_nvram_config()8203 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()10233 if (qlport_down_retry) in qla81xx_nvram_config()10234 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
80 int qlport_down_retry; variable81 module_param(qlport_down_retry, int, S_IRUGO);82 MODULE_PARM_DESC(qlport_down_retry,