Home
last modified time | relevance | path

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

/net/mac80211/
Ddebugfs.c220 local->aql_txq_limit_high[IEEE80211_AC_VO], in aql_txq_limit_read()
222 local->aql_txq_limit_high[IEEE80211_AC_VI], in aql_txq_limit_read()
224 local->aql_txq_limit_high[IEEE80211_AC_BE], in aql_txq_limit_read()
226 local->aql_txq_limit_high[IEEE80211_AC_BK]); in aql_txq_limit_read()
259 q_limit_high_old = local->aql_txq_limit_high[ac]; in aql_txq_limit_write()
262 local->aql_txq_limit_high[ac] = q_limit_high; in aql_txq_limit_write()
Dmain.c697 local->aql_txq_limit_high[i] = in ieee80211_alloc_hw_nm()
Dieee80211_i.h1180 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; member
Dsta_info.c436 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in sta_info_alloc()