Lines Matching refs:sc_txq
972 struct mwl_txq *txq = &sc->sc_txq[i]; in mwl_setupdma()
2216 error = mwl_txdma_setup(sc, &sc->sc_txq[i]); in mwl_dma_setup()
2231 mwl_txdma_cleanup(sc, &sc->sc_txq[i]); in mwl_dma_cleanup()
2865 txq = &sc->sc_txq[mvtype]; in mwl_tx_setup()
2937 mwl_tx_cleanupq(sc, &sc->sc_txq[i]); in mwl_tx_cleanup()
3411 if (!STAILQ_EMPTY(&sc->sc_txq[0].active)) in mwl_tx_proc()
3412 nreaped += mwl_tx_processq(sc, &sc->sc_txq[0]); in mwl_tx_proc()
3413 if (!STAILQ_EMPTY(&sc->sc_txq[1].active)) in mwl_tx_proc()
3414 nreaped += mwl_tx_processq(sc, &sc->sc_txq[1]); in mwl_tx_proc()
3415 if (!STAILQ_EMPTY(&sc->sc_txq[2].active)) in mwl_tx_proc()
3416 nreaped += mwl_tx_processq(sc, &sc->sc_txq[2]); in mwl_tx_proc()
3417 if (!STAILQ_EMPTY(&sc->sc_txq[3].active)) in mwl_tx_proc()
3418 nreaped += mwl_tx_processq(sc, &sc->sc_txq[3]); in mwl_tx_proc()
3483 mwl_tx_draintxq(sc, &sc->sc_txq[i]); in mwl_draintxq()
3497 mwl_txq_reset(sc, &sc->sc_txq[i]); in mwl_resettxq()
3516 txq = &sc->sc_txq[i]; in mwl_cleartxq()
4571 mwl_txq_dump(&sc->sc_txq[0]);/*XXX*/ in mwl_watchdog()