Searched refs:sc_rc (Results 1 – 3 of 3) sorted by relevance
56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
834 sc->sc_rc = ath_rate_attach(sc); in ath_attach()835 if (sc->sc_rc == NULL) { in ath_attach()1446 ath_rate_detach(sc->sc_rc); in ath_detach()3911 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; in ath_node_alloc()
612 struct ath_ratectrl *sc_rc; /* tx rate control support */ member