Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_rate/sample/
HDsample.h56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
/trueos/sys/dev/ath/
HDif_ath.c504 sc->sc_rc = ath_rate_attach(sc); in ath_attach()
505 if (sc->sc_rc == NULL) { in ath_attach()
1048 ath_rate_detach(sc->sc_rc); in ath_detach()
3576 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; in ath_node_alloc()
HDif_athvar.h586 struct ath_ratectrl *sc_rc; /* tx rate control support */ member