Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mwl/
Dif_mwl.c138 static void mwl_tx_cleanupq(struct mwl_softc *, struct mwl_txq *);
395 mwl_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_VI]); in mwl_attach()
397 mwl_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_BE]); in mwl_attach()
3039 mwl_tx_cleanupq(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_tx_cleanupq() function
3054 mwl_tx_cleanupq(sc, &sc->sc_txq[i]); in mwl_tx_cleanup()