• Home
  • Raw
  • Download

Lines Matching refs:port_down_retry_count

5284 		nv->port_down_retry_count = 8;  in qla2x00_nvram_config()
5437 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
5439 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
5442 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
5443 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
5444 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
5445 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
5446 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
8023 nv->port_down_retry_count = cpu_to_le16(30); in qla24xx_nvram_config()
8142 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla24xx_nvram_config()
8144 ha->port_down_retry_count = qlport_down_retry; in qla24xx_nvram_config()
8148 if (ha->port_down_retry_count == in qla24xx_nvram_config()
8149 le16_to_cpu(nv->port_down_retry_count) && in qla24xx_nvram_config()
8150 ha->port_down_retry_count > 3) in qla24xx_nvram_config()
8151 ha->login_retry_count = ha->port_down_retry_count; in qla24xx_nvram_config()
8152 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla24xx_nvram_config()
8153 ha->login_retry_count = ha->port_down_retry_count; in qla24xx_nvram_config()
9215 nv->port_down_retry_count = cpu_to_le16(30); in qla81xx_nvram_config()
9351 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla81xx_nvram_config()
9353 ha->port_down_retry_count = qlport_down_retry; in qla81xx_nvram_config()
9357 if (ha->port_down_retry_count == in qla81xx_nvram_config()
9358 le16_to_cpu(nv->port_down_retry_count) && in qla81xx_nvram_config()
9359 ha->port_down_retry_count > 3) in qla81xx_nvram_config()
9360 ha->login_retry_count = ha->port_down_retry_count; in qla81xx_nvram_config()
9361 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla81xx_nvram_config()
9362 ha->login_retry_count = ha->port_down_retry_count; in qla81xx_nvram_config()