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

/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c44 int tot_credits)
49 ath6kl_dbg(ATH6KL_DBG_CREDIT, "credit init total %d\n", tot_credits);
51 cred_info->cur_free_credits = tot_credits;
52 cred_info->total_avail_credits = tot_credits;
60 if (tot_credits > 4) {
1572 int tot_credits = 0, i; local
1625 tot_credits += rpt->credits;
1640 if (tot_credits)
42 ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_list, int tot_credits) argument

Completed in 14 milliseconds