Searched refs:other_grp (Results 1 – 1 of 1) sorted by relevance
1817 struct ol_tx_queue_group_t *other_grp = NULL; in ol_tx_txq_find_other_group() local1821 other_grp = &pdev->txq_grps[i]; in ol_tx_txq_find_other_group()1825 return other_grp; in ol_tx_txq_find_other_group()1834 struct ol_tx_queue_group_t *other_grp; in ol_tx_txq_group_credit_limit() local1849 other_grp = ol_tx_txq_find_other_group(pdev, txq_grp); in ol_tx_txq_group_credit_limit()1850 if (qdf_unlikely(!other_grp)) in ol_tx_txq_group_credit_limit()1853 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()1881 struct ol_tx_queue_group_t *other_grp = in ol_tx_txq_update_borrowed_group_credits() local[all …]