Lines Matching defs:airtime
3774 u32 airtime;
3776 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta,
3778 if (airtime) {
3779 airtime = ieee80211_info_set_tx_time_est(info, airtime);
3782 airtime,
3826 s64 deficit = sta->airtime[txqi->txq.ac].deficit;
3832 sta->airtime[txqi->txq.ac].deficit +=
3868 /* If airtime accounting is active, always enqueue STAs at the
3870 * back by the airtime DRR scheduler once they have a negative
3902 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) <
3903 sta->airtime[txq->ac].aql_limit_low)
3908 atomic_read(&sta->airtime[txq->ac].aql_tx_pending) <
3909 sta->airtime[txq->ac].aql_limit_high)
3943 if (sta->airtime[ac].deficit < 0)
3944 sta->airtime[ac].deficit += sta->airtime_weight;
3949 if (sta->airtime[ac].deficit >= 0)
3952 sta->airtime[ac].deficit += sta->airtime_weight;