Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c33 int tidno; in read_file_node_aggr() local
55 for (tidno = 0, tid = &an->tid[tidno]; in read_file_node_aggr()
56 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in read_file_node_aggr()
62 tid->tidno, in read_file_node_aggr()
Dxmit.c116 list = &ctx->acq[TID_TO_WME_AC(tid->tidno)]; in ath_tx_queue_tid()
134 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
172 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK; in ath_get_skb_tid() local
173 return ATH_AN_2_TID(an, tidno); in ath_get_skb_tid()
496 if (isba && tid->tidno != ts->tid) in ath_tx_complete_aggr()
629 ieee80211_sta_set_buffered(sta, tid->tidno, true); in ath_tx_complete_aggr()
1532 int tidno; in ath_tx_aggr_sleep() local
1534 for (tidno = 0, tid = &an->tid[tidno]; in ath_tx_aggr_sleep()
1535 tidno < IEEE80211_NUM_TIDS; tidno++, tid++) { in ath_tx_aggr_sleep()
1552 ieee80211_sta_set_buffered(sta, tidno, buffered); in ath_tx_aggr_sleep()
[all …]
Dhtc.h77 u8 tidno; member
88 u8 tidno; member
136 u8 tidno; member
Dhtc_drv_txrx.c245 mgmt_hdr.tidno = 0; in ath9k_htc_tx_mgmt()
302 tx_hdr.tidno = qc[0] & IEEE80211_QOS_CTL_TID_MASK; in ath9k_htc_tx_data()
Dath9k.h242 u8 tidno; member
Dhtc_drv_main.c724 aggr.tidno = tid & 0xf; in ath9k_htc_tx_aggr_oper()