mii.c | 294 phy_service(struct mii_softc *sc, struct mii_data *mii, int cmd) function in typeref:typename:int 299 return PHY_SERVICE(sc, mii, cmd); 327 rv = phy_service(child, mii, MII_MEDIACHG); 347 (void)phy_service(child, mii, MII_TICK); 367 (void)phy_service(child, mii, MII_POLLSTAT); 384 (void)phy_service(child, mii, MII_DOWN);
|