Searched refs:pEpDist (Results 1 – 2 of 2) sorted by relevance
52 struct htc_endpoint_credit_dist *pEpDist, in ReduceCredits() argument58 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) \ argument74 (pEpDist)->TxCredits += (credits); \75 (pEpDist)->TxCreditsAssigned += (credits); \
310 …tic void AddToEndpointDistList(struct htc_target *target, struct htc_endpoint_credit_dist *pEpDist) in AddToEndpointDistList() argument315 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()