Searched refs:deficit (Results 1 – 5 of 5) sorted by relevance
204 s64 deficit[IEEE80211_NUM_ACS]; in sta_airtime_read() local215 deficit[ac] = sta->airtime[ac].deficit; in sta_airtime_read()225 deficit[0], in sta_airtime_read()226 deficit[1], in sta_airtime_read()227 deficit[2], in sta_airtime_read()228 deficit[3]); in sta_airtime_read()246 sta->airtime[ac].deficit = sta->airtime_weight; in sta_airtime_write()
135 s64 deficit; member
3734 if (sta->airtime[txqi->txq.ac].deficit < 0) { in mac80211_next_txq()3735 sta->airtime[txqi->txq.ac].deficit += in mac80211_next_txq()3815 if (sta->airtime[ac].deficit < 0) in mac80211_txq_may_transmit()3816 sta->airtime[ac].deficit += sta->airtime_weight; in mac80211_txq_may_transmit()3821 if (sta->airtime[ac].deficit >= 0) in mac80211_txq_may_transmit()3824 sta->airtime[ac].deficit += sta->airtime_weight; in mac80211_txq_may_transmit()
399 sta->airtime[i].deficit = sta->airtime_weight; in sta_info_alloc()1891 sta->airtime[ac].deficit -= airtime; in mac80211_sta_register_airtime()