Home
last modified time | relevance | path

Searched refs:reserved_tid (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dwme.c109 if (sta && sta->reserved_tid == skb->priority) in ieee80211_downgrade_queue()
H A Dagg-tx.c614 if (WARN(sta->reserved_tid == tid, in ieee80211_start_tx_ba_session()
905 WARN(sta->reserved_tid == tid, in ieee80211_stop_tx_ba_session()
H A Dsta_info.h720 u8 reserved_tid; member
H A Dtx.c5949 if (sta->reserved_tid == tid) { in ieee80211_reserve_tid()
5954 if (sta->reserved_tid != IEEE80211_TID_UNRESERVED) { in ieee80211_reserve_tid()
5975 sta->reserved_tid = tid; in ieee80211_reserve_tid()
6007 if (tid != sta->reserved_tid) { in ieee80211_unreserve_tid()
6012 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in ieee80211_unreserve_tid()
H A Dsta_info.c605 sta->reserved_tid = IEEE80211_TID_UNRESERVED; in __sta_info_alloc()