Lines Matching defs:deficit
3992 return air_info->deficit - atomic_read(&air_info->aql_tx_pending);
4058 s32 deficit = ieee80211_sta_deficit(sta, txqi->txq.ac);
4063 if (deficit < 0)
4064 sta->airtime[txqi->txq.ac].deficit +=
4067 if (deficit < 0 || !aql_check) {
4103 * deficit. A station that already has a negative deficit will
4208 sta->airtime[ac].deficit += sta->airtime_weight;
4213 if (sta->airtime[ac].deficit >= 0)
4216 sta->airtime[ac].deficit += sta->airtime_weight;