Home
last modified time | relevance | path

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

/freebsd-14.2/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.c414 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, in pick_sample_rate()
668 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in ath_rate_findrate()
969 struct sample_softc *ssc = ATH_SOFTC_SAMPLE(sc); in update_stats()
1587 struct sample_softc *ssc = arg1; in ath_rate_sysctl_smoothing_rate()
1604 struct sample_softc *ssc = arg1; in ath_rate_sysctl_sample_rate()
1618 ath_rate_sysctlattach(struct ath_softc *sc, struct sample_softc *ssc) in ath_rate_sysctlattach()
1640 struct sample_softc *ssc; in ath_rate_attach()
1642 ssc = malloc(sizeof(struct sample_softc), M_DEVBUF, M_NOWAIT|M_ZERO); in ath_rate_attach()
1659 struct sample_softc *ssc = (struct sample_softc *) arc; in ath_rate_detach()