Searched refs:req_cred (Results 1 – 1 of 1) sorted by relevance
548 int *req_cred) in htc_check_credits() argument550 *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() local623 packet->endpoint, len, &req_cred)) in ath6kl_htc_tx_pkts_get()[all …]