Home
last modified time | relevance | path

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

/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,
133 static void ath_tx_queue_tid(struct ath_txq *txq, struct ath_atx_tid *tid) in ath_tx_queue_tid()
153 static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_resume_tid()
179 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar()
185 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_flush_tid()
233 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_update_baw()
251 static void ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, in ath_tx_addto_baw()
274 struct ath_atx_tid *tid) in ath_tid_drain()
[all …]
Dath9k.h236 struct ath_atx_tid { struct
260 struct ath_atx_tid tid[WME_NUM_TID]; argument
Ddebug.c556 struct ath_atx_tid *tid; in read_file_xmit()
568 tid = list_first_entry(&ac->tid_q, struct ath_atx_tid, in read_file_xmit()
620 struct ath_atx_tid *tid = &(an->tid[q]); in read_file_stations()
Drc.c1306 struct ath_atx_tid *txtid; in ath_tx_aggr_check()