Lines Matching refs:txqs
1010 txq = &ah->txqs[qnum]; in ath5k_txq_setup()
1022 return &ah->txqs[qnum]; in ath5k_txq_setup()
1116 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++) { in ath5k_drain_tx_buffs()
1117 if (ah->txqs[i].setup) { in ath5k_drain_tx_buffs()
1118 txq = &ah->txqs[i]; in ath5k_drain_tx_buffs()
1141 struct ath5k_txq *txq = ah->txqs; in ath5k_txq_release()
1144 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++, txq++) in ath5k_txq_release()
1793 if (ah->txqs[i].setup && (ah->ah_txq_isr_txok_all & BIT(i))) in ath5k_tasklet_tx()
1794 ath5k_tx_processq(ah, &ah->txqs[i]); in ath5k_tasklet_tx()
2009 trace_ath5k_tx(ah, bf->skb, &ah->txqs[ah->bhalq]); in ath5k_beacon_send()
2474 for (i = 0; i < ARRAY_SIZE(ah->txqs); i++) { in ath5k_tx_complete_poll_work()
2475 if (ah->txqs[i].setup) { in ath5k_tx_complete_poll_work()
2476 txq = &ah->txqs[i]; in ath5k_tx_complete_poll_work()