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

/drivers/scsi/qla2xxx/
H A Dqla_init.c2238 nv->port_down_retry_count = 8;
2406 ha->port_down_retry_count = nv->port_down_retry_count;
2408 ha->port_down_retry_count = qlport_down_retry;
2411 if (ha->port_down_retry_count == nv->port_down_retry_count &&
2412 ha->port_down_retry_count > 3)
2413 ha->login_retry_count = ha->port_down_retry_count;
2414 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
2415 ha->login_retry_count = ha->port_down_retry_count;
[all...]
H A Dqla_fw.h215 uint16_t port_down_retry_count; member in struct:nvram_24xx
1642 uint16_t port_down_retry_count; member in struct:nvram_81xx
H A Dqla_attr.c1732 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count;
1951 fc_host_dev_loss_tmo(vha->host) = ha->port_down_retry_count;
H A Dqla_def.h1152 uint8_t port_down_retry_count; member in struct:__anon4877
2637 int port_down_retry_count; member in struct:qla_hw_data

Completed in 72 milliseconds