Searched refs:q_limit_l (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | debugfs_sta.c | 259 u32 q_limit_l[IEEE80211_NUM_ACS], q_limit_h[IEEE80211_NUM_ACS]; in sta_aql_read() local 268 q_limit_l[ac] = sta->airtime[ac].aql_limit_low; 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() 307 sta->airtime[ac].aql_limit_low = q_limit_l; in sta_aql_write()
|