Searched refs:phy_attached (Results 1 – 2 of 2) sorted by relevance
797 sc->phy_attached = 1; in mge_attach()800 sc->phy_attached = 0; in mge_attach()887 if (sc->phy_attached) { in mge_attach()997 if (!sc->phy_attached) { in mge_ifmedia_sts()1057 if (sc->phy_attached) { in mge_ifmedia_upd()1217 if (sc->phy_attached) in mge_init_locked()1558 if (!sc->phy_attached && (command == SIOCSIFMEDIA)) in mge_ioctl()1560 else if (!sc->phy_attached) { in mge_ioctl()1706 KASSERT(sc->phy_attached == 1, ("mge_tick while PHY not attached")); in mge_tick()
112 int phy_attached; member