Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c549 int *req_cred) in htc_check_credits()
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()
546 htc_check_credits(struct htc_target *target, struct htc_endpoint *ep, u8 *flags, enum htc_endpoint_id eid, unsigned int len, int *req_cred) htc_check_credits() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c549 int *req_cred) in htc_check_credits()
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()
546 htc_check_credits(struct htc_target *target, struct htc_endpoint *ep, u8 *flags, enum htc_endpoint_id eid, unsigned int len, int *req_cred) htc_check_credits() argument
[all...]

Completed in 7 milliseconds