Searched refs:req_cred (Results 1 – 1 of 1) sorted by relevance
549 int *req_cred) in htc_check_credits() argument551 *req_cred = (len > target->tgt_cred_sz) ? in htc_check_credits()555 *req_cred, ep->cred_dist.credits); in htc_check_credits()557 if (ep->cred_dist.credits < *req_cred) { in htc_check_credits()562 ep->cred_dist.seek_cred = *req_cred - ep->cred_dist.credits; in htc_check_credits()568 if (ep->cred_dist.credits < *req_cred) { in htc_check_credits()576 ep->cred_dist.credits -= *req_cred; in htc_check_credits()577 ep->ep_st.cred_cosumd += *req_cred; in htc_check_credits()603 int req_cred; in ath6kl_htc_tx_pkts_get() local624 packet->endpoint, len, &req_cred)) in ath6kl_htc_tx_pkts_get()[all …]