Home
last modified time | relevance | path

Searched refs:timer_intr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/wtap/wtap_hal/
H A Dhal.c75 callout_init_mtx(&hal->hw.timer_intr, &hal->hal_mtx, 0); in init_hal()
226 callout_schedule(&hal->hw.timer_intr, intval); in wtap_hal_timer_intr()
234 callout_stop(&hal->hw.timer_intr); in wtap_hal_reset_tsf()
236 callout_reset(&hal->hw.timer_intr, hal->hw.timer_intr_intval, in wtap_hal_reset_tsf()
H A Dhal.h48 struct callout timer_intr; member