Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dbe.c194 static int be_intphy_service(struct be_softc *, struct mii_data *, int);
631 (void)be_intphy_service(sc, &sc->sc_mii, MII_DOWN); in bestop()
1366 (void)be_intphy_service(sc, &sc->sc_mii, MII_TICK); in be_tick()
1408 (void)be_intphy_service(sc, &sc->sc_mii, MII_POLLSTAT); in be_ifmedia_sts()
1428 return be_intphy_service(sc, &sc->sc_mii, MII_MEDIACHG); in be_ifmedia_upd()
1435 be_intphy_service(struct be_softc *sc, struct mii_data *mii, int cmd) in be_intphy_service() function