Home
last modified time | relevance | path

Searched refs:cred_per_msg (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dhtc.c58 cur_ep_dist->cred_min = cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
102 cur_ep_dist->cred_norm = cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
113 cur_ep_dist->cred_per_msg) in ath6kl_credit_init()
114 * cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
116 count = max(count, cur_ep_dist->cred_per_msg); in ath6kl_credit_init()
126 cur_ep_dist->cred_per_msg, in ath6kl_credit_init()
566 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits()
568 ep->cred_dist.cred_per_msg - ep->cred_dist.credits; in htc_check_credits()
573 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits()
2520 endpoint->cred_dist.cred_per_msg = in ath6kl_htc_conn_service()
[all …]
Dhtc.h396 int cred_per_msg; member
Ddebug.c197 ep_dist->cred_per_msg); in dump_cred_dist()
680 print_credit_info("%9d", cred_per_msg); in read_file_credit_dist_stats()