Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c706 ip->tx_wdog = 0; in iprb_cmd_reclaim()
708 ip->tx_wdog = gethrtime(); in iprb_cmd_reclaim()
780 ip->tx_wdog = gethrtime(); in iprb_cmd_submit()
1683 if (ip->tx_wdog && ((gethrtime() - ip->tx_wdog) > ip->tx_timeout)) { in iprb_periodic()
H A Diprb.h87 hrtime_t tx_wdog; member