reserved_tid      570 net/mac80211/agg-tx.c 	if (WARN(sta->reserved_tid == tid,
reserved_tid      840 net/mac80211/agg-tx.c 	WARN(sta->reserved_tid == tid,
reserved_tid      366 net/mac80211/sta_info.c 	sta->reserved_tid = IEEE80211_TID_UNRESERVED;
reserved_tid      622 net/mac80211/sta_info.h 	u8 reserved_tid;
reserved_tid     4990 net/mac80211/tx.c 	if (sta->reserved_tid == tid) {
reserved_tid     4995 net/mac80211/tx.c 	if (sta->reserved_tid != IEEE80211_TID_UNRESERVED) {
reserved_tid     5016 net/mac80211/tx.c 	sta->reserved_tid = tid;
reserved_tid     5048 net/mac80211/tx.c 	if (tid != sta->reserved_tid) {
reserved_tid     5053 net/mac80211/tx.c 	sta->reserved_tid = IEEE80211_TID_UNRESERVED;
reserved_tid      108 net/mac80211/wme.c 	if (sta && sta->reserved_tid == skb->priority)