Home
last modified time | relevance | path

Searched refs:sample_softc (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/ath/ath_rate/sample/
H A Dsample.h46 struct sample_softc { struct
56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc) argument
H A Dsample.c415 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()
669 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()
975 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()
1594 struct sample_softc *ssc = arg1; in ath_rate_sysctl_smoothing_rate()
1611 struct sample_softc *ssc = arg1; in ath_rate_sysctl_sample_rate()
1625 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) in ath_rate_sysctlattach()
1647 struct sample_softc *ssc; in ath_rate_attach()
1649 ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()
1666 struct sample_softc *ssc = (struct sample_softc *) arc; in ath_rate_detach()