Searched refs:ath_txq (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A 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; 583 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq); 584 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq); 586 void ath_draintxq(struct ath_softc *sc, struct ath_txq *txq); 589 void ath_txq_schedule(struct ath_softc *sc, struct ath_txq *txq); [all …]
|
H A D | xmit.c | 73 struct ath_txq *txq, 135 struct ath_txq *txq = tid->txq; in ath9k_wake_tx_queue() 281 struct ath_txq *txq = tid->txq; in ath_tx_flush_tid() 1581 struct ath_txq *txq; in ath_tx_aggr_start() 1621 struct ath_txq *txq = txtid->txq; in ath_tx_aggr_stop() 1653 struct ath_txq *txq; in ath_tx_aggr_wakeup() 1932 struct ath_txq *txq; in ath_drain_all_txq() 2020 struct ath_txq *txq; in ath_txq_schedule_all() 2213 struct ath_txq *txq, in ath_tx_setup_buffer() 2724 struct ath_txq *txq; in ath_tx_edma_tasklet() [all …]
|
H A 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()
|
H A D | debug_sta.c | 29 struct ath_txq *txq; in read_file_node_aggr()
|
H A D | beacon.c | 38 struct ath_txq *txq; in ath9k_beaconq_config() 120 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
|
H A 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()
|
H A D | link.c | 25 struct ath_txq *txq; in ath_tx_complete_check()
|
H A D | gpio.c | 414 struct ath_txq *txq; in ath9k_init_btcoex()
|
H A D | main.c | 60 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames() 853 struct ath_txq *txq; in ath9k_txq_has_key() 1720 struct ath_txq *txq; in ath9k_conf_tx()
|