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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dsmttimer.c33 smc->t.st_queue = NULL;
48 if (smc->t.st_queue == timer && !timer->tm_next) {
51 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
76 if (!smc->t.st_queue) {
77 smc->t.st_queue = timer ;
92 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
107 hwt_start(smc,smc->t.st_queue->tm_delta) ;
129 last = &smc->t.st_queue ;
130 tm = smc->t.st_queue ;
145 next = smc->t.st_queue ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmc.h247 struct smt_timer *st_queue ; member in struct:s_timer

Completed in 107 milliseconds