Searched refs:ath_tx_setup (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | ath.c | 170 static int ath_tx_setup(struct ath_softc *, int, int); 424 if (!ath_tx_setup(sc, WME_AC_BK, HAL_WME_AC_BK)) { in ath_attach() 430 if (!ath_tx_setup(sc, WME_AC_BE, HAL_WME_AC_BE) || in ath_attach() 431 !ath_tx_setup(sc, WME_AC_VI, HAL_WME_AC_VI) || in ath_attach() 432 !ath_tx_setup(sc, WME_AC_VO, HAL_WME_AC_VO)) { in ath_attach() 3399 ath_tx_setup(struct ath_softc *sc, int ac, int haltype) in ath_tx_setup() function
|