Lines Matching refs:credits
82 int credits = 0; in ath11k_htc_send() local
93 credits = DIV_ROUND_UP(skb->len, htc->target_credit_size); in ath11k_htc_send()
95 if (ep->tx_credits < credits) { in ath11k_htc_send()
98 eid, credits, ep->tx_credits); in ath11k_htc_send()
103 ep->tx_credits -= credits; in ath11k_htc_send()
106 eid, credits, ep->tx_credits); in ath11k_htc_send()
131 ep->tx_credits += credits; in ath11k_htc_send()
134 eid, credits, ep->tx_credits); in ath11k_htc_send()
166 ep->tx_credits += report->credits; in ath11k_htc_process_credit_report()
169 report->eid, report->credits, ep->tx_credits); in ath11k_htc_process_credit_report()
461 int i, credits; in ath11k_htc_setup_target_buffer_assignments() local
463 credits = htc->total_transmit_credits; in ath11k_htc_setup_target_buffer_assignments()
471 credits = credits / htc->wmi_ep_count; in ath11k_htc_setup_target_buffer_assignments()
474 serv_entry[i].credit_allocation = credits; in ath11k_htc_setup_target_buffer_assignments()