OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cemac_tick_ch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/cadence/
if_cemacvar.h
71
callout_t
cemac_tick_ch
;
member in struct:cemac_softc
if_cemac.c
432
callout_init(&sc->
cemac_tick_ch
, CALLOUT_MPSAFE);
433
callout_setfunc(&sc->
cemac_tick_ch
, cemac_tick, sc);
812
callout_schedule(&sc->
cemac_tick_ch
, hz);
1023
callout_reset(&sc->
cemac_tick_ch
, hz, cemac_tick, sc);
1071
callout_halt(&sc->
cemac_tick_ch
, NULL);
Completed in 25 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025