Searched refs:ReportTimer (Results 1 – 3 of 3) sorted by relevance
405 timer_Stop(&hdlc->ReportTimer); in hdlc_ReportTime()418 timer_Start(&hdlc->ReportTimer); in hdlc_ReportTime()424 timer_Stop(&hdlc->ReportTimer); in hdlc_StartTimer()425 hdlc->ReportTimer.load = 60 * SECTICKS; in hdlc_StartTimer()426 hdlc->ReportTimer.arg = hdlc; in hdlc_StartTimer()427 hdlc->ReportTimer.func = hdlc_ReportTime; in hdlc_StartTimer()428 hdlc->ReportTimer.name = "hdlc"; in hdlc_StartTimer()429 timer_Start(&hdlc->ReportTimer); in hdlc_StartTimer()435 timer_Stop(&hdlc->ReportTimer); in hdlc_StopTimer()
62 struct pppTimer ReportTimer; member
613 p->hdlc.ReportTimer.state = TIMER_STOPPED; in iov2physical()