Lines Matching refs:sc_txq
3367 if (qnum >= N(sc->sc_txq)) { in ath_txq_setup()
3370 qnum, N(sc->sc_txq)); in ath_txq_setup()
3375 struct ath_txq *txq = &sc->sc_txq[qnum]; in ath_txq_setup()
3385 return &sc->sc_txq[qnum]; in ath_txq_setup()
3488 ath_tx_cleanupq(sc, &sc->sc_txq[i]); in ath_tx_cleanup()
4236 if (txqactive(sc->sc_ah, 0) && ath_tx_processq(sc, &sc->sc_txq[0]) > 0) in ath_tx_proc_q0()
4273 nacked += ath_tx_processq(sc, &sc->sc_txq[0]); in ath_tx_proc_q0123()
4275 nacked += ath_tx_processq(sc, &sc->sc_txq[1]); in ath_tx_proc_q0123()
4277 nacked += ath_tx_processq(sc, &sc->sc_txq[2]); in ath_tx_proc_q0123()
4279 nacked += ath_tx_processq(sc, &sc->sc_txq[3]); in ath_tx_proc_q0123()
4317 nacked += ath_tx_processq(sc, &sc->sc_txq[i]); in ath_tx_proc()
4409 ath_tx_stopdma(sc, &sc->sc_txq[i]); in ath_draintxq()
4413 ath_tx_draintxq(sc, &sc->sc_txq[i]); in ath_draintxq()
5283 axq = &sc->sc_txq[i]; in ath_watchdog()