Lines Matching defs:timeout
181 unsigned long timeout;
193 timeout = jiffies + msecs_to_jiffies(10000);
200 && time_before(jiffies, timeout));
378 unsigned long timeout;
384 timeout = jiffies + msecs_to_jiffies(500);
386 && time_before(jiffies, timeout))
416 timeout = jiffies + msecs_to_jiffies(1);
417 while (time_before(jiffies, timeout))
429 timeout = jiffies + msecs_to_jiffies(500);
431 && time_before(jiffies, timeout))
895 * @timeout Max duration to wait (ms)
901 static int mtip_quiesce_io(struct mtip_port *port, unsigned long timeout)
908 to = jiffies + msecs_to_jiffies(timeout);
950 * @timeout Time in ms to wait for the command to complete.
964 unsigned long timeout)
1015 rq->timeout = timeout;
1034 mtip_device_reset(dd); /* recover from timeout issue */
1082 unsigned int *timeout, u8 erasemode)
1086 *timeout = 120000; /* 2 minutes */
1091 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1093 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1096 *timeout = 120000; /* 2 minutes */
1100 *timeout = 60000; /* 60 seconds */
1103 *timeout = 15000; /* 15 seconds */
1106 *timeout = MTIP_IOCTL_CMD_TIMEOUT_MS;
1217 unsigned int timeout;
1225 mtip_set_timeout(port->dd, &fis, &timeout, 0);
1234 timeout);
1720 unsigned int timeout;
1843 mtip_set_timeout(dd, &fis, &timeout, erasemode);
1858 timeout) < 0) {
2537 * -EFAULT FTL rebuild error/timeout/interruption
2541 unsigned long timeout, cnt = 0, start;
2547 timeout = jiffies + msecs_to_jiffies(MTIP_FTL_REBUILD_TIMEOUT_MS);
2576 } while (time_before(jiffies, timeout));
2578 /* Check for timeout */
2873 unsigned long timeout, timetaken;
2929 timeout = jiffies + msecs_to_jiffies(30000);
2931 time_before(jiffies, timeout)) {
2955 "Card did not reset within timeout\n");
3563 .timeout = mtip_cmd_timeout,
3630 dd->tags.timeout = MTIP_NCQ_CMD_TIMEOUT_MS;