Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath.c194 static int ath_tx_setup(struct ath_softc *, int, int);
796 if (!ath_tx_setup(sc, WME_AC_BK, HAL_WME_AC_BK)) {
803 if (!ath_tx_setup(sc, WME_AC_BE, HAL_WME_AC_BE) ||
804 !ath_tx_setup(sc, WME_AC_VI, HAL_WME_AC_VI) ||
805 !ath_tx_setup(sc, WME_AC_VO, HAL_WME_AC_VO)) {
4045 ath_tx_setup(struct ath_softc *sc, int ac, int haltype) function