Lines Matching refs:cred_per_msg
68 cur_ep_dist->cred_min = cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
116 cur_ep_dist->cred_norm = cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
127 cur_ep_dist->cred_per_msg) in ath6kl_credit_init()
128 * cur_ep_dist->cred_per_msg; in ath6kl_credit_init()
130 count = max(count, cur_ep_dist->cred_per_msg); in ath6kl_credit_init()
139 cur_ep_dist->cred_per_msg, in ath6kl_credit_init()
579 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits()
581 ep->cred_dist.cred_per_msg - ep->cred_dist.credits; in htc_check_credits()
586 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits()
2546 endpoint->cred_dist.cred_per_msg = in ath6kl_htc_mbox_conn_service()
2549 endpoint->cred_dist.cred_per_msg = in ath6kl_htc_mbox_conn_service()
2552 if (!endpoint->cred_dist.cred_per_msg) in ath6kl_htc_mbox_conn_service()
2553 endpoint->cred_dist.cred_per_msg = 1; in ath6kl_htc_mbox_conn_service()