Searched refs:ql4xdiscoverywait (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/qla4xxx/
H A Dql4_glbl.h136 extern int ql4xdiscoverywait;
H A Dql4_init.c924 * This routine waits up to ql4xdiscoverywait seconds
933 discovery_wtime = jiffies + (ql4xdiscoverywait * HZ);
935 DEBUG(printk("Waiting (%d) for devices ...\n", ql4xdiscoverywait));
H A Dql4_os.c32 int ql4xdiscoverywait = 60; variable
33 module_param(ql4xdiscoverywait, int, S_IRUGO | S_IWUSR);
34 MODULE_PARM_DESC(ql4xdiscoverywait, "Discovery wait time");
H A Dql4_mbx.c411 ha->discovery_wait = ql4xdiscoverywait;

Completed in 54 milliseconds