Lines Matching defs:airtime
3966 u32 airtime;
3968 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta,
3970 if (airtime) {
3971 airtime = ieee80211_info_set_tx_time_est(info, airtime);
3974 airtime,
3990 struct airtime_info *air_info = &sta->airtime[ac];
4004 sta->airtime[txqi->txq.ac].last_active = (u32)jiffies;
4020 diff = (u32)jiffies - sta->airtime[txqi->txq.ac].last_active;
4064 sta->airtime[txqi->txq.ac].deficit +=
4100 /* If airtime accounting is active, always enqueue STAs at the
4102 * back by the airtime DRR scheduler once they have a negative
4144 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) <
4145 sta->airtime[txq->ac].aql_limit_low)
4150 atomic_read(&sta->airtime[txq->ac].aql_tx_pending) <
4151 sta->airtime[txq->ac].aql_limit_high)
4208 sta->airtime[ac].deficit += sta->airtime_weight;
4213 if (sta->airtime[ac].deficit >= 0)
4216 sta->airtime[ac].deficit += sta->airtime_weight;