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

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c54 int tot_credits)
59 ath6kl_dbg(ATH6KL_DBG_CREDIT, "credit init total %d\n", tot_credits);
61 cred_info->cur_free_credits = tot_credits;
62 cred_info->total_avail_credits = tot_credits;
70 if (tot_credits > 4) {
1600 int tot_credits = 0, i; local
1653 tot_credits += rpt->credits;
1668 if (tot_credits)
52 ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_list, int tot_credits) argument

Completed in 56 milliseconds