Lines Matching defs:timeout

100 static timeout_id_t	fas_reset_watch; /* timeout id for reset watch	*/
217 static int fas_dopoll(struct fas *fas, int timeout);
323 static void fas_remove_cmd(struct fas *fas, struct fas_cmd *sp, int timeout);
576 fas_timeout_id = timeout(fas_watch, NULL, fas_tick);
819 * if scsi-selection-timeout property exists, use it
822 dip, 0, "scsi-selection-timeout", SCSI_DEFAULT_SELECTION_TIMEOUT);
1002 fas_timeout_id = timeout(fas_watch, NULL, fas_tick);
1251 * disallow timeout thread rescheduling
1367 fas->f_quiesce_timeid = timeout(fas_ncmds_checkdrain,
1415 * invoked from timeout() to check the number of outstanding commands
1437 IPRINTF("fas_drain: rescheduling timeout\n");
1438 fas->f_quiesce_timeid = timeout(fas_ncmds_checkdrain,
3151 * get going again or we timeout
3334 * if timeout == 0, then it has no effect on the timeout
3335 * handling; we deal with this when an actual timeout occurs.
3343 EPRINTF("dup timeout\n");
3347 EPRINTF("new timeout\n");
3632 * remove a cmd from active list and if timeout flag is set, then
3662 * Figure out what to set tag Q timeout for...
3664 * Optimize: If we have duplicate's of same timeout
3669 * find the longest timeout value and use it. This is
4051 * and a disconnected command timeout follows.
4253 * timeout is not very accurate but this
4274 bad_reselect = "timeout on receiving tag msg";
6558 int timeout = 0;
6576 IPRINTF("runpoll: timeout on draining\n");
6601 if (timeout < POLL_TIMEOUT) {
6602 timeout += 100;
6671 IPRINTF("runpoll: timeout on polling\n");
6703 IPRINTF("polled timeout on disc. cmd\n");
6778 * timeout is not very accurate since we don't know how
6781 * timeout prematurely
6802 fas_printstate(fas, "polled command timeout");
7103 * copy the timeout from the original packet by lack of a better
7105 * we could take the residue of the timeout but that could cause
7180 timeout(fas_restart_cmd, fas,
7188 * invoked from timeout() to restart qfull cmds with throttle == 0
7301 fas_timeout_id = timeout(fas_watch, NULL, fas_tick);
7336 "fas_watchsubr: slot %x: tcmds=%x, timeout=%x\n",
7356 IPRINTF1("pending timeout on slot=%x\n",
7367 * timeout recovery
7381 debug_enter("timeout");
7437 * dump all we know about this timeout
7442 "Disconnected command timeout for Target %d.%d",
7447 "Connected command timeout for Target %d.%d",
7450 * Current command timeout appears to relate often
7458 fas_printstate(fas, "timeout");
7462 "Disconnected tagged cmd(s) (%d) timeout for Target %d.%d",
8377 fas_reset_watch = timeout(fas_watch_reset_delay, NULL,
8404 * fas_watch_reset_delay(_subr) is invoked by timeout() and checks every