Home
last modified time | relevance | path

Searched refs:fifo_cnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_runvar.h236 uint8_t fifo_cnt; member
H A Dif_mtwvar.h294 uint8_t fifo_cnt; member
H A Dif_mtw.c2142 MTW_DPRINTF(sc, MTW_DEBUG_XMIT, "count=%d\n", sc->fifo_cnt); in mtw_drain_fifo()
2144 sc->fifo_cnt = 0; in mtw_drain_fifo()
3158 if (sc->fifo_cnt++ == 10) { in mtw_tx()
H A Dif_run.c2672 RUN_DPRINTF(sc, RUN_DEBUG_XMIT, "count=%d\n", sc->fifo_cnt); in run_drain_fifo()
2674 sc->fifo_cnt = 0; in run_drain_fifo()
3556 if (sc->fifo_cnt++ == 10) { in run_tx()