Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/miscdrv/
Dcredit_dist.c52 struct htc_endpoint_credit_dist *pEpDist, in ReduceCredits() argument
58 pEpDist->TxCreditsAssigned = Limit; in ReduceCredits()
60 if (pEpDist->TxCredits <= Limit) { in ReduceCredits()
65 credits = pEpDist->TxCredits - Limit; in ReduceCredits()
67 pEpDist->TxCredits -= credits; in ReduceCredits()
72 #define GiveCredits(pCredInfo,pEpDist,credits) \ argument
74 (pEpDist)->TxCredits += (credits); \
75 (pEpDist)->TxCreditsAssigned += (credits); \
/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c310 …tic void AddToEndpointDistList(struct htc_target *target, struct htc_endpoint_credit_dist *pEpDist) in AddToEndpointDistList() argument
315 target->EpCreditDistributionListHead = pEpDist; in AddToEndpointDistList()
316 pEpDist->pNext = NULL; in AddToEndpointDistList()
317 pEpDist->pPrev = NULL; in AddToEndpointDistList()
330 pLastEntry->pNext = pEpDist; in AddToEndpointDistList()
331 pEpDist->pPrev = pLastEntry; in AddToEndpointDistList()
332 pEpDist->pNext = NULL; in AddToEndpointDistList()