Searched refs:ath_txq (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 159 struct ath_txq { struct 237 struct ath_txq *txq; 275 struct ath_txq *txq; 291 struct ath_txq txq[ATH9K_NUM_TX_QUEUES]; 293 struct ath_txq *txq_map[IEEE80211_NUM_ACS]; 294 struct ath_txq *uapsdq; 567 static inline void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock() 571 static inline void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock() 582 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype); 583 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq); [all …]
|
D | xmit.c | 56 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, 59 int tx_flags, struct ath_txq *txq, 62 struct ath_txq *txq, struct list_head *bf_q, 65 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq, 73 struct ath_txq *txq, 107 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() 135 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() 211 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done() 281 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() 363 static void ath_tid_drain(struct ath_softc *sc, struct ath_txq *txq, in ath_tid_drain() [all …]
|
D | debug.h | 23 struct ath_txq; 260 struct ath_tx_status *ts, struct ath_txq *txq, 297 struct ath_txq *txq, in ath_debug_stat_tx()
|
D | debug_sta.c | 29 struct ath_txq *txq; in read_file_node_aggr()
|
D | beacon.c | 38 struct ath_txq *txq; in ath9k_beaconq_config() 120 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
|
D | debug.c | 608 static void print_queue(struct ath_softc *sc, struct ath_txq *txq, in print_queue() 625 struct ath_txq *txq; in read_file_queues() 812 struct ath_tx_status *ts, struct ath_txq *txq, in ath_debug_stat_tx()
|
D | link.c | 25 struct ath_txq *txq; in ath_tx_complete_check()
|
D | gpio.c | 414 struct ath_txq *txq; in ath9k_init_btcoex()
|
D | main.c | 60 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() 1721 struct ath_txq *txq; in ath9k_conf_tx()
|