Searched refs:admin_timer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_iflib.h | 237 struct callout admin_timer; /* timer to trigger admin task */ member
|
| D | if_ice_iflib.c | 465 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/ |
| D | if_ixl.c | 456 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()
|
| D | ixl_pf.h | 134 struct callout admin_timer; /* timer to trigger admin task */ member
|