Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_queue.c1817 struct ol_tx_queue_group_t *other_grp = NULL; in ol_tx_txq_find_other_group() local
1821 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() local
1849 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 …]