Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dsktimer.c62 pAC->Tim.StQueue = 0; in SkTimerInit()
90 if (pAC->Tim.StQueue == pTimer && !pTimer->TmNext) { in SkTimerStop()
94 for (ppTimPrev = &pAC->Tim.StQueue; (pTm = *ppTimPrev); in SkTimerStop()
142 if (!pAC->Tim.StQueue) { in SkTimerStart()
144 pAC->Tim.StQueue = pTimer; in SkTimerStart()
162 for (ppTimPrev = &pAC->Tim.StQueue; (pTm = *ppTimPrev); in SkTimerStart()
186 SkHwtStart(pAC, Ioc, pAC->Tim.StQueue->TmDelta); in SkTimerStart()
211 ppLast = &pAC->Tim.StQueue; in timer_done()
212 pTm = pAC->Tim.StQueue; in timer_done()
234 for ( pTComp = pAC->Tim.StQueue; pTComp; pTComp = pTComp->TmNext) { in timer_done()
[all …]
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dsktimer.h53 SK_TIMER *StQueue; /* Head of Timer queue */ member