Searched refs:fastTimers (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Close.c279 RemoveTimerElem(&adspGlobal.fastTimers, &sp->FlushTimer);
280 RemoveTimerElem(&adspGlobal.fastTimers, &sp->RetryTimer);
281 RemoveTimerElem(&adspGlobal.fastTimers, &sp->AttnTimer);
282 RemoveTimerElem(&adspGlobal.fastTimers, &sp->ResetTimer);
H A Dadsp_Control.c242 InsertTimerElem(&adspGlobal.fastTimers,
281 InsertTimerElem(&adspGlobal.fastTimers, &sp->AttnTimer,
455 InsertTimerElem(&adspGlobal.fastTimers, &sp->FlushTimer,
545 InsertTimerElem(&adspGlobal.fastTimers, &sp->RetryTimer,
H A Dadsp_RxAttn.c198 RemoveTimerElem(&adspGlobal.fastTimers, &sp->AttnTimer);
H A Dadsp_Timer.c210 TimerQueueTick(&adspGlobal.fastTimers);
H A Dadsp_reset.c152 RemoveTimerElem(&adspGlobal.fastTimers, &sp->ResetTimer);
H A Dadsp_RxData.c144 RemoveTimerElem(&adspGlobal.fastTimers, &sp->RetryTimer);
H A Dadsp_internal.h347 TimerElemPtr fastTimers; /* The fast timer list */ member in struct:__anon247
H A Dadsp_Packet.c667 RemoveTimerElem(&adspGlobal.fastTimers, &sp->RetryTimer);
804 RemoveTimerElem(&adspGlobal.fastTimers, &sp->RetryTimer);

Completed in 85 milliseconds