Home
last modified time | relevance | path

Searched refs:port_down_retry_count (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_init.c2698 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()
[all …]
Dqla_fw.h215 uint16_t port_down_retry_count; member
1705 uint16_t port_down_retry_count; member
Dqla_attr.c2073 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
2293 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
Dqla_def.h1412 uint8_t port_down_retry_count; member
3189 int port_down_retry_count; member
Dqla_os.c2500 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()
Dqla_target.c564 uint32_t dev_loss_tmo = tgt->ha->port_down_retry_count + 5; in qlt_schedule_sess_for_deletion()