Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c134 struct ath_atx_tid *tid = (struct ath_atx_tid *) queue->drv_priv; in ath9k_wake_tx_queue()
226 static struct ath_atx_tid *
364 struct ath_atx_tid *tid) in ath_tid_drain()
491 struct ath_atx_tid *tid, in ath_tx_complete_aggr()
1580 struct ath_atx_tid *txtid; in ath_tx_aggr_start()
1635 struct ath_atx_tid *tid; in ath_tx_aggr_sleep()
1652 struct ath_atx_tid *tid; in ath_tx_aggr_wakeup()
1705 struct ath_atx_tid *tid; in ath9k_release_buffered_frames()
1984 struct ath_atx_tid *tid; in ath_txq_schedule()
2866 struct ath_atx_tid *tid; in ath_tx_node_init()
[all …]
H A Dath9k.h233 struct ath_atx_tid { struct
251 void ath_tx_queue_tid(struct ath_softc *sc, struct ath_atx_tid *tid); argument
428 static inline struct ath_atx_tid *
441 return (struct ath_atx_tid *) txq->drv_priv; in ath_node_to_tid()
H A Ddebug_sta.c28 struct ath_atx_tid *tid; in read_file_node_aggr()
H A Dinit.c1017 hw->txq_data_size = sizeof(struct ath_atx_tid); in ath9k_set_hw_capab()
H A Dmain.c2015 struct ath_atx_tid *atid; in ath9k_ampdu_action()