Lines Matching refs:tidno
139 tid->tidno);
159 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno,
229 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK;
230 return ATH_AN_2_TID(an, tidno);
547 if (isba && tid->tidno != ts->tid)
681 ieee80211_sta_set_buffered(sta, tid->tidno, true);
757 ath_tx_count_airtime(sc, sta, bf, ts, tid->tidno);
1636 int tidno;
1640 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
1641 tid = ath_node_to_tid(an, tidno);
1644 ieee80211_sta_set_buffered(sta, tid->tidno, true);
1654 int tidno;
1658 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
1659 tid = ath_node_to_tid(an, tidno);
2867 int tidno, acno;
2869 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
2870 tid = ath_node_to_tid(an, tidno);
2872 tid->tidno = tidno;
2880 acno = TID_TO_WME_AC(tidno);
2892 int tidno;
2896 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
2897 tid = ath_node_to_tid(an, tidno);