Lines Matching refs:port_down_retry_count

2698 		nv->port_down_retry_count = 8;  in qla2x00_nvram_config()
2866 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
2868 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
2871 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
2872 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
2873 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
2874 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
2875 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
5160 nv->port_down_retry_count = __constant_cpu_to_le16(30); in qla24xx_nvram_config()
5280 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla24xx_nvram_config()
5282 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()
5286 if (ha->port_down_retry_count == in qla24xx_nvram_config()
5287 le16_to_cpu(nv->port_down_retry_count) && in qla24xx_nvram_config()
5288 ha->port_down_retry_count > 3) in qla24xx_nvram_config()
5289 ha->login_retry_count = ha->port_down_retry_count; in qla24xx_nvram_config()
5290 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla24xx_nvram_config()
5291 ha->login_retry_count = ha->port_down_retry_count; in qla24xx_nvram_config()
6105 nv->port_down_retry_count = __constant_cpu_to_le16(30); in qla81xx_nvram_config()
6237 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla81xx_nvram_config()
6239 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
6243 if (ha->port_down_retry_count == in qla81xx_nvram_config()
6244 le16_to_cpu(nv->port_down_retry_count) && in qla81xx_nvram_config()
6245 ha->port_down_retry_count > 3) in qla81xx_nvram_config()
6246 ha->login_retry_count = ha->port_down_retry_count; in qla81xx_nvram_config()
6247 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla81xx_nvram_config()
6248 ha->login_retry_count = ha->port_down_retry_count; in qla81xx_nvram_config()