Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/sbus/
Dbe.c198 int be_intphy_service(struct be_softc *, struct mii_data *, int);
658 (void)be_intphy_service(sc, &sc->sc_mii, MII_DOWN); in bestop()
1398 (void)be_intphy_service(sc, &sc->sc_mii, MII_TICK); in be_tick()
1440 (void)be_intphy_service(sc, &sc->sc_mii, MII_POLLSTAT); in be_ifmedia_sts()
1459 return (be_intphy_service(sc, &sc->sc_mii, MII_MEDIACHG)); in be_ifmedia_upd()
1466 be_intphy_service(struct be_softc *sc, struct mii_data *mii, int cmd) in be_intphy_service() function