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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath.c186 static int ath_tx_setup(struct ath_softc *, int, int);
791 if (!ath_tx_setup(sc, WME_AC_BK, HAL_WME_AC_BK)) {
798 if (!ath_tx_setup(sc, WME_AC_BE, HAL_WME_AC_BE) ||
799 !ath_tx_setup(sc, WME_AC_VI, HAL_WME_AC_VI) ||
800 !ath_tx_setup(sc, WME_AC_VO, HAL_WME_AC_VO)) {
4021 ath_tx_setup(struct ath_softc *sc, int ac, int haltype) function

Completed in 119 milliseconds