Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs_sta.c257 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read() local
267 q_limit_h[ac] = sta->airtime[ac].aql_limit_high; in sta_aql_read()
276 q_limit_l[0], q_limit_h[0], q_limit_l[1], q_limit_h[1], in sta_aql_read()
277 q_limit_l[2], q_limit_h[2], q_limit_l[3], q_limit_h[3]), in sta_aql_read()
288 u32 ac, q_limit_l, q_limit_h; in sta_aql_write() local
298 if (sscanf(buf, "limit %u %u %u", &ac, &q_limit_l, &q_limit_h) in sta_aql_write()
306 sta->airtime[ac].aql_limit_high = q_limit_h; in sta_aql_write()