Home
last modified time | relevance | path

Searched refs:mii_model (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/mii_layer/
H A De1000phy.c148 switch (sc->mii_model) { in e1000phy_attach()
203 if (sc->mii_model == MII_MODEL_MARVELL_E1112) { in e1000phy_reset()
215 switch (sc->mii_model) { in e1000phy_reset()
226 if (sc->mii_model == MII_MODEL_MARVELL_E1116) in e1000phy_reset()
247 if (sc->mii_model != MII_MODEL_MARVELL_E3016) { in e1000phy_reset()
253 if (sc->mii_model == MII_MODEL_MARVELL_E1116 || in e1000phy_reset()
254 sc->mii_model == MII_MODEL_MARVELL_E1149 || in e1000phy_reset()
255 sc->mii_model == MII_MODEL_MARVELL_E1149R) { in e1000phy_reset()
264 switch (MII_MODEL(sc->mii_model)) { in e1000phy_reset()
H A Dbrgphy.c292 if (sc->mii_model != MII_MODEL_xxBROADCOM_BCM5701) in brgphy_service()
373 switch (sc->mii_model) { in brgphy_service()
441 if (sc->mii_model == MII_MODEL_BROADCOM2_BCM5906) { in brgphy_status()
469 if (sc->mii_model == MII_MODEL_xxBROADCOM_BCM5701) in brgphy_mii_phy_auto()
500 switch (sc->mii_model) { in brgphy_reset()
741 if (sc->mii_model == MII_MODEL_xxBROADCOM_BCM5401) { in brgphy_jumbo_settings()
H A Dmiivar.h99 int mii_model; /* MII_MODEL(ma->mii_id2) */ member
H A Dtruephy.c258 if (sc->mii_model == MII_MODEL_AGERE_ET1011) { in truephy_reset()
H A Datphy.c406 else if (sc->mii_model == MII_MODEL_ATHEROS_F1) { in atphy_setmedia()
H A Drgephy.c459 if (sc->mii_model == MII_MODEL_xxREALTEK_RTL8251 || sc->mii_rev > 1) in rgephy_load_dspcode()
H A Dmii_physubr.c111 mii->mii_model = MII_MODEL(ma->mii_id2); in mii_softc_init()