Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Ddebugfs.c250 local->aql_txq_limit_high[IEEE80211_AC_VO], in aql_txq_limit_read()
252 local->aql_txq_limit_high[IEEE80211_AC_VI], in aql_txq_limit_read()
254 local->aql_txq_limit_high[IEEE80211_AC_BE], in aql_txq_limit_read()
256 local->aql_txq_limit_high[IEEE80211_AC_BK]); in aql_txq_limit_read()
289 q_limit_high_old = local->aql_txq_limit_high[ac]; in aql_txq_limit_write()
292 local->aql_txq_limit_high[ac] = q_limit_high; in aql_txq_limit_write()
H A Dmain.c825 local->aql_txq_limit_high[i] = in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h1330 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; member
H A Dsta_info.c634 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in __sta_info_alloc()
H A Dtx.c4177 local->aql_txq_limit_high[ac]; in ieee80211_txq_schedule_airtime_check()