Searched refs:ath_tx_setup (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/ath/ |
| H A D | if_ath.c | 185 static int ath_tx_setup(struct ath_softc *, int, int); 791 if (!ath_tx_setup(sc, WME_AC_BK, HAL_WME_AC_BK)) { in ath_attach() 798 if (!ath_tx_setup(sc, WME_AC_BE, HAL_WME_AC_BE) || in ath_attach() 799 !ath_tx_setup(sc, WME_AC_VI, HAL_WME_AC_VI) || in ath_attach() 800 !ath_tx_setup(sc, WME_AC_VO, HAL_WME_AC_VO)) { in ath_attach() 4071 ath_tx_setup(struct ath_softc *sc, int ac, int haltype) in ath_tx_setup() function
|