HomeSort by: relevance | last modified time | path
    Searched defs:tl_restart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_tl.c 116 static void tl_restart(void *);
583 tl_restart(void *v) function in typeref:typename:void
1077 callout_reset(&sc->tl_restart_ch, 1, tl_restart, ifp);
1181 callout_reset(&sc->tl_restart_ch, 1, tl_restart, ifp);
if_tl.c 116 static void tl_restart(void *);
583 tl_restart(void *v) function in typeref:typename:void
1077 callout_reset(&sc->tl_restart_ch, 1, tl_restart, ifp);
1181 callout_reset(&sc->tl_restart_ch, 1, tl_restart, ifp);

Completed in 26 milliseconds