Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c56 tid = ath_node_to_tid(an, tidno); in read_file_node_aggr()
H A Dath9k.h149 #define ATH_AN_2_TID(_an, _tidno) ath_node_to_tid(_an, _tidno)
430 ath_node_to_tid(struct ath_node *an, u8 tidno) in ath_node_to_tid() function
H A Dxmit.c1640 tid = ath_node_to_tid(an, tidno); in ath_tx_aggr_sleep()
1658 tid = ath_node_to_tid(an, tidno); in ath_tx_aggr_wakeup()
2875 tid = ath_node_to_tid(an, tidno); in ath_tx_node_init()
2902 tid = ath_node_to_tid(an, tidno); in ath_tx_node_cleanup()
H A Dmain.c2049 atid = ath_node_to_tid(an, tid); in ath9k_ampdu_action()