Searched refs:sample_softc (Results 1 – 2 of 2) sorted by relevance
250 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()492 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()725 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()1324 struct sample_softc *ssc = arg1; in ath_rate_sysctl_smoothing_rate()1341 struct sample_softc *ssc = arg1; in ath_rate_sysctl_sample_rate()1355 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) in ath_rate_sysctlattach()1377 struct sample_softc *ssc; in ath_rate_attach()1379 ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()1396 struct sample_softc *ssc = (struct sample_softc *) arc; in ath_rate_detach()
48 struct sample_softc { struct58 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc) argument