Searched refs:ath_txq (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.h23 struct ath_txq;
169 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_txq *txq,
206 struct ath_txq *txq,
H A Dath9k.h197 struct ath_txq { struct
283 struct ath_txq *txq;
299 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
329 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
330 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
334 struct ath_txq *txq, bool retry_tx);
337 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
407 struct ath_txq *cabq;
H A Dxmit.c51 static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq,
55 struct ath_txq *txq, struct list_head *bf_q,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
105 static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid)
127 struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum];
145 struct ath_txq *txq = &sc->tx.txq[tid->ac->qnum];
213 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq,
243 static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq,
304 static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq,
669 struct ath_txq *tx
[all...]
H A Dbeacon.c116 struct ath_txq *cabq;
H A Ddebug.c676 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_txq *txq,

Completed in 85 milliseconds