Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Ddebugfs_sta.c259 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read() local
269 q_limit_h[ac] = sta->airtime[ac].aql_limit_high; in sta_aql_read()
278 q_limit_l[0], q_limit_h[0], q_limit_l[1], q_limit_h[1], in sta_aql_read()
279 q_limit_l[2], q_limit_h[2], q_limit_l[3], q_limit_h[3]); in sta_aql_read()
290 u32 ac, q_limit_l, q_limit_h; in sta_aql_write() local
300 if (sscanf(buf, "limit %u %u %u", &ac, &q_limit_l, &q_limit_h) in sta_aql_write()
308 sta->airtime[ac].aql_limit_high = q_limit_h; in sta_aql_write()