Home
last modified time | relevance | path

Searched refs:rev_timeout_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h205 uint32_t rev_timeout_cnt; /* number of watchdog invocations */ member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4535 pp->rev_timeout_cnt = (pp->hw == &x86) ? 1 : in ecp_peripheral2host()
4538 pp->rev_timeout_cnt = (pp->hw == &m1553) ? 1 : in ecp_peripheral2host()
4549 len, xfer_time, pp->rev_watchdog, pp->rev_timeout_cnt); in ecp_peripheral2host()
4584 if (--pp->rev_timeout_cnt == 0) { in ecpp_ecp_read_timeout()