Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c33 struct ath6kl_htc_credit_info *cred_info,
40 static void ath6kl_credit_deposit(struct ath6kl_htc_credit_info *cred_info, in ath6kl_credit_deposit() argument
49 cred_info->cur_free_credits -= credits; in ath6kl_credit_deposit()
52 static void ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, in ath6kl_credit_init() argument
61 cred_info->cur_free_credits = tot_credits; in ath6kl_credit_init()
62 cred_info->total_avail_credits = tot_credits; in ath6kl_credit_init()
73 ath6kl_credit_deposit(cred_info, in ath6kl_credit_init()
81 ath6kl_credit_deposit(cred_info, cur_ep_dist, in ath6kl_credit_init()
107 cred_info->lowestpri_ep_dist = cur_ep_dist->list; in ath6kl_credit_init()
109 WARN_ON(cred_info->cur_free_credits <= 0); in ath6kl_credit_init()
[all …]
Dhtc.h576 struct ath6kl_htc_credit_info *cred_info);