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.h270 struct callout admin_timer; /* timer to trigger admin task */ member
H A Dif_ice_iflib.c510 callout_init_mtx(&sc->admin_timer, &sc->admin_mtx, 0); in ice_if_attach_pre()
686 callout_stop(&sc->admin_timer); in ice_if_attach_pre()
886 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_if_attach_post()
916 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_attach_post_recovery_mode()
981 callout_stop(&sc->admin_timer); in ice_if_detach()
2314 callout_schedule(&sc->admin_timer, hz/2); in ice_admin_timer()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c481 callout_schedule(&pf->admin_timer, hz/2); in ixl_admin_timer()
538 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0); in ixl_if_attach_pre()
687 callout_stop(&pf->admin_timer); in ixl_if_attach_pre()
734 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
849 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
881 callout_stop(&pf->admin_timer); in ixl_if_detach()
H A Dixl_pf.h150 struct callout admin_timer; /* timer to trigger admin task */ member