Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswvar.h72 uint32_t queue_removes_at_last_tick; /* Used by watchdog */ member
H A Dif_cpsw.c2295 } else if (sc->tx.queue_removes > sc->tx.queue_removes_at_last_tick) { in cpsw_tx_watchdog()
2308 sc->tx.queue_removes_at_last_tick = sc->tx.queue_removes; in cpsw_tx_watchdog()