Searched refs:sc_rx_ch (Results 1 – 4 of 4) sorted by relevance
136 struct callout sc_rx_ch; /* delayed RX callout */ member
202 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()
114 struct callout sc_rx_ch; /* delayed RX callout */ member
168 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()