Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c140 static void mwl_tx_cleanupq(struct mwl_softc *, struct mwl_txq *);
382 mwl_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_VI]); in mwl_attach()
384 mwl_tx_cleanupq(sc, sc->sc_ac2q[WME_AC_BE]); in mwl_attach()
2926 mwl_tx_cleanupq(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_tx_cleanupq() function
2941 mwl_tx_cleanupq(sc, &sc->sc_txq[i]); in mwl_tx_cleanup()