Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c730 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
735 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2956 link_sinfo->airtime_weight = sta->airtime_weight; in sta_set_link_sinfo()
3188 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
H A Dsta_info.h767 u16 airtime_weight; member
H A Dcfg.c2587 if (params->airtime_weight) in sta_apply_parameters()
2588 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c4161 sta->airtime_weight; in ieee80211_next_txq()
4328 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4336 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/linux/include/net/
H A Dcfg80211.h1937 u16 airtime_weight; member
2288 u16 airtime_weight; member
2434 u16 airtime_weight; member
/linux/net/wireless/
H A Dnl80211.c7912 PUT_LINK_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_fill_link_station()
8092 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_put_sta_info_common()
9280 params.airtime_weight = in nl80211_set_station()
9283 if (params.airtime_weight && in nl80211_set_station()
9497 params.airtime_weight = in nl80211_new_station()
9500 if (params.airtime_weight && in nl80211_new_station()