Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c54 int tot_credits) in ath6kl_credit_init()
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()
52 ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_list, int tot_credits) ath6kl_credit_init() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c54 int tot_credits) in ath6kl_credit_init()
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()
52 ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_list, int tot_credits) ath6kl_credit_init() argument

Completed in 7 milliseconds