Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/afe/
H A Dafeimpl.h122 hrtime_t afe_txstall_time; member
H A Dafe.c742 if ((afep->afe_txstall_time != 0) && in afe_watchdog()
743 (gethrtime() > afep->afe_txstall_time) && in afe_watchdog()
745 afep->afe_txstall_time = 0; in afe_watchdog()
2031 afep->afe_txstall_time = gethrtime() + (5 * 1000000000ULL); in afe_send()