Searched refs:airtime_deficit (Results 1 – 4 of 4) sorted by relevance
279 len += scnprintf(buf+len, size - len, "%s: %lld us ", qname[i], an->airtime_deficit[i]); in read_airtime()
130 tid->an->airtime_deficit[acno] > 0) in __ath_tx_queue_tid()730 an->airtime_deficit[q] -= airtime; in ath_tx_count_airtime()731 if (an->airtime_deficit[q] <= 0) in ath_tx_count_airtime()2010 if (active && tid->an->airtime_deficit[txq->mac80211_qnum] <= 0) { in ath_txq_schedule()2012 tid->an->airtime_deficit[txq->mac80211_qnum] += ATH_AIRTIME_QUANTUM; in ath_txq_schedule()2890 an->airtime_deficit[acno] = ATH_AIRTIME_QUANTUM; in ath_tx_node_init()
1059 an->airtime_deficit[acno] -= airtime; in ath_rx_count_airtime()1060 if (an->airtime_deficit[acno] <= 0) in ath_rx_count_airtime()
266 s64 airtime_deficit[IEEE80211_NUM_ACS]; member