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

  /src/sys/dev/ic/
athrate-sample.h 48 struct sample_softc { struct
53 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
athrate-sample.c 259 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
404 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc);
772 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *osc)
799 struct sample_softc *osc;
802 osc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_WAITOK|M_ZERO);
813 struct sample_softc *osc = (struct sample_softc *) arc;

Completed in 12 milliseconds