Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c217 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid()
1577 txtid = ATH_AN_2_TID(an, tid); in ath_tx_aggr_start()
1609 struct ath_atx_tid *txtid = ATH_AN_2_TID(an, tid); in ath_tx_aggr_stop()
1711 tid = ATH_AN_2_TID(an, i); in ath9k_release_buffered_frames()
Dath9k.h149 #define ATH_AN_2_TID(_an, _tidno) ath_node_to_tid(_an, _tidno) macro
Drecv.c1061 __ath_tx_queue_tid(sc, ATH_AN_2_TID(an, tidno)); in ath_rx_count_airtime()