Searched refs:bce_tick (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c485 static void bce_tick (void *);
6498 bce_tick(sc);
7176 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc);
8460 bce_tick(void *xsc) function
8474 callout_reset(&sc->bce_tick_callout, hz, bce_tick, sc);

Completed in 242 milliseconds