Lines Matching defs:tid
89 int tid = *p & IEEE80211_QOS_CTL_TID_MASK;
98 ac = ieee80211_ac_from_tid(tid);
172 static void ieee80211_check_pending_bar(struct sta_info *sta, u8 *addr, u8 tid)
176 tid_tx = rcu_dereference(sta->ampdu_mlme.tid_tx[tid]);
181 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn);
193 u16 tid = qc[0] & 0xf;
195 ieee80211_check_pending_bar(sta, hdr->addr1, tid);
232 static void ieee80211_set_bar_pending(struct sta_info *sta, u8 tid, u16 ssn)
236 tid_tx = rcu_dereference(sta->ampdu_mlme.tid_tx[tid]);
936 int tid = IEEE80211_NUM_TIDS;
969 tid = qc[0] & 0xf;
973 tid, ssn);
977 tid = qc[0] & 0xf;
993 tid = (control &
997 ieee80211_set_bar_pending(sta, tid, ssn);
1006 sta->deflink.status_stats.msdu_failed[tid]++;
1008 sta->deflink.status_stats.msdu_retries[tid] +=