Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Drtmp_timer.c109 if (pEntry == pAd->TimerQ.pQTail) in RtmpTimerQHandle()
110 pAd->TimerQ.pQTail = NULL; in RtmpTimerQHandle()
180 struct rt_rtmp_timer_task_entry *pQNode = NULL, *pQTail; in RtmpTimerQInsert() local
193 pQTail = pAd->TimerQ.pQTail; in RtmpTimerQInsert()
194 if (pAd->TimerQ.pQTail != NULL) in RtmpTimerQInsert()
195 pQTail->pNext = pQNode; in RtmpTimerQInsert()
196 pAd->TimerQ.pQTail = pQNode; in RtmpTimerQInsert()
233 if (pNode == pAd->TimerQ.pQTail) in RtmpTimerQRemove()
234 pAd->TimerQ.pQTail = pPrev; in RtmpTimerQRemove()
261 pAd->TimerQ.pQTail = NULL; in RtmpTimerQExit()
[all …]
/linux-2.6.39/drivers/staging/rt2860/
Drtmp_timer.h91 struct rt_rtmp_timer_task_entry *pQTail; member