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

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h259 struct callout admin_timer; /* timer to trigger admin task */ member in struct:ice_softc
H A Dif_ice_iflib.c485 callout_init_mtx(&sc->admin_timer, &sc->admin_mtx, 0);
665 callout_stop(&sc->admin_timer);
857 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc);
887 callout_reset(&sc->admin_timer, hz/2, ice_admin_timer, sc);
952 callout_stop(&sc->admin_timer);
2246 callout_schedule(&sc->admin_timer, hz/2);
/freebsd-current/sys/dev/ixl/
H A Dif_ixl.c473 callout_schedule(&pf->admin_timer, hz/2);
530 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0);
679 callout_stop(&pf->admin_timer);
726 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf);
840 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf);
872 callout_stop(&pf->admin_timer);
H A Dixl_pf.h134 struct callout admin_timer; /* timer to trigger admin task */ member in struct:ixl_pf

Completed in 80 milliseconds