Searched refs:cred_per_msg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 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() 120 * each cred_per_msg are the same. We use a simple 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() 580 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits() 582 ep->cred_dist.cred_per_msg - ep->cred_dist.credits; in htc_check_credits() 587 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits() [all...] |
H A D | htc.h | 422 int cred_per_msg; member
|
H A D | htc_pipe.c | 148 ep->cred_dist.cred_per_msg) { in get_htc_packet_credit_based() 1370 ep->cred_dist.cred_per_msg = max_msg_size / target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service() 1372 ep->cred_dist.cred_per_msg++; in ath6kl_htc_pipe_conn_service()
|
H A D | debug.c | 267 ath6kl_dbg(ATH6KL_DBG_CREDIT, " cred_per_msg : %d\n", in dump_cred_dist() 268 ep_dist->cred_per_msg); in dump_cred_dist() 741 print_credit_info("%9d", cred_per_msg); in read_file_credit_dist_stats()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 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() 120 * each cred_per_msg are the same. We use a simple 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() 580 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits() 582 ep->cred_dist.cred_per_msg - ep->cred_dist.credits; in htc_check_credits() 587 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits() [all...] |
H A D | htc.h | 422 int cred_per_msg; member
|
H A D | htc_pipe.c | 148 ep->cred_dist.cred_per_msg) { in get_htc_packet_credit_based() 1370 ep->cred_dist.cred_per_msg = max_msg_size / target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service() 1372 ep->cred_dist.cred_per_msg++; in ath6kl_htc_pipe_conn_service()
|
H A D | debug.c | 267 ath6kl_dbg(ATH6KL_DBG_CREDIT, " cred_per_msg : %d\n", in dump_cred_dist() 268 ep_dist->cred_per_msg); in dump_cred_dist() 741 print_credit_info("%9d", cred_per_msg); in read_file_credit_dist_stats()
|
Completed in 16 milliseconds