Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1443 if (sc->sc_tx99 != NULL) in ath_detach()
1444 sc->sc_tx99->detach(sc->sc_tx99); in ath_detach()
2790 if (sc->sc_tx99 != NULL) in ath_stop()
2791 sc->sc_tx99->stop(sc->sc_tx99); in ath_stop()
6636 if (sc->sc_tx99 != NULL) in ath_parent()
6637 sc->sc_tx99->start(sc->sc_tx99); in ath_parent()
H A Dif_athvar.h613 struct ath_tx99 *sc_tx99; /* tx99 adjunct state */ member