Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dath9k.h159 struct ath_txq { struct
177 struct ath_txq *txq; argument
283 struct ath_txq *txq;
300 struct ath_txq txq[ATH9K_NUM_TX_QUEUES];
302 struct ath_txq *txq_map[IEEE80211_NUM_ACS];
303 struct ath_txq *uapsdq;
550 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype);
551 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq);
552 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq);
553 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);
55 struct ath_txq *txq, struct list_head *bf_q,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
65 struct ath_txq *txq,
80 void ath_txq_lock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_lock()
86 void ath_txq_unlock(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock()
92 void ath_txq_unlock_complete(struct ath_softc *sc, struct ath_txq *txq) in ath_txq_unlock_complete()
106 static void ath_tx_queue_tid(struct ath_softc *sc, struct ath_txq *txq, in ath_tx_queue_tid()
156 static void ath_txq_skb_done(struct ath_softc *sc, struct ath_txq *txq, in ath_txq_skb_done()
[all …]
Ddebug.h23 struct ath_txq;
254 struct ath_tx_status *ts, struct ath_txq *txq,
291 struct ath_txq *txq, in ath_debug_stat_tx()
Dbeacon.c38 struct ath_txq *txq; in ath9k_beaconq_config()
119 struct ath_txq *cabq = sc->beacon.cabq; in ath9k_beacon_generate()
Ddebug_sta.c30 struct ath_txq *txq; in read_file_node_aggr()
Ddebug.c690 static ssize_t print_queue(struct ath_softc *sc, struct ath_txq *txq, in print_queue()
716 struct ath_txq *txq; in read_file_queues()
893 struct ath_tx_status *ts, struct ath_txq *txq, in ath_debug_stat_tx()
Dlink.c27 struct ath_txq *txq; in ath_tx_complete_poll_work()
Dgpio.c393 struct ath_txq *txq; in ath9k_init_btcoex()
Dmain.c57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq) in ath9k_has_pending_frames()
1599 struct ath_txq *txq; in ath9k_conf_tx()