Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Dsta_info.h691 u16 airtime_weight; member
Ddebugfs_sta.c223 rx_airtime, tx_airtime, sta->airtime_weight, in sta_airtime_read()
242 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
Dsta_info.c619 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
624 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2582 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
Dcfg.c1890 if (params->airtime_weight) in sta_apply_parameters()
1891 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
Dtx.c3979 sta->airtime_weight; in ieee80211_next_txq()
4122 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4130 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/Linux-v6.1/include/net/
Dcfg80211.h1583 u16 airtime_weight; member
1936 u16 airtime_weight; member
/Linux-v6.1/net/wireless/
Dnl80211.c6386 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
7071 params.airtime_weight = in nl80211_set_station()
7074 if (params.airtime_weight && in nl80211_set_station()
7245 params.airtime_weight = in nl80211_new_station()
7248 if (params.airtime_weight && in nl80211_new_station()