Searched refs:sample_softc (Results 1 – 2 of 2) sorted by relevance
48 struct sample_softc { struct58 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc) argument
416 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()670 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()971 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()1579 struct sample_softc *ssc = arg1; in ath_rate_sysctl_smoothing_rate()1596 struct sample_softc *ssc = arg1; in ath_rate_sysctl_sample_rate()1610 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) in ath_rate_sysctlattach()1632 struct sample_softc *ssc; in ath_rate_attach()1634 ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()1651 struct sample_softc *ssc = (struct sample_softc *) arc; in ath_rate_detach()