Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A 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()
H A Dmain.c697 local->aql_txq_limit_high[i] = in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h1160 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; member
H A Dsta_info.c436 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in sta_info_alloc()