Home
last modified time | relevance | path

Searched refs:updated_credit (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c1836 u32 updated_credit; in ol_tx_txq_group_credit_limit() local
1842 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() local
1916 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()