Home
last modified time | relevance | path

Searched refs:port_down_retry_count (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_init.c4787 nv->port_down_retry_count = 8; in qla2x00_nvram_config()
4940 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
4942 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
4945 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
4946 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
4947 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
4948 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
4949 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
[all...]
H A Dqla_fw.h263 __le16 port_down_retry_count; member
2002 __le16 port_down_retry_count; member
H A Dqla_attr.c3058 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3305 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
H A Dqla_def.h1759 uint8_t port_down_retry_count; member
4198 int port_down_retry_count; member
H A Dqla_os.c3003 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_init.c5282 nv->port_down_retry_count = 8; in qla2x00_nvram_config()
5435 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
5437 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
5440 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
5441 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
5442 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
5443 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
5444 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
[all...]
H A Dqla_fw.h264 __le16 port_down_retry_count; member
2033 __le16 port_down_retry_count; member
H A Dqla_attr.c3123 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3372 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
H A Dqla_def.h1875 uint8_t port_down_retry_count; member
4426 int port_down_retry_count; member
H A Dqla_isr.c1474 if (vha->link_down_time < vha->hw->port_down_retry_count) { in qla2x00_async_event()
H A Dqla_os.c3166 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()

Completed in 80 milliseconds