Searched refs:phy_attached (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/neta/
H A Dif_mvnetavar.h268 int phy_attached; member in struct:mvneta_softc
H A Dif_mvneta.c747 sc->phy_attached = 1;
1795 if (sc->phy_attached && sc->ifp->if_flags & IFF_UP) {
2092 if (sc->phy_attached)
2144 if (!sc->phy_attached)
2252 if (!sc->phy_attached)
2272 if (sc->phy_attached)
2347 if (!sc->phy_attached && !sc->use_inband_status) {
2401 if (!sc->phy_attached && !sc->use_inband_status) {
2682 if (sc->phy_attached) {
/freebsd-13-stable/sys/dev/mge/
H A Dif_mgevar.h114 int phy_attached; member in struct:mge_softc
H A Dif_mge.c799 sc->phy_attached = 1;
802 sc->phy_attached = 0;
889 if (sc->phy_attached) {
999 if (!sc->phy_attached) {
1059 if (sc->phy_attached) {
1219 if (sc->phy_attached)
1560 if (!sc->phy_attached && (command == SIOCSIFMEDIA))
1562 else if (!sc->phy_attached) {
1708 KASSERT(sc->phy_attached == 1, ("mge_tick while PHY not attached"));

Completed in 174 milliseconds