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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c33 struct ath6kl_htc_credit_info *cred_info,
40 static void ath6kl_credit_deposit(struct ath6kl_htc_credit_info *cred_info, argument
49 cred_info->cur_free_credits -= credits;
52 static void ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, argument
61 cred_info->cur_free_credits = tot_credits;
62 cred_info->total_avail_credits = tot_credits;
73 ath6kl_credit_deposit(cred_info,
81 ath6kl_credit_deposit(cred_info, cur_ep_dist,
107 cred_info->lowestpri_ep_dist = cur_ep_dist->list;
109 WARN_ON(cred_info
146 ath6kl_htc_mbox_credit_setup(struct htc_target *htc_target, struct ath6kl_htc_credit_info *cred_info) argument
166 ath6kl_credit_reduce(struct ath6kl_htc_credit_info *cred_info, struct htc_endpoint_credit_dist *ep_dist, int limit) argument
185 ath6kl_credit_update(struct ath6kl_htc_credit_info *cred_info, struct list_head *epdist_list) argument
220 ath6kl_credit_seek(struct ath6kl_htc_credit_info *cred_info, struct htc_endpoint_credit_dist *ep_dist) argument
329 ath6kl_credit_distribute(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_dist_list, enum htc_credit_dist_reason reason) argument
[all...]
H A Dhtc.h576 struct ath6kl_htc_credit_info *cred_info);

Completed in 236 milliseconds