Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/netlogic/xlr/
Dfmn-config.c84 int bkt, n, total_credits, ncores; in check_credit_distribution() local
88 total_credits = 0; in check_credit_distribution()
90 total_credits += cfg->cpu[n].credit_config[bkt]; in check_credit_distribution()
91 total_credits += cfg->gmac[0].credit_config[bkt]; in check_credit_distribution()
92 total_credits += cfg->gmac[1].credit_config[bkt]; in check_credit_distribution()
93 total_credits += cfg->dma.credit_config[bkt]; in check_credit_distribution()
94 total_credits += cfg->cmp.credit_config[bkt]; in check_credit_distribution()
95 total_credits += cfg->sae.credit_config[bkt]; in check_credit_distribution()
96 total_credits += cfg->xgmac[0].credit_config[bkt]; in check_credit_distribution()
97 total_credits += cfg->xgmac[1].credit_config[bkt]; in check_credit_distribution()
[all …]
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c659 int total_credits = 0, i; in htc_process_credit_report() local
681 total_credits += rpt->credits; in htc_process_credit_report()
685 total_credits); in htc_process_credit_report()