Searched refs:resetwaittime (Results 1 – 3 of 3) sorted by relevance
88 unsigned int resetwaittime = MEGASAS_RESET_WAIT_TIME; variable89 module_param(resetwaittime, int, S_IRUGO);90 MODULE_PARM_DESC(resetwaittime, "Wait time in seconds after I/O timeout "2664 for (i = 0; i < resetwaittime; i++) { in megasas_wait_for_outstanding()5571 if ((resetwaittime < 1) || in megasas_init_fw()5572 (resetwaittime > MEGASAS_RESET_WAIT_TIME)) in megasas_init_fw()5573 resetwaittime = MEGASAS_RESET_WAIT_TIME; in megasas_init_fw()
92 extern unsigned int resetwaittime;3832 for (i = 0; i < resetwaittime; i++) { in megasas_wait_for_outstanding_fusion()
89 3. Add resetwaittime module parameter.