Searched refs:updated_credit (Results 1 – 1 of 1) sorted by relevance
1836 u32 updated_credit; in ol_tx_txq_group_credit_limit() local1842 updated_credit = qdf_atomic_read(&txq_grp->credit); in ol_tx_txq_group_credit_limit()1844 if (credit <= updated_credit) in ol_tx_txq_group_credit_limit()1848 ask = credit - updated_credit; in ol_tx_txq_group_credit_limit()1863 updated_credit += min(spare, ask); in ol_tx_txq_group_credit_limit()1865 return updated_credit; in ol_tx_txq_group_credit_limit()1904 int updated_credit = credit; in ol_tx_txq_group_credit_limit() local1916 updated_credit = QDF_MIN(updated_credit, group_credit); in ol_tx_txq_group_credit_limit()1920 credit = (updated_credit < 0) ? 0 : updated_credit; in ol_tx_txq_group_credit_limit()