Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_services.c312 struct htc_endpoint_credit_dist *pCurEntry,*pLastEntry; in AddToEndpointDistList() local
326 pLastEntry = pCurEntry; in AddToEndpointDistList()
330 pLastEntry->pNext = pEpDist; in AddToEndpointDistList()
331 pEpDist->pPrev = pLastEntry; in AddToEndpointDistList()