Searched refs:ath_txq (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 184 struct ath_txq { struct 203 struct ath_txq *txq; argument 278 struct ath_txq *txq; 296 struct ath_txq txq[ATH9K_NUM_TX_QUEUES]; 298 struct ath_txq *txq_map[IEEE80211_NUM_ACS]; 330 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype); 331 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq); 332 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq); 333 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq); 334 void ath_tx_cleanupq(struct ath_softc *sc, struct ath_txq *txq); [all …]
|
D | xmit.c | 52 static void ath_tx_send_normal(struct ath_softc *sc, struct ath_txq *txq, 55 int tx_flags, struct ath_txq *txq); 57 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, 82 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock() 88 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock() 94 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete() 108 static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) in ath_tx_queue_tid() 151 struct ath_txq *txq = tid->ac->txq; in ath_tx_flush_tid() [all …]
|
D | debug.h | 24 struct ath_txq; 311 struct ath_tx_status *ts, struct ath_txq *txq, 355 struct ath_txq *txq, in ath_debug_stat_tx()
|
D | beacon.c | 38 struct ath_txq *txq; in ath9k_beaconq_config() 135 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
|
D | link.c | 27 struct ath_txq *txq; in ath_tx_complete_poll_work()
|
D | gpio.c | 460 struct ath_txq *txq; in ath9k_init_btcoex()
|
D | debug.c | 567 struct ath_txq *txq; in read_file_queues() 738 struct ath_tx_status *ts, struct ath_txq *txq, in ath_debug_stat_tx() 1807 struct ath_txq *txq; in read_file_node_stat()
|
D | main.c | 60 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq) in ath9k_has_pending_frames() 1406 struct ath_txq *txq; in ath9k_conf_tx()
|