Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c54 int tot_credits) in ath6kl_credit_init() argument
59 ath6kl_dbg(ATH6KL_DBG_CREDIT, "credit init total %d\n", tot_credits); in ath6kl_credit_init()
61 cred_info->cur_free_credits = tot_credits; in ath6kl_credit_init()
62 cred_info->total_avail_credits = tot_credits; in ath6kl_credit_init()
70 if (tot_credits > 4) { in ath6kl_credit_init()
1598 int tot_credits = 0, i; in htc_proc_cred_rpt() local
1651 tot_credits += rpt->credits; in htc_proc_cred_rpt()
1666 if (tot_credits) in htc_proc_cred_rpt()

Completed in 7 milliseconds