Home
last modified time | relevance | path

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

/net/mac80211/
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()
Dsta_info.c622 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in __sta_info_alloc()
627 sta->airtime[i].deficit = sta->airtime_weight; in __sta_info_alloc()
2588 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
Dsta_info.h691 u16 airtime_weight; member
Dcfg.c1904 if (params->airtime_weight) in sta_apply_parameters()
1905 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
Dtx.c3990 sta->airtime_weight; in ieee80211_next_txq()
4133 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4141 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/net/wireless/
Dnl80211.c6428 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
7129 params.airtime_weight = in nl80211_set_station()
7132 if (params.airtime_weight && in nl80211_set_station()
7303 params.airtime_weight = in nl80211_new_station()
7306 if (params.airtime_weight && in nl80211_new_station()