Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_devar.h597 #define TULIP_NEEDRESET 0x00000400 macro
H A Dif_de.c2980 sc->tulip_flags |= TULIP_NEEDRESET; in tulip_ifmedia_change()
3172 sc->tulip_flags &= ~(TULIP_NEEDRESET|TULIP_RXBUFSLOW); in tulip_reset()
3240 if ((sc->tulip_flags & TULIP_NEEDRESET) == TULIP_NEEDRESET) in tulip_reset()
3786 sc->tulip_flags |= TULIP_NEEDRESET; in tulip_intr_handler()
3857 if (sc->tulip_flags & TULIP_NEEDRESET) { in tulip_intr_handler()