Searched refs:qlport_down_retry (Results 1 – 3 of 3) sorted by relevance
155 extern int qlport_down_retry;
5436 if (qlport_down_retry) in qla2x00_nvram_config()5437 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()8065 if (qlport_down_retry) in qla24xx_nvram_config()8066 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()9278 if (qlport_down_retry) in qla81xx_nvram_config()9279 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
79 int qlport_down_retry; variable80 module_param(qlport_down_retry, int, S_IRUGO);81 MODULE_PARM_DESC(qlport_down_retry,