Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h56 #define ATH_SOFTC_SAMPLE(sc) ((struct sample_softc *)sc->sc_rc)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c834 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()
H A Dif_athvar.h612 struct ath_ratectrl *sc_rc; /* tx rate control support */ member