Home
last modified time | relevance | path

Searched refs:sc_rx_ch (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/cas/
H A Dif_casvar.h136 struct callout sc_rx_ch; /* delayed RX callout */ member
H A Dif_cas.c202 callout_init_mtx(&sc->sc_rx_ch, &sc->sc_mtx, 0); in cas_attach()
475 callout_drain(&sc->sc_rx_ch); in cas_detach()
720 callout_stop(&sc->sc_rx_ch); in cas_stop()
1620 callout_stop(&sc->sc_rx_ch); in cas_rint()
1684 callout_reset(&sc->sc_rx_ch, CAS_RXOWN_TICKS, in cas_rint()
/src/sys/dev/gem/
H A Dif_gemvar.h114 struct callout sc_rx_ch; /* delayed RX callout */ member
H A Dif_gem.c168 callout_init_mtx(&sc->sc_rx_ch, &sc->sc_mtx, 0); in gem_attach()
413 callout_drain(&sc->sc_rx_ch); in gem_detach()
644 callout_stop(&sc->sc_rx_ch); in gem_stop()
1507 callout_stop(&sc->sc_rx_ch); in gem_rint()
1537 callout_reset(&sc->sc_rx_ch, GEM_RXOWN_TICKS, in gem_rint()