Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c3325 mwl_tx_processq(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_tx_processq() function
3426 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc()
3428 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc()
3430 nreaped += mwl_tx_processq(sc, &sc->sc_txq[2]); in mwl_tx_proc()
3432 nreaped += mwl_tx_processq(sc, &sc->sc_txq[3]); in mwl_tx_proc()