Home
last modified time | relevance | path

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

/trueos/sys/dev/mwl/
HDif_mwl.c3450 mwl_tx_processq(struct mwl_softc *sc, struct mwl_txq *txq) in mwl_tx_processq() function
3566 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc()
3568 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc()
3570 nreaped += mwl_tx_processq(sc, &sc->sc_txq[2]); in mwl_tx_proc()
3572 nreaped += mwl_tx_processq(sc, &sc->sc_txq[3]); in mwl_tx_proc()