Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dath9k.h176 struct ath_atx_ac { struct
245 struct ath_atx_ac *ac;
264 struct ath_atx_ac ac[IEEE80211_NUM_ACS];
Dxmit.c109 struct ath_atx_ac *ac = tid->ac; in ath_tx_queue_tid()
1462 struct ath_atx_ac *ac; in ath_tx_aggr_sleep()
1499 struct ath_atx_ac *ac; in ath_tx_aggr_wakeup()
1839 struct ath_atx_ac *ac, *last_ac; in ath_txq_schedule()
1860 last_ac = list_entry(ac_list->prev, struct ath_atx_ac, list); in ath_txq_schedule()
1867 ac = list_first_entry(ac_list, struct ath_atx_ac, list); in ath_txq_schedule()
1907 struct ath_atx_ac, list); in ath_txq_schedule()
2777 struct ath_atx_ac *ac; in ath_tx_node_init()
2807 struct ath_atx_ac *ac; in ath_tx_node_cleanup()
Ddebug_sta.c29 struct ath_atx_ac *ac; in read_file_node_aggr()