Home
last modified time | relevance | path

Searched refs:sc_rx_stopped (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c175 sc->sc_rx_stopped = 1; in ath_edma_stoprecv()
248 sc->sc_rx_resetted, sc->sc_rx_stopped); in ath_edma_startrecv()
265 if (sc->sc_rx_resetted == 1 || sc->sc_rx_stopped == 1) { in ath_edma_startrecv()
279 sc->sc_rx_stopped); in ath_edma_startrecv()
303 sc->sc_rx_stopped = 0; in ath_edma_startrecv()
H A Dif_ath.c2025 sc->sc_rx_stopped = 1; in ath_resume()
2633 sc->sc_rx_stopped = 1; in ath_init()
3018 sc->sc_rx_stopped = 1; in ath_reset()
5331 sc->sc_rx_stopped = 1; in ath_chan_set()
H A Dif_athvar.h592 int sc_rx_stopped; /* XXX only for EDMA */ member