Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dsta_info.h709 u16 airtime_weight; member
H A Dsta_info.c648 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
653 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2742 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.c2080 if (params->airtime_weight) in sta_apply_parameters()
2081 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c4087 sta->airtime_weight; in ieee80211_next_txq()
4230 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4238 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/linux-6.15/include/net/
H A Dcfg80211.h1796 u16 airtime_weight; member
2179 u16 airtime_weight; member
/linux-6.15/net/wireless/
H A Dnl80211.c6769 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
7477 params.airtime_weight = in nl80211_set_station()
7480 if (params.airtime_weight && in nl80211_set_station()
7649 params.airtime_weight = in nl80211_new_station()
7652 if (params.airtime_weight && in nl80211_new_station()