be.c | 194 static int be_intphy_service(struct be_softc *, struct mii_data *, int); 631 (void)be_intphy_service(sc, &sc->sc_mii, MII_DOWN); 1366 (void)be_intphy_service(sc, &sc->sc_mii, MII_TICK); 1408 (void)be_intphy_service(sc, &sc->sc_mii, MII_POLLSTAT); 1428 return be_intphy_service(sc, &sc->sc_mii, MII_MEDIACHG); 1435 be_intphy_service(struct be_softc *sc, struct mii_data *mii, int cmd) function in typeref:typename:int
|