Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c51 struct ath_atx_tid *tid, struct sk_buff *skb);
64 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
68 struct ath_atx_tid *tid,
116 void __ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in __ath_tx_queue_tid()
138 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid) in ath_tx_queue_tid()
158 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue()
182 static void ath_send_bar(struct ath_atx_tid *tid, u16 seqno) in ath_send_bar()
213 static struct ath_atx_tid *
221 ath_tid_pull(struct ath_atx_tid *tid) in ath_tid_pull()
259 static bool ath_tid_has_buffered(struct ath_atx_tid *tid) in ath_tid_has_buffered()
[all …]
Dath9k.h233 struct ath_atx_tid { struct
252 void __ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid); argument
253 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid);
433 static inline struct ath_atx_tid *
446 return (struct ath_atx_tid *) txq->drv_priv; in ath_node_to_tid()
Ddebug_sta.c28 struct ath_atx_tid *tid; in read_file_node_aggr()
Dinit.c987 hw->txq_data_size = sizeof(struct ath_atx_tid); in ath9k_set_hw_capab()
Dmain.c1906 struct ath_atx_tid *atid; in ath9k_ampdu_action()