Lines Matching refs:airtime
3971 u32 airtime; in ieee80211_tx_dequeue() local
3973 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta, in ieee80211_tx_dequeue()
3975 if (airtime) { in ieee80211_tx_dequeue()
3976 airtime = ieee80211_info_set_tx_time_est(info, airtime); in ieee80211_tx_dequeue()
3979 airtime, in ieee80211_tx_dequeue()
3995 struct airtime_info *air_info = &sta->airtime[ac]; in ieee80211_sta_deficit()
4009 sta->airtime[txqi->txq.ac].last_active = (u32)jiffies; in ieee80211_txq_set_active()
4025 diff = (u32)jiffies - sta->airtime[txqi->txq.ac].last_active; in ieee80211_txq_keep_active()
4069 sta->airtime[txqi->txq.ac].deficit += in ieee80211_next_txq()
4149 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
4150 sta->airtime[txq->ac].aql_limit_low) in ieee80211_txq_airtime_check()
4155 atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
4156 sta->airtime[txq->ac].aql_limit_high) in ieee80211_txq_airtime_check()
4213 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
4218 if (sta->airtime[ac].deficit >= 0) in ieee80211_txq_may_transmit()
4221 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()