HomeSort by: relevance | last modified time | path
    Searched refs:sc_tx99 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 687 if (sc->sc_tx99 != NULL)
688 sc->sc_tx99->detach(sc->sc_tx99);
1104 if (sc->sc_tx99 != NULL)
1105 sc->sc_tx99->start(sc->sc_tx99);
1146 if (sc->sc_tx99 != NULL)
1147 sc->sc_tx99->stop(sc->sc_tx99);
athvar.h 206 struct ath_tx99 *sc_tx99; /* tx99 adjunct state */ member in struct:ath_softc

Completed in 16 milliseconds