Home
last modified time | relevance | path

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

/freebsd/sys/dev/mge/
H A Dif_mge.c174 static int switch_attached = 0; variable
786 sc->switch_attached = 1; in mge_attach()
788 switch_attached = 1; in mge_attach()
790 sc->switch_attached = 0; in mge_attach()
902 if (sc->switch_attached) { in mge_attach()
1112 if (sc->switch_attached) { in mge_init_locked()
1556 KASSERT(!switch_attached, ("miibus used with switch attached")); in mge_miibus_readreg()
1565 KASSERT(!switch_attached, ("miibus used with switch attached")); in mge_miibus_writereg()
H A Dif_mgevar.h113 int switch_attached; member