Searched refs:sample_softc (Results 1 – 2 of 2) sorted by relevance
259 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()404 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()772 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *osc) in ath_rate_sysctlattach()799 struct sample_softc *osc; in ath_rate_attach()802 osc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_WAITOK|M_ZERO); in ath_rate_attach()813 struct sample_softc *osc = (struct sample_softc *) arc; in ath_rate_detach()
48 struct sample_softc { struct53 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc) argument