Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c56 tid = ath_node_to_tid(an, tidno); in read_file_node_aggr()
Dath9k.h147 #define ATH_AN_2_TID(_an, _tidno) ath_node_to_tid(_an, _tidno)
428 ath_node_to_tid(struct ath_node *an, u8 tidno) in ath_node_to_tid() function
Dxmit.c1621 tid = ath_node_to_tid(an, tidno); in ath_tx_aggr_sleep()
1639 tid = ath_node_to_tid(an, tidno); in ath_tx_aggr_wakeup()
2852 tid = ath_node_to_tid(an, tidno); in ath_tx_node_init()
2879 tid = ath_node_to_tid(an, tidno); in ath_tx_node_cleanup()
Dmain.c2049 atid = ath_node_to_tid(an, tid); in ath9k_ampdu_action()