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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Drtmp_timer.c109 if (pEntry == pAd->TimerQ.pQTail)
110 pAd->TimerQ.pQTail = NULL;
180 struct rt_rtmp_timer_task_entry *pQNode = NULL, *pQTail; local
193 pQTail = pAd->TimerQ.pQTail;
194 if (pAd->TimerQ.pQTail != NULL)
195 pQTail->pNext = pQNode;
196 pAd->TimerQ.pQTail = pQNode;
233 if (pNode == pAd->TimerQ.pQTail)
234 pAd->TimerQ.pQTail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_timer.h90 struct rt_rtmp_timer_task_entry *pQTail; member in struct:rt_rtmp_timer_task_queue

Completed in 102 milliseconds