Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
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()
Dmain.c798 local->aql_txq_limit_high[i] = in ieee80211_alloc_hw_nm()
Dieee80211_i.h1286 u32 aql_txq_limit_high[IEEE80211_NUM_ACS]; member
Dsta_info.c627 sta->airtime[i].aql_limit_high = local->aql_txq_limit_high[i]; in __sta_info_alloc()
Dtx.c4094 local->aql_txq_limit_high[ac]; in ieee80211_txq_schedule_airtime_check()