Searched refs:tidno (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c33 int tidno; read_file_node_aggr() local
55 for (tidno = 0, tid = &an->tid[tidno]; read_file_node_aggr()
56 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { read_file_node_aggr()
62 tid->tidno, read_file_node_aggr()
H A Dxmit.c116 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; ath_tx_queue_tid()
134 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, ath_send_bar()
172 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; ath_get_skb_tid() local
173 return ATH_AN_2_TID(an, tidno); ath_get_skb_tid()
496 if (isba && tid->tidno != ts->tid) ath_tx_complete_aggr()
629 ieee80211_sta_set_buffered(sta, tid->tidno, true); ath_tx_complete_aggr()
1532 int tidno; ath_tx_aggr_sleep() local
1534 for (tidno = 0, tid = &an->tid[tidno]; ath_tx_aggr_sleep()
1535 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { ath_tx_aggr_sleep()
1552 ieee80211_sta_set_buffered(sta, tidno, buffered); ath_tx_aggr_sleep()
1560 int tidno; ath_tx_aggr_wakeup() local
1562 for (tidno = 0, tid = &an->tid[tidno]; ath_tx_aggr_wakeup()
1563 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { ath_tx_aggr_wakeup()
1580 u16 tidno) ath_tx_aggr_resume()
1587 tid = ATH_AN_2_TID(an, tidno); ath_tx_aggr_resume()
2836 int tidno, acno; ath_tx_node_init() local
2838 for (tidno = 0, tid = &an->tid[tidno]; ath_tx_node_init()
2839 tidno < IEEE80211_NUM_TIDS; ath_tx_node_init()
2840 tidno++, tid++) { ath_tx_node_init()
2842 tid->tidno = tidno; ath_tx_node_init()
2851 acno = TID_TO_WME_AC(tidno); ath_tx_node_init()
2860 int tidno; ath_tx_node_cleanup() local
2862 for (tidno = 0, tid = &an->tid[tidno]; ath_tx_node_cleanup()
2863 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { ath_tx_node_cleanup()
1579 ath_tx_aggr_resume(struct ath_softc *sc, struct ieee80211_sta *sta, u16 tidno) ath_tx_aggr_resume() argument
H A Dhtc.h77 u8 tidno; member in struct:tx_frame_hdr
88 u8 tidno; member in struct:tx_mgmt_hdr
136 u8 tidno; member in struct:ath9k_htc_target_aggr
H A Dhtc_drv_txrx.c245 mgmt_hdr.tidno = 0; ath9k_htc_tx_mgmt()
302 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; ath9k_htc_tx_data()
H A Dath9k.h242 u8 tidno; member in struct:ath_atx_tid
H A Dhtc_drv_main.c724 aggr.tidno = tid & 0xf; ath9k_htc_tx_aggr_oper()

Completed in 184 milliseconds