Lines Matching refs:airtime
3772 u32 airtime; in ieee80211_tx_dequeue() local
3774 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta, in ieee80211_tx_dequeue()
3776 if (airtime) { in ieee80211_tx_dequeue()
3777 airtime = ieee80211_info_set_tx_time_est(info, airtime); in ieee80211_tx_dequeue()
3780 airtime, in ieee80211_tx_dequeue()
3824 s64 deficit = sta->airtime[txqi->txq.ac].deficit; in ieee80211_next_txq()
3830 sta->airtime[txqi->txq.ac].deficit += in ieee80211_next_txq()
3900 if (atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
3901 sta->airtime[txq->ac].aql_limit_low) in ieee80211_txq_airtime_check()
3906 atomic_read(&sta->airtime[txq->ac].aql_tx_pending) < in ieee80211_txq_airtime_check()
3907 sta->airtime[txq->ac].aql_limit_high) in ieee80211_txq_airtime_check()
3941 if (sta->airtime[ac].deficit < 0) in ieee80211_txq_may_transmit()
3942 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()
3947 if (sta->airtime[ac].deficit >= 0) in ieee80211_txq_may_transmit()
3950 sta->airtime[ac].deficit += sta->airtime_weight; in ieee80211_txq_may_transmit()