Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.c704 ip->tx_wdog = 0; in iprb_cmd_reclaim()
706 ip->tx_wdog = gethrtime(); in iprb_cmd_reclaim()
778 ip->tx_wdog = gethrtime(); in iprb_cmd_submit()
1674 if (ip->tx_wdog && ((gethrtime() - ip->tx_wdog) > ip->tx_timeout)) { in iprb_periodic()
H A Diprb.h87 hrtime_t tx_wdog; member