Home
last modified time | relevance | path

Searched refs:admin_timer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/ice/
H A Dice_iflib.h237 struct callout admin_timer; /* timer to trigger admin task */ member
H A Dif_ice_iflib.c465 callout_init_mtx(&sc->admin_timer, &sc->admin_mtx, 0); in ice_if_attach_pre()
620 callout_stop(&sc->admin_timer); in ice_if_attach_pre()
800 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_if_attach_post()
826 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_attach_post_recovery_mode()
890 callout_stop(&sc->admin_timer); in ice_if_detach()
2047 callout_schedule(&sc->admin_timer, hz/2); in ice_admin_timer()
/freebsd-13.1/sys/dev/ixl/
H A Dif_ixl.c455 callout_schedule(&pf->admin_timer, hz/2); in ixl_admin_timer()
512 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0); in ixl_if_attach_pre()
661 callout_stop(&pf->admin_timer); in ixl_if_attach_pre()
708 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
811 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
843 callout_stop(&pf->admin_timer); in ixl_if_detach()
H A Dixl_pf.h134 struct callout admin_timer; /* timer to trigger admin task */ member