Searched refs:cred_dist (Results 1 – 3 of 3) sorted by relevance
561 ep->cred_dist.seek_cred = *req_cred - ep->cred_dist.credits; in htc_check_credits()565 ep->cred_dist.seek_cred = 0; in htc_check_credits()579 if (ep->cred_dist.credits < ep->cred_dist.cred_per_msg) { in htc_check_credits()580 ep->cred_dist.seek_cred = 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()1016 endpoint = cred_dist->htc_ep; in htc_chk_ep_txq()1022 cred_dist->endpoint, in htc_chk_ep_txq()1231 endpoint->cred_dist.txq_depth = in ath6kl_htc_mbox_activity_changed()1647 endpoint->cred_dist.txq_depth = in htc_proc_cred_rpt()[all …]
130 __func__, credits_required, ep->cred_dist.credits); in get_htc_packet_credit_based()140 if (ep->cred_dist.credits < credits_required) in get_htc_packet_credit_based()143 ep->cred_dist.credits -= credits_required; in get_htc_packet_credit_based()147 if (ep->cred_dist.credits < in get_htc_packet_credit_based()148 ep->cred_dist.cred_per_msg) { in get_htc_packet_credit_based()271 ep->cred_dist.credits += packet->info.tx.cred_used; in htc_issue_packets()672 ep->cred_dist.credits += rpt->credits; in htc_process_credit_report()674 if (ep->cred_dist.credits && get_queue_depth(&ep->txq)) { in htc_process_credit_report()1367 ep->cred_dist.credits = tx_alloc; in ath6kl_htc_pipe_conn_service()1368 ep->cred_dist.cred_sz = target->tgt_cred_sz; in ath6kl_htc_pipe_conn_service()[all …]
520 struct htc_endpoint_credit_dist cred_dist; member