Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c428 sta->airtime_weight = IEEE80211_DEFAULT_AIRTIME_WEIGHT; in sta_info_alloc()
433 sta->airtime[i].deficit = sta->airtime_weight; in sta_info_alloc()
2356 sinfo->airtime_weight = sta->airtime_weight; in sta_set_sinfo()
H A Dsta_info.h648 u16 airtime_weight; member
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.c1654 if (params->airtime_weight) in sta_apply_parameters()
1655 sta->airtime_weight = params->airtime_weight; in sta_apply_parameters()
H A Dtx.c3831 sta->airtime_weight; in ieee80211_next_txq()
3942 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
3950 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h1404 u16 airtime_weight; member
1747 u16 airtime_weight; member
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c5666 PUT_SINFO(AIRTIME_WEIGHT, airtime_weight, u16); in nl80211_send_station()
6317 params.airtime_weight = in nl80211_set_station()
6320 if (params.airtime_weight && in nl80211_set_station()
6461 params.airtime_weight = in nl80211_new_station()
6464 if (params.airtime_weight && in nl80211_new_station()