Lines Matching defs:timeout

504 		 * increment watchdog init flag, setting watchdog timeout
510 sf_watchdog_id = timeout(sf_watch,
782 * increment watchdog init flag, setting watchdog timeout
789 sf_watchdog_id = timeout(sf_watch,
2444 * and have a valid timeout, building a private list
2451 (privp->timeout != SF_INVALID_TIMEOUT)) {
2454 * timeout valid
2631 privp->timeout = sf_watchdog_time + SF_ELS_TIMEOUT;
2701 if (privp->timeout == SF_INVALID_TIMEOUT) {
2842 privp->timeout = sf_watchdog_time + SF_ELS_TIMEOUT;
2966 privp->timeout = sf_watchdog_time + SF_ELS_TIMEOUT;
2995 privp->timeout = sf_watchdog_time + SF_ELS_TIMEOUT;
3547 privp->timeout = sf_watchdog_time + SF_FCP_TIMEOUT;
3589 if (privp->timeout == SF_INVALID_TIMEOUT) {
3760 privp->timeout = sf_watchdog_time + SF_BSY_TIMEOUT;
3763 privp->timeout = sf_watchdog_time + SF_FCP_TIMEOUT;
3898 privp->timeout = sf_watchdog_time + SF_FCP_TIMEOUT;
3942 if (privp->timeout == SF_INVALID_TIMEOUT) {
4039 privp->timeout = sf_watchdog_time + SF_BSY_TIMEOUT;
4042 privp->timeout = sf_watchdog_time + SF_FCP_TIMEOUT;
4932 p->timeout = ddi_get_lbolt() +
4939 sf_reset_timeout_id = timeout(
5058 * they timeout and will be handled differently
5339 int timeout;
5347 timeout = cmd->cmd_pkt->pkt_time ? cmd->cmd_pkt->pkt_time
5355 timeout*1000000, CQ_REQUEST_1);
5931 * sf watchdog routine, called for a timeout
6016 if (privp->timeout < sf_watchdog_time) {
6017 /* timeout this command */
6019 } else if ((privp->timeout == SF_INVALID_TIMEOUT) &&
6099 /* reset timeout */
6100 sf_watchdog_id = timeout(sf_watch, (caddr_t)0, sf_watchdog_tick);
6111 * called during a timeout to check targets
6172 * 20 seconds after the initial timeout. Now, complete it here.
6327 int rval, dflag, timeout = SF_ELS_TIMEOUT;
6336 privp->timeout = SF_INVALID_TIMEOUT;
6343 * if the timeout is *not* for a IB or host.
6365 timeout = SF_FCP_TIMEOUT;
6375 timeout = SF_FCP_TIMEOUT;
6415 privp->timeout = sf_watchdog_time + timeout;
6477 * called by timeout when a reset times out
6505 if (((rp->timeout - lb) < 0) &&
6544 sf_reset_timeout_id = timeout(sf_check_reset_delay,
6711 privp->timeout = (unsigned)0xffffffff;