Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dif_ixl.c133 static void ixl_admin_timer(void *arg);
442 ixl_admin_timer(void *arg) in ixl_admin_timer() function
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()