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

/freebsd-10-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h57 uint32_t queue_removes_at_last_tick; /* Used by watchdog */ member in struct:cpsw_queue
H A Dif_cpsw.c1840 } else if (sc->tx.queue_removes > sc->tx.queue_removes_at_last_tick) {
1854 sc->tx.queue_removes_at_last_tick = sc->tx.queue_removes;

Completed in 62 milliseconds