Home
last modified time | relevance | path

Searched refs:ath_atx_tid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c51 struct ath_atx_tid *tid, struct sk_buff *skb);
62 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
66 struct ath_atx_tid *tid,
107 struct ath_atx_tid *tid) in ath_tx_queue_tid()
140 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar()
180 static struct ath_atx_tid *
187 static bool ath_tid_has_buffered(struct ath_atx_tid *tid) in ath_tid_has_buffered()
192 static struct sk_buff *ath_tid_dequeue(struct ath_atx_tid *tid) in ath_tid_dequeue()
209 ath_tx_tid_change_state(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_tid_change_state()
238 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
[all …]
Ddebug_sta.c28 struct ath_atx_tid *tid; in read_file_node_aggr()
Dath9k.h240 struct ath_atx_tid { struct
263 struct ath_atx_tid tid[IEEE80211_NUM_TIDS]; argument