Searched refs:sample_softc (Results 1 – 2 of 2) sorted by relevance
248 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()490 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()723 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()1318 struct sample_softc *ssc = arg1; in ath_rate_sysctl_smoothing_rate()1335 struct sample_softc *ssc = arg1; in ath_rate_sysctl_sample_rate()1349 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) in ath_rate_sysctlattach()1371 struct sample_softc *ssc; in ath_rate_attach()1373 ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()1390 struct sample_softc *ssc = (struct sample_softc *) arc; in ath_rate_detach()
46 struct sample_softc { struct56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc) argument