Searched refs:cred_dist (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c424 endpoint->cred_dist.cred_to_dist +=
426 endpoint->cred_dist.txq_depth = get_queue_depth(&endpoint->txq);
555 *req_cred, ep->cred_dist.credits);
557 if (ep->cred_dist.credits < *req_cred) {
562 ep->cred_dist.seek_cred = *req_cred - ep->cred_dist.credits;
564 ath6kl_credit_seek(target->credit_info, &ep->cred_dist);
566 ep->cred_dist.seek_cred = 0;
568 if (ep->cred_dist.credits < *req_cred) {
576 ep->cred_dist
1008 struct htc_endpoint_credit_dist *cred_dist; local
[all...]
H A Dhtc_pipe.c130 __func__, credits_required, ep->cred_dist.credits);
140 if (ep->cred_dist.credits < credits_required)
143 ep->cred_dist.credits -= credits_required;
147 if (ep->cred_dist.credits <
148 ep->cred_dist.cred_per_msg) {
272 ep->cred_dist.credits += packet->info.tx.cred_used;
673 ep->cred_dist.credits += rpt->credits;
675 if (ep->cred_dist.credits && get_queue_depth(&ep->txq)) {
1368 ep->cred_dist.credits = tx_alloc;
1369 ep->cred_dist
[all...]
H A Dhtc.h520 struct htc_endpoint_credit_dist cred_dist; member in struct:htc_endpoint

Completed in 125 milliseconds