Searched refs:min_wait (Results 1 - 1 of 1) 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.c1842 uint16_t min_wait; /* Minimum wait time if loop is down */ local
1850 min_wait = 20;
1856 if ((wait_time = (ha->retry_count*ha->login_timeout) + 5) < min_wait) {
1857 wait_time = min_wait;
1861 mtime = jiffies + (min_wait * HZ);
1916 /* Loop down. Timeout on min_wait for states
1928 /* Mailbox cmd failed. Timeout on min_wait. */

Completed in 26 milliseconds