Searched refs:reserved_tid (Results 1 – 5 of 5) sorted by relevance
108 if (sta && sta->reserved_tid == skb->priority) in ieee80211_downgrade_queue()
569 if (WARN(sta->reserved_tid == tid, in mac80211_start_tx_ba_session()837 WARN(sta->reserved_tid == tid, in mac80211_stop_tx_ba_session()
622 u8 reserved_tid; member
5225 if (sta->reserved_tid == tid) { in mac80211_reserve_tid()5230 if (sta->reserved_tid != IEEE80211_TID_UNRESERVED) { in mac80211_reserve_tid()5251 sta->reserved_tid = tid; in mac80211_reserve_tid()5282 if (tid != sta->reserved_tid) { in mac80211_unreserve_tid()5287 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in mac80211_unreserve_tid()
366 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in sta_info_alloc()