Symbol: ath_txq
drivers/net/wireless/ath/ath9k/ath9k.h
238
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/ath9k.h
276
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/ath9k.h
291
struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
drivers/net/wireless/ath/ath9k/ath9k.h
293
struct ath_txq *txq_map[IEEE80211_NUM_ACS];
drivers/net/wireless/ath/ath9k/ath9k.h
294
struct ath_txq *uapsdq;
drivers/net/wireless/ath/ath9k/ath9k.h
567
static inline void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/ath9k.h
571
static inline void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/ath9k.h
582
struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
drivers/net/wireless/ath/ath9k/ath9k.h
583
void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
drivers/net/wireless/ath/ath9k/ath9k.h
584
void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq);
drivers/net/wireless/ath/ath9k/ath9k.h
586
void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq);
drivers/net/wireless/ath/ath9k/ath9k.h
589
void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq);
drivers/net/wireless/ath/ath9k/ath9k.h
710
struct ath_txq *cabq;
drivers/net/wireless/ath/ath9k/beacon.c
120
struct ath_txq *cabq = sc->beacon.cabq;
drivers/net/wireless/ath/ath9k/beacon.c
38
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/debug.c
608
static void print_queue(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/debug.c
625
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/debug.c
813
struct ath_tx_status *ts, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/debug.h
23
struct ath_txq;
drivers/net/wireless/ath/ath9k/debug.h
262
struct ath_tx_status *ts, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/debug.h
299
struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/debug_sta.c
29
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/gpio.c
415
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/link.c
25
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/main.c
1720
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/main.c
60
static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/main.c
853
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
1027
ath_tx_form_aggr(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
106
void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/xmit.c
134
struct ath_txq *txq = tid->txq;
drivers/net/wireless/ath/ath9k/xmit.c
1404
struct ath_txq *txq, int len)
drivers/net/wireless/ath/ath9k/xmit.c
1496
ath_tx_form_burst(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
1529
static int ath_tx_sched_aggr(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
1576
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
1616
struct ath_txq *txq = txtid->txq;
drivers/net/wireless/ath/ath9k/xmit.c
1648
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
1698
struct ath_txq *txq = sc->tx.uapsdq;
drivers/net/wireless/ath/ath9k/xmit.c
1758
struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype)
drivers/net/wireless/ath/ath9k/xmit.c
1810
struct ath_txq *txq = &sc->tx.txq[axq_qnum];
drivers/net/wireless/ath/ath9k/xmit.c
1872
static void ath_drain_txq_list(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
1905
void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/xmit.c
1933
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
1971
void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/xmit.c
1980
void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/xmit.c
2021
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
2041
static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
2108
static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
213
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
2214
struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
2333
struct ath_txq *txq = txctl->txq;
drivers/net/wireless/ath/ath9k/xmit.c
2458
int tx_flags, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
2510
struct ath_txq *txq, struct list_head *bf_q,
drivers/net/wireless/ath/ath9k/xmit.c
2622
static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
drivers/net/wireless/ath/ath9k/xmit.c
2716
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
280
struct ath_txq *txq = tid->txq;
drivers/net/wireless/ath/ath9k/xmit.c
2883
struct ath_txq *txq;
drivers/net/wireless/ath/ath9k/xmit.c
360
static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
387
static void ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
483
static void ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
56
static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
59
int tx_flags, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
62
struct ath_txq *txq, struct list_head *bf_q,
drivers/net/wireless/ath/ath9k/xmit.c
65
static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
72
struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
725
static void ath_tx_process_buffer(struct ath_softc *sc, struct ath_txq *txq,
drivers/net/wireless/ath/ath9k/xmit.c
938
ath_tx_get_tid_subframe(struct ath_softc *sc, struct ath_txq *txq,