Lines Matching refs:req_cred
548 int *req_cred) in htc_check_credits() argument
550 *req_cred = (len > target->tgt_cred_sz) ? in htc_check_credits()
554 *req_cred, ep->cred_dist.credits); in htc_check_credits()
556 if (ep->cred_dist.credits < *req_cred) { in htc_check_credits()
561 ep->cred_dist.seek_cred = *req_cred - ep->cred_dist.credits; in htc_check_credits()
567 if (ep->cred_dist.credits < *req_cred) { in htc_check_credits()
575 ep->cred_dist.credits -= *req_cred; in htc_check_credits()
576 ep->ep_st.cred_cosumd += *req_cred; in htc_check_credits()
602 int req_cred; in ath6kl_htc_tx_pkts_get() local
623 packet->endpoint, len, &req_cred)) in ath6kl_htc_tx_pkts_get()
632 packet->info.tx.cred_used = req_cred; in ath6kl_htc_tx_pkts_get()