Searched refs:queue_removes_at_last_tick (Results 1 – 2 of 2) sorted by relevance
72 uint32_t queue_removes_at_last_tick; /* Used by watchdog */ member
2295 } 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()