Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_etvar.h332 int sc_rx_intr_delay; member
H A Dif_et.c239 sc->sc_rx_intr_delay = et_rx_intr_delay; in et_attach()
1789 CSR_WRITE_4(sc, ET_RX_INTR_DELAY, sc->sc_rx_intr_delay); in et_init_rxdma()
2591 v = sc->sc_rx_intr_delay; in et_sysctl_rx_intr_delay()
2600 if (sc->sc_rx_intr_delay != v) { in et_sysctl_rx_intr_delay()
2603 sc->sc_rx_intr_delay = v; in et_sysctl_rx_intr_delay()