Lines Matching refs:airtime
3798 u32 airtime; in ieee80211_tx_dequeue() local
3800 airtime = ieee80211_calc_expected_tx_airtime(hw, vif, txq->sta, in ieee80211_tx_dequeue()
3802 if (airtime) { in ieee80211_tx_dequeue()
3803 airtime = ieee80211_info_set_tx_time_est(info, airtime); in ieee80211_tx_dequeue()
3806 airtime, in ieee80211_tx_dequeue()
3831 air_sched = &local->airtime[ac]; in ieee80211_next_txq()
3903 air_sched = &local->airtime[txq->ac]; in ieee80211_resort_txq()
3982 air_sched = &local->airtime[ac]; in ieee80211_schedule_txq()
4017 air_sched = &local->airtime[txq->ac]; in __ieee80211_unschedule_txq()
4049 spin_lock_bh(&local->airtime[txq->ac].lock); in ieee80211_unschedule_txq()
4051 spin_unlock_bh(&local->airtime[txq->ac].lock); in ieee80211_unschedule_txq()
4060 spin_lock_bh(&local->airtime[txq->ac].lock); in ieee80211_return_txq()
4066 spin_unlock_bh(&local->airtime[txq->ac].lock); in ieee80211_return_txq()
4117 air_sched = &local->airtime[txq->ac]; in ieee80211_txq_may_transmit()
4153 struct airtime_sched_info *air_sched = &local->airtime[ac]; in ieee80211_txq_schedule_start()