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

  /src/sys/arch/evbppc/virtex/dev/
if_temac.c 161 struct callout sc_rx_timo; member in struct:temac_softc
550 callout_setfunc(&sc->sc_rx_timo, temac_rxtimo, sc);
1234 callout_schedule(&sc->sc_rx_timo, hz / TEMAC_RXTIMO_HZ);

Completed in 16 milliseconds