Searched refs:tulip_txtimer (Results 1 – 2 of 2) sorted by relevance
3185 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()
522 u_int32_t tulip_txtimer:3; /* transmission timer */ member