Home
last modified time | relevance | path

Searched refs:ath_txq (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dath9k.h158 struct ath_txq { struct
236 struct ath_txq *txq;
274 struct ath_txq *txq;
290 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
292 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
293 struct ath_txq *uapsdq;
566 static inline void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
570 static inline void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
581 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
582 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq);
[all …]
Dxmit.c50 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq,
53 int tx_flags, struct ath_txq *txq,
56 struct ath_txq *txq, struct list_head *bf_q,
59 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
67 struct ath_txq *txq,
101 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
129 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue()
164 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
234 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid()
316 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain()
[all …]
Ddebug.h23 struct ath_txq;
259 struct ath_tx_status *ts, struct ath_txq *txq,
296 struct ath_txq *txq, in ath_debug_stat_tx()
Ddebug_sta.c29 struct ath_txq *txq; in read_file_node_aggr()
Dbeacon.c38 struct ath_txq *txq; in ath9k_beaconq_config()
120 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
Ddebug.c623 static void print_queue(struct ath_softc *sc, struct ath_txq *txq, in print_queue()
640 struct ath_txq *txq; in read_file_queues()
783 struct ath_tx_status *ts, struct ath_txq *txq, in ath_debug_stat_tx()
Dlink.c25 struct ath_txq *txq; in ath_tx_complete_check()
Dgpio.c414 struct ath_txq *txq; in ath9k_init_btcoex()
Dmain.c60 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames()
854 struct ath_txq *txq; in ath9k_txq_has_key()
1726 struct ath_txq *txq; in ath9k_conf_tx()