Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddebugfs.c244 local->aql_txq_limit_high[IEEE80211_AC_VO], in aql_txq_limit_read()
246 local->aql_txq_limit_high[IEEE80211_AC_VI], in aql_txq_limit_read()
248 local->aql_txq_limit_high[IEEE80211_AC_BE], in aql_txq_limit_read()
250 local->aql_txq_limit_high[IEEE80211_AC_BK]); in aql_txq_limit_read()
283 q_limit_high_old = local->aql_txq_limit_high[ac]; in aql_txq_limit_write()
288 local->aql_txq_limit_high[ac] = q_limit_high; in aql_txq_limit_write()
H A Dmain.c990 local->aql_txq_limit_high[i] = in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h1429 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; member
H A Dsta_info.c715 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in __sta_info_alloc()
H A Dtx.c4203 local->aql_txq_limit_high[ac]; in ieee80211_txq_schedule_airtime_check()