Searched refs:MAX_LOOP_TIMEOUT (Results 1 - 3 of 3) 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_settings.h10 #define MAX_LOOP_TIMEOUT (60 * 5) macro
H A Dqla_os.c675 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
717 wait_online = jiffies + (MAX_LOOP_TIMEOUT * HZ);
743 wait_reset = jiffies + (MAX_LOOP_TIMEOUT * HZ);
765 * Wait for MAX_LOOP_TIMEOUT(5 min) value for loop
788 loop_timeout = jiffies + (MAX_LOOP_TIMEOUT * HZ);
H A Dqla_nx.c3593 wait_reset = jiffies + (MAX_LOOP_TIMEOUT * HZ);

Completed in 109 milliseconds