Home
last modified time | relevance | path

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

/linux/net/mac80211/ !
H A Dsta_info.c707 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
712 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2864 link_sinfo->airtime_weight = sta->airtime_weight; in sta_set_link_sinfo()
3092 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
H A Dsta_info.h753 u16 airtime_weight; member
H A Ddebugfs_sta.c214 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
233 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
H A Dcfg.c2348 if (params->airtime_weight) in sta_apply_parameters()
2349 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c4094 sta->airtime_weight; in ieee80211_next_txq()
4239 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4247 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/linux/include/net/ !
H A Dcfg80211.h1853 u16 airtime_weight; member
2199 u16 airtime_weight; member
2345 u16 airtime_weight; member
/linux/net/wireless/ !
H A Dnl80211.c7363 PUT_LINK_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_fill_link_station()
7562 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
8553 params.airtime_weight = in nl80211_set_station()
8556 if (params.airtime_weight && in nl80211_set_station()
8745 params.airtime_weight = in nl80211_new_station()
8748 if (params.airtime_weight && in nl80211_new_station()