Searched refs:port_down_retry_count (Results 1 – 6 of 6) sorted by relevance
2696 nv->port_down_retry_count = 8; in qla2x00_nvram_config()2864 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()2866 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()2869 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()2870 ha->port_down_retry_count > 3) in qla2x00_nvram_config()2871 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()2872 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()2873 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()5164 nv->port_down_retry_count = cpu_to_le16(30); in qla24xx_nvram_config()5284 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla24xx_nvram_config()[all …]
215 uint16_t port_down_retry_count; member1705 uint16_t port_down_retry_count; member
2087 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()2307 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
1412 uint8_t port_down_retry_count; member3193 int port_down_retry_count; member
2496 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()
564 uint32_t dev_loss_tmo = tgt->ha->port_down_retry_count + 5; in qlt_schedule_sess_for_deletion()