Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_iflib.h258 struct callout admin_timer; /* timer to trigger admin task */
236 struct callout admin_timer; /* timer to trigger admin task */ global() member
H A Dif_ice_iflib.c487 callout_init_mtx(&sc->admin_timer, &sc->admin_mtx, 0); in ice_if_attach_pre()
663 callout_stop(&sc->admin_timer); in ice_if_attach_pre()
852 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_if_attach_post()
882 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_attach_post_recovery_mode()
947 callout_stop(&sc->admin_timer); in ice_if_detach()
2253 callout_schedule(&sc->admin_timer, hz/2); in ice_admin_timer()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c473 callout_schedule(&pf->admin_timer, hz/2); in ixl_admin_timer()
530 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0); in ixl_if_attach_pre()
679 callout_stop(&pf->admin_timer); in ixl_if_attach_pre()
726 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
840 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
872 callout_stop(&pf->admin_timer); in ixl_if_detach()
H A Dixl_pf.h134 struct callout admin_timer; /* timer to trigger admin task */ member