Searched refs:WATCHDOG_TIME (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h356 #define WATCHDOG_TIME 5 /* 0 - 255 */ macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c7481 poll_wait = (sp->wdg_q_time + 2) * WATCHDOG_TIME;
9681 ha->watchdog_timer = WATCHDOG_TIME;
9692 WATCHDOG_TIME;
9806 * The WATCHDOG_TIME must be rounded up + 1. As an example,
9807 * consider a 1 second timeout. If the WATCHDOG_TIME is 1, it
9812 sp->wdg_q_time = (sp->isp_timeout + WATCHDOG_TIME - 1) /
9813 WATCHDOG_TIME;

Completed in 80 milliseconds