Home
last modified time | relevance | path

Searched refs:sc_rc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
/freebsd/sys/dev/ath/
H A Dif_ath.c832 sc->sc_rc = ath_rate_attach(sc); in ath_attach()
833 if (sc->sc_rc == NULL) { in ath_attach()
1444 ath_rate_detach(sc->sc_rc); in ath_detach()
3903 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; in ath_node_alloc()
H A Dif_athvar.h612 struct ath_ratectrl *sc_rc; /* tx rate control support */ member