Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c1441 if (sc->sc_tx99 != NULL) in ath_detach()
1442 sc->sc_tx99->detach(sc->sc_tx99); in ath_detach()
2782 if (sc->sc_tx99 != NULL) in ath_stop()
2783 sc->sc_tx99->stop(sc->sc_tx99); in ath_stop()
6628 if (sc->sc_tx99 != NULL) in ath_parent()
6629 sc->sc_tx99->start(sc->sc_tx99); in ath_parent()
H A Dif_athvar.h613 struct ath_tx99 *sc_tx99; /* tx99 adjunct state */ member