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

  /src/sys/dev/cadence/
if_cemac.c 110 static void cemac_tick(void *);
433 callout_setfunc(&sc->cemac_tick_ch, cemac_tick, sc);
783 cemac_tick(void *arg) function in typeref:typename:void
1023 callout_reset(&sc->cemac_tick_ch, hz, cemac_tick, sc);

Completed in 12 milliseconds