Lines Matching full:deficit
4017 return air_info->deficit - atomic_read(&air_info->aql_tx_pending);
4080 s32 deficit = ieee80211_sta_deficit(sta, txqi->txq.ac);
4085 if (deficit < 0)
4086 sta->airtime[txqi->txq.ac].deficit +=
4089 if (deficit < 0 || !aql_check) {
4127 * deficit. A station that already has a negative deficit will
4232 sta->airtime[ac].deficit += sta->airtime_weight;
4237 if (sta->airtime[ac].deficit >= 0)
4240 sta->airtime[ac].deficit += sta->airtime_weight;