Lines Matching refs:tidno
133 tid->tidno);
153 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno,
182 u8 tidno = skb->priority & IEEE80211_QOS_CTL_TID_MASK;
183 return ATH_AN_2_TID(an, tidno);
498 if (isba && tid->tidno != ts->tid)
632 ieee80211_sta_set_buffered(sta, tid->tidno, true);
708 ath_tx_count_airtime(sc, sta, bf, ts, tid->tidno);
1575 int tidno;
1579 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
1580 tid = ath_node_to_tid(an, tidno);
1583 ieee80211_sta_set_buffered(sta, tid->tidno, true);
1593 int tidno;
1597 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
1598 tid = ath_node_to_tid(an, tidno);
2808 int tidno, acno;
2810 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
2811 tid = ath_node_to_tid(an, tidno);
2813 tid->tidno = tidno;
2821 acno = TID_TO_WME_AC(tidno);
2833 int tidno;
2837 for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
2838 tid = ath_node_to_tid(an, tidno);