Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c1451 callout_init_mtx(&sc->bce_pulse_callout, &sc->bce_mtx, 0); in bce_attach()
1529 callout_stop(&sc->bce_pulse_callout); in bce_detach()
8280 callout_reset(&sc->bce_pulse_callout, hz, bce_pulse, sc); in bce_pulse()
H A Dif_bcereg.h6465 struct callout bce_pulse_callout; member