Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c5336 nv->port_down_retry_count = 8; in qla2x00_nvram_config()
5489 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()
5491 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()
5494 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()
5495 ha->port_down_retry_count > 3) in qla2x00_nvram_config()
5496 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()
5497 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()
5498 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.c3126 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()
3376 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
H A Dqla_def.h1896 uint8_t port_down_retry_count;
4460 int port_down_retry_count;
1875 uint8_t port_down_retry_count; global() member
4436 int port_down_retry_count; global() member
H A Dqla_isr.c1481 if (vha->link_down_time < vha->hw->port_down_retry_count) { in qla2x00_async_event()
H A Dqla_os.c3159 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()