Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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.c2027 sc->sc_rx_stopped = 1; in ath_resume()
2641 sc->sc_rx_stopped = 1; in ath_init()
3026 sc->sc_rx_stopped = 1; in ath_reset()
5339 sc->sc_rx_stopped = 1; in ath_chan_set()
H A Dif_athvar.h592 int sc_rx_stopped; /* XXX only for EDMA */ member