Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/rt/
H A Dif_rtvar.h255 unsigned long tx_queue_not_empty[2]; member
H A Dif_rt.c2105 sc->tx_queue_not_empty[0]++; in rt_watchdog()
2117 sc->tx_queue_not_empty[1]++; in rt_watchdog()
2711 "tx_queue_0_not_empty", CTLFLAG_RD, &sc->tx_queue_not_empty[0], in rt_sysctl_attach()
2715 "tx_queue_1_not_empty", CTLFLAG_RD, &sc->tx_queue_not_empty[1], in rt_sysctl_attach()