Searched refs:sc_rc (Results 1 – 3 of 3) sorted by relevance
56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
504 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()
586 struct ath_ratectrl *sc_rc; /* tx rate control support */ member