Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dsta_info.h603 u16 airtime_weight; member
Dsta_info.c393 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in sta_info_alloc()
398 sta->airtime[i].deficit = sta->airtime_weight; in sta_info_alloc()
2278 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
Ddebugfs_sta.c223 sta->airtime_weight, in sta_airtime_read()
245 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
Dcfg.c1513 if (params->airtime_weight) in sta_apply_parameters()
1514 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
Dtx.c3692 sta->airtime_weight; in ieee80211_next_txq()
3774 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
3782 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/Linux-v5.4/include/net/
Dcfg80211.h1183 u16 airtime_weight; member
1522 u16 airtime_weight; member
/Linux-v5.4/net/wireless/
Dnl80211.c5123 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
5778 params.airtime_weight = in nl80211_set_station()
5781 if (params.airtime_weight && in nl80211_set_station()
5919 params.airtime_weight = in nl80211_new_station()
5922 if (params.airtime_weight && in nl80211_new_station()