Searched refs:ReportTimer (Results 1 – 3 of 3) sorted by relevance
407 timer_Stop(&hdlc->ReportTimer); in hdlc_ReportTime()420 timer_Start(&hdlc->ReportTimer); in hdlc_ReportTime()426 timer_Stop(&hdlc->ReportTimer); in hdlc_StartTimer()427 hdlc->ReportTimer.load = 60 * SECTICKS; in hdlc_StartTimer()428 hdlc->ReportTimer.arg = hdlc; in hdlc_StartTimer()429 hdlc->ReportTimer.func = hdlc_ReportTime; in hdlc_StartTimer()430 hdlc->ReportTimer.name = "hdlc"; in hdlc_StartTimer()431 timer_Start(&hdlc->ReportTimer); in hdlc_StartTimer()437 timer_Stop(&hdlc->ReportTimer); in hdlc_StopTimer()
64 struct pppTimer ReportTimer; member
619 p->hdlc.ReportTimer.state = TIMER_STOPPED; in iov2physical()