Home
last modified time | relevance | path

Searched refs:req_cred (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c549 int *req_cred) in htc_check_credits() argument
551 *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() local
624 packet->endpoint, len, &req_cred)) in ath6kl_htc_tx_pkts_get()
[all …]

Completed in 7 milliseconds