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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c2237 nv->port_down_retry_count = 8;
2400 ha->port_down_retry_count = nv->port_down_retry_count;
2402 ha->port_down_retry_count = qlport_down_retry;
2405 if (ha->port_down_retry_count == nv->port_down_retry_count &&
2406 ha->port_down_retry_count > 3)
2407 ha->login_retry_count = ha->port_down_retry_count;
2408 else if (ha->port_down_retry_count > (int)ha->login_retry_count)
2409 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
1628 uint16_t port_down_retry_count; member in struct:nvram_81xx
H A Dqla_def.h1133 uint8_t port_down_retry_count; member in struct:__anon14927
2584 int port_down_retry_count; member in struct:qla_hw_data
H A Dqla_os.c1304 rport->dev_loss_tmo = ha->port_down_retry_count;

Completed in 207 milliseconds