Searched refs:credit_oth_grp (Results 1 – 1 of 1) sorted by relevance
1837 u32 credit_oth_grp; in ol_tx_txq_group_credit_limit() local1853 credit_oth_grp = qdf_atomic_read(&other_grp->credit); in ol_tx_txq_group_credit_limit()1854 if (other_grp->frm_count < credit_oth_grp) { in ol_tx_txq_group_credit_limit()1855 u32 spare = credit_oth_grp - other_grp->frm_count; in ol_tx_txq_group_credit_limit()