Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_init.c4534 nv->port_down_retry_count = 8; in qla2x00_nvram_config()
4687 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
4689 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
4692 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
4693 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
4694 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
4695 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
4696 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
7141 nv->port_down_retry_count = cpu_to_le16(30); in qla24xx_nvram_config()
7260 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla24xx_nvram_config()
[all …]
Dqla_fw.h261 uint16_t port_down_retry_count; member
1855 uint16_t port_down_retry_count; member
Dqla_attr.c2862 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3086 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
Dqla_def.h1689 uint8_t port_down_retry_count; member
3923 int port_down_retry_count; member
Dqla_os.c2985 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()