Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dif_iy.c114 int tx_start, tx_end, tx_last; member
391 device_xname(sc->sc_dev), sc->tx_start, sc->tx_end, sc->tx_last); in iystop()
419 sc->tx_start = sc->tx_end = sc->rx_size; in iystop()
615 sc->tx_start = sc->tx_end = sc->rx_size; in iyinit()
689 avail = sc->tx_start - sc->tx_end; in iystart()
726 last = sc->tx_end; in iystart()
795 device_xname(sc->sc_dev), sc->tx_start, sc->tx_end, in iystart()
799 if (sc->tx_start != sc->tx_end) { in iystart()
830 if (sc->tx_start == sc->tx_end) { in iystart()
846 sc->tx_end = end; in iystart()
[all …]