Searched refs:hal_mtx (Results 1 – 2 of 2) sorted by relevance
66 mtx_init(&hal->hal_mtx, "wtap_hal mtx", NULL, MTX_DEF | MTX_RECURSE); in init_hal()75 callout_init_mtx(&hal->hw.timer_intr, &hal->hal_mtx, 0); in init_hal()102 mtx_destroy(&hal->hal_mtx); in deinit_hal()232 mtx_lock(&hal->hal_mtx); in wtap_hal_reset_tsf()239 mtx_unlock(&hal->hal_mtx); in wtap_hal_reset_tsf()
43 struct mtx hal_mtx; member