Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_iflib.h237 struct callout admin_timer; /* timer to trigger admin task */ member
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()
806 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_if_attach_post()
832 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc); in ice_attach_post_recovery_mode()
896 callout_stop(&sc->admin_timer); in ice_if_detach()
2101 callout_schedule(&sc->admin_timer, hz/2); in ice_admin_timer()
/freebsd-12-stable/sys/dev/ixl/
Dif_ixl.c456 callout_schedule(&pf->admin_timer, hz/2); in ixl_admin_timer()
513 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0); in ixl_if_attach_pre()
662 callout_stop(&pf->admin_timer); in ixl_if_attach_pre()
709 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
812 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf); in ixl_if_attach_post()
844 callout_stop(&pf->admin_timer); in ixl_if_detach()
Dixl_pf.h134 struct callout admin_timer; /* timer to trigger admin task */ member