Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c186 static void ath_tx_cleanupq(struct ath_softc *, struct ath_txq *);
811 ath_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_VI]); in ath_attach()
813 ath_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_BE]); in ath_attach()
4189 ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq) in ath_tx_cleanupq() function
4208 ath_tx_cleanupq(sc, &sc->sc_txq[i]); in ath_tx_cleanup()