Searched refs:mii_dev (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/sys/dev/mii/
H A Durlphy.c109 DPRINTF(("%s: %s: enter\n", sc->mii_dev.dv_xname, __func__));
122 sc->mii_dev.dv_xname);
138 DPRINTF(("%s: %s: enter\n", sc->mii_dev.dv_xname, __func__));
140 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
228 DPRINTF(("%s: %s: enter\n", sc->mii_dev.dv_xname, __func__));
241 DPRINTF(("%s: %s: link %s\n", sc->mii_dev.dv_xname, __func__,
H A Dmiivar.h111 struct device mii_dev; /* generic device glue */ member in struct:mii_softc
217 (*(p)->mii_pdata->mii_readreg)((p)->mii_dev.dv_parent, \
221 (*(p)->mii_pdata->mii_writereg)((p)->mii_dev.dv_parent, \
H A Dexphy.c136 sc->mii_dev.dv_xname);
153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dukphy.c135 printf("%s: no media present\n", sc->mii_dev.dv_xname);
146 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dbrswphy.c138 (*(p)->mii_pdata->mii_readreg)((p)->mii_dev.dv_parent, \
141 (*(p)->mii_pdata->mii_writereg)((p)->mii_dev.dv_parent, \
236 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dciphy.c286 sc->mii_dev.dv_xname, bmsr & CIPHY_AUXCSR_SPEED);
323 if (strcmp(sc->mii_dev.dv_parent->dv_cfdata->cf_driver->cd_name, "nfe") == 0) {
373 sc->mii_dev.dv_xname, model);
H A Dmtdphy.c115 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dtxphy.c114 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Drlphy.c147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
225 devname = sc->mii_dev.dv_parent->dv_cfdata->cf_driver->cd_name;
H A Dinphy.c153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dicsphy.c153 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Diophy.c148 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dqsphy.c147 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dnsphyter.c152 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dsqphy.c150 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dtqphy.c149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dmii_physubr.c218 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
341 (*mii->mii_statchg)(sc->mii_dev.dv_parent);
H A Dytphy.c180 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
425 sc->mii_dev.dv_xname, amp, volt);
H A Dmii.c175 (void) config_detach(&child->mii_dev, DETACH_FORCE);
H A Dnsphy.c149 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dnsgphy.c159 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dlxtphy.c162 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dmlphy.c212 if ((sc->mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Dtlphy.c186 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0)
H A Drdcphy.c167 if ((sc->sc_mii.mii_dev.dv_flags & DVF_ACTIVE) == 0)

Completed in 109 milliseconds

12