Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3185 sc->tulip_txtimer = 0; in tulip_reset()
3730 sc->tulip_txtimer = 0; in tulip_tx_intr()
3732 sc->tulip_txtimer = TULIP_TXTIMER; in tulip_tx_intr()
4117 if (sc->tulip_txtimer == 0) in tulip_txput()
4118 sc->tulip_txtimer = TULIP_TXTIMER; in tulip_txput()
4356 if (sc->tulip_txtimer) in tulip_watchdog()
4358 if (sc->tulip_txtimer && --sc->tulip_txtimer == 0) { in tulip_watchdog()
H A Dif_devar.h522 u_int32_t tulip_txtimer:3; /* transmission timer */ member