Searched refs:airtime_weight (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 517 * @airtime_weight: station weight for airtime fairness calculation purposes 648 u16 airtime_weight; member
|
H A D | sta_info.c | 428 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 D | debugfs_sta.c | 222 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 D | cfg.c | 1657 if (params->airtime_weight) in sta_apply_parameters() 1658 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
|
H A D | tx.c | 3833 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 D | sta_info.h | 611 * @airtime_weight: station weight for airtime fairness calculation purposes 703 u16 airtime_weight; member
|
H A D | sta_info.c | 626 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 D | debugfs_sta.c | 224 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 D | cfg.c | 2016 if (params->airtime_weight) in sta_apply_parameters() 2017 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
|
H A D | tx.c | 4065 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 D | cfg80211.h | 1349 * @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 D | cfg80211.h | 1603 * @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 D | nl80211.c | 5669 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 D | nl80211.c | 6591 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