Searched refs:port_down_retry_count (Results 1 – 6 of 6) sorted by relevance
4880 nv->port_down_retry_count = 8; in qla2x00_nvram_config()5033 ha->port_down_retry_count = nv->port_down_retry_count; in qla2x00_nvram_config()5035 ha->port_down_retry_count = qlport_down_retry; in qla2x00_nvram_config()5038 if (ha->port_down_retry_count == nv->port_down_retry_count && in qla2x00_nvram_config()5039 ha->port_down_retry_count > 3) in qla2x00_nvram_config()5040 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()5041 else if (ha->port_down_retry_count > (int)ha->login_retry_count) in qla2x00_nvram_config()5042 ha->login_retry_count = ha->port_down_retry_count; in qla2x00_nvram_config()7576 nv->port_down_retry_count = cpu_to_le16(30); in qla24xx_nvram_config()7695 ha->port_down_retry_count = le16_to_cpu(nv->port_down_retry_count); in qla24xx_nvram_config()[all …]
264 __le16 port_down_retry_count; member2030 __le16 port_down_retry_count; member
3068 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla24xx_vport_create()3295 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count; in qla2x00_init_host_attr()
1810 uint8_t port_down_retry_count; member4310 int port_down_retry_count; member
1325 if (vha->link_down_time < vha->hw->port_down_retry_count) { in qla2x00_async_event()
3078 ha->port_down_retry_count = 30; /* default value */ in qla2x00_probe_one()