Lines Matching defs:timeout
165 #define MPT_IOCTL_DEFAULT_TIMEOUT 10 /* Default timeout value (seconds) */
323 unsigned long timeout;
369 timeout = 40;
372 timeout = 30;
376 timeout = 10;
381 printk(MYIOC_s_DEBUG_FMT "TaskMgmt type=%d timeout=%ld\n",
382 ioc->name, tm_type, timeout));
404 ii = wait_for_completion_timeout(&ioc->taskmgmt_cmds.done, timeout*HZ);
939 "FW download timeout, doorbell=0x%08x\n",
1692 * -EBUSY if previous command timeout and IOC reset is not complete.
1723 * -EBUSY if previous command timeout and IOC reset is not complete.
1745 ulong timeout;
2195 timeout = (karg.timeout > 0) ? karg.timeout : MPT_IOCTL_DEFAULT_TIMEOUT;
2198 HZ*timeout);
2210 "mpt cmd timeout, doorbell=0x%08x"
2316 * -EBUSY if previous command timeout and IOC reset is not complete.
2395 cfg.timeout = 10;
2504 "HOST INFO command timeout, doorbell=0x%08x\n",
2550 * -EBUSY if previous command timeout and IOC reset is not complete.
2606 cfg.timeout = 0;
2655 cfg.timeout = 0;
2785 karg.timeout = karg32.timeout;