Searched refs:pcn_txstall_time (Results 1 – 2 of 2) sorted by relevance
184 hrtime_t pcn_txstall_time; member
783 pcnp->pcn_txstall_time = gethrtime() + (5 * 1000000000ULL); in pcn_send()1312 if ((pcnp->pcn_txstall_time != 0) && in pcn_watchdog()1313 (gethrtime() > pcnp->pcn_txstall_time) && in pcn_watchdog()1315 pcnp->pcn_txstall_time = 0; in pcn_watchdog()