Lines Matching refs:txqs
2082 uint32_t txqs; in ath_intr() local
2294 txqs = 0xffffffff; in ath_intr()
2295 ath_hal_gettxintrtxqs(sc->sc_ah, &txqs); in ath_intr()
2298 txqs, in ath_intr()
2300 sc->sc_txq_active | txqs); in ath_intr()
2301 sc->sc_txq_active |= txqs; in ath_intr()
4595 uint32_t txqs; in ath_tx_proc_q0() local
4599 txqs = sc->sc_txq_active; in ath_tx_proc_q0()
4600 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0()
4608 "ath_tx_proc_q0: txqs=0x%08x", txqs); in ath_tx_proc_q0()
4610 if (TXQACTIVE(txqs, 0) && ath_tx_processq(sc, &sc->sc_txq[0], 1)) in ath_tx_proc_q0()
4613 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0()
4640 uint32_t txqs; in ath_tx_proc_q0123() local
4644 txqs = sc->sc_txq_active; in ath_tx_proc_q0123()
4645 sc->sc_txq_active &= ~txqs; in ath_tx_proc_q0123()
4653 "ath_tx_proc_q0123: txqs=0x%08x", txqs); in ath_tx_proc_q0123()
4659 if (TXQACTIVE(txqs, 0)) in ath_tx_proc_q0123()
4661 if (TXQACTIVE(txqs, 1)) in ath_tx_proc_q0123()
4663 if (TXQACTIVE(txqs, 2)) in ath_tx_proc_q0123()
4665 if (TXQACTIVE(txqs, 3)) in ath_tx_proc_q0123()
4667 if (TXQACTIVE(txqs, sc->sc_cabq->axq_qnum)) in ath_tx_proc_q0123()
4696 uint32_t txqs; in ath_tx_proc() local
4700 txqs = sc->sc_txq_active; in ath_tx_proc()
4701 sc->sc_txq_active &= ~txqs; in ath_tx_proc()
4708 ATH_KTR(sc, ATH_KTR_TXCOMP, 1, "ath_tx_proc: txqs=0x%08x", txqs); in ath_tx_proc()
4715 if (ATH_TXQ_SETUP(sc, i) && TXQACTIVE(txqs, i)) in ath_tx_proc()