Searched refs:tx_last (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/isa/ |
| D | if_iy.c | 105 int tx_start, tx_end, tx_last; member 329 sc->sc_dev.dv_xname, sc->tx_start, sc->tx_end, sc->tx_last); 330 p = sc->tx_last; 347 sc->tx_last = 0; 465 sc->tx_last = 0; 614 sc->sc_dev.dv_xname, sc->tx_start, sc->tx_end, sc->tx_last); 618 outw(iobase + HOST_ADDR_REG, sc->tx_last + XMT_COUNT); 621 outw(iobase + HOST_ADDR_REG, sc->tx_last + XMT_CHAIN); 626 sc->sc_dev.dv_xname, sc->tx_last + XMT_COUNT, 651 sc->tx_last = last;
|
| D | if_ex.c | 111 u_int tx_last; /* Pointer to beginning of last frame in the member 519 sc->tx_last + XMT_Chain_Point); 522 ISA_PUT_2(HOST_ADDR_REG, sc->tx_last + 525 ISA_PUT_2(HOST_ADDR_REG, sc->tx_last + 549 sc->tx_last = dest; 588 sc->tx_last = 0; /* XXX I think these two lines are not necessary,
|