Home
last modified time | relevance | path

Searched refs:airtime_weight (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.h517 * @airtime_weight: station weight for airtime fairness calculation purposes
648 u16 airtime_weight; member
H A Dsta_info.c428 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in sta_info_alloc()
433 sta->airtime[i].deficit = sta->airtime_weight; in sta_info_alloc()
2359 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
H A Ddebugfs_sta.c222 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
241 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
H A Dcfg.c1657 if (params->airtime_weight) in sta_apply_parameters()
1658 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c3833 sta->airtime_weight; in ieee80211_next_txq()
3944 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
3952 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/kernel/linux/linux-6.6/net/mac80211/
H A Dsta_info.h611 * @airtime_weight: station weight for airtime fairness calculation purposes
703 u16 airtime_weight; member
H A Dsta_info.c626 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
631 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2661 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
H A Ddebugfs_sta.c224 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
243 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
H A Dcfg.c2016 if (params->airtime_weight) in sta_apply_parameters()
2017 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c4065 sta->airtime_weight; in ieee80211_next_txq()
4208 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4216 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h1349 * @airtime_weight: airtime scheduler weight for this station
1382 u16 airtime_weight; member
1659 * @airtime_weight: current airtime scheduling weight
1723 u16 airtime_weight; member
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h1603 * @airtime_weight: airtime scheduler weight for this station
1627 u16 airtime_weight; member
1928 * @airtime_weight: current airtime scheduling weight
2010 u16 airtime_weight; member
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c5669 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
6320 params.airtime_weight = in nl80211_set_station()
6323 if (params.airtime_weight && in nl80211_set_station()
6464 params.airtime_weight = in nl80211_new_station()
6467 if (params.airtime_weight && in nl80211_new_station()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c6591 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
7292 params.airtime_weight = in nl80211_set_station()
7295 if (params.airtime_weight && in nl80211_set_station()
7466 params.airtime_weight = in nl80211_new_station()
7469 if (params.airtime_weight && in nl80211_new_station()

Completed in 98 milliseconds