Searched refs:TULIP_DIDNWAY (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/de/
H A Dif_de.c371 } else if ((sc->tulip_flags & TULIP_DIDNWAY) == 0) {
374 sc->tulip_flags &= ~TULIP_DIDNWAY;
393 if ((sc->tulip_flags & TULIP_DIDNWAY) == 0) {
413 } else if (sc->tulip_chipid != TULIP_21041 || (sc->tulip_flags & TULIP_DIDNWAY) == 0) {
574 if (sc->tulip_flags & TULIP_DIDNWAY)
693 sc->tulip_flags &= ~(TULIP_DIDNWAY|TULIP_PRINTMEDIA|TULIP_PRINTLINKUP);
1096 sc->tulip_flags |= TULIP_DIDNWAY;
1392 sc->tulip_flags |= TULIP_DIDNWAY;
1421 sc->tulip_flags &= ~TULIP_DIDNWAY;
1455 sc->tulip_flags &= ~TULIP_DIDNWAY;
[all...]
H A Dif_devar.h610 #define TULIP_DIDNWAY 0x02000000 macro

Completed in 103 milliseconds