Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_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()
HDif_ath.c2016 sc->sc_rx_stopped = 1; in ath_resume()
2584 sc->sc_rx_stopped = 1; in ath_init()
2969 sc->sc_rx_stopped = 1; in ath_reset()
5277 sc->sc_rx_stopped = 1; in ath_chan_set()
HDif_athvar.h591 int sc_rx_stopped; /* XXX only for EDMA */ member