Searched refs:ath_tx_findrix (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_misc.h48 extern int ath_tx_findrix(const struct ath_softc *sc, uint8_t rate);
H A Dif_ath_tdma.c279 rix = ath_tx_findrix(sc, tp->ucastrate);
281 rix = ath_tx_findrix(sc, tp->mcastrate);
H A Dif_ath_tx.c1292 cix = ath_tx_findrix(sc, bf->bf_state.bfs_ctsrate0);
2247 rix = ath_tx_findrix(sc, params->ibp_rate0);
2351 rix = ath_tx_findrix(sc, params->ibp_rate1);
2355 rix = ath_tx_findrix(sc, params->ibp_rate2);
2359 rix = ath_tx_findrix(sc, params->ibp_rate3);
H A Dif_ath.c4161 ath_tx_findrix(const struct ath_softc *sc, uint8_t rate) function
6246 an->an_mcastrix = ath_tx_findrix(sc, tp->mcastrate);
6247 an->an_mgmtrix = ath_tx_findrix(sc, tp->mgmtrate);
6484 sc->sc_protrix = ath_tx_findrix(sc, 2*2);
6486 sc->sc_protrix = ath_tx_findrix(sc, 2*1);

Completed in 128 milliseconds