Searched refs:sc_txrix (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_ioctl.c264 rt->info[sc->sc_txrix].dot11Rate &~ IEEE80211_RATE_BASIC;
265 if (rt->info[sc->sc_txrix].phy & IEEE80211_T_HT)
H A Dif_ath.c4618 ath_led_event(sc, sc->sc_txrix);
4675 ath_led_event(sc, sc->sc_txrix);
4723 ath_led_event(sc, sc->sc_txrix);
H A Dif_athvar.h728 u_int8_t sc_txrix; /* current tx rate for LED */ member in struct:ath_softc
H A Dif_ath_tx.c1405 sc->sc_txrix = rix; /* for LED blinking */
2272 sc->sc_txrix = rix;
/freebsd-current/sys/dev/iwi/
H A Dif_iwivar.h210 u_int8_t sc_txrix; member in struct:iwi_softc
H A Dif_iwi.c3453 if (blinkrates[sc->sc_txrix].rate != txrate) {
3457 sc->sc_txrix = j;
3459 j = sc->sc_txrix;

Completed in 108 milliseconds