HomeSort by: relevance | last modified time | path
    Searched defs:be_intphy_service (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sbus/
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

Completed in 11 milliseconds