Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Di82557.c470 sc->sc_flags |= FXPF_MII; in fxp_mii_initmedia()
1563 if (sc->sc_flags & FXPF_MII) { in fxp_tick()
1618 if (sc->sc_flags & FXPF_MII) { in fxp_stop()
1799 cbp->mediatype = (sc->sc_flags & FXPF_MII) ? 1 : 0; in fxp_init()
1818 cbp->crscdt = (sc->sc_flags & FXPF_MII) ? 0 : 1; in fxp_init()
1986 if (sc->sc_flags & FXPF_MII) { in fxp_init()
2510 if (sc->sc_flags & FXPF_MII) { in fxp_detach()
Di82557var.h217 #define FXPF_MII 0x0001 /* device uses MII */ macro