Lines Matching full:other

14  *    documentation and/or other materials provided with the distribution.
51 * documentation and/or other materials provided with the distribution.
76 * documentation and/or other materials provided with the distribution.
204 struct mii_softc *other = NULL; in mlphy_service() local
208 LIST_FOREACH(other, &mii->mii_phys, mii_list) in mlphy_service()
209 if (other != sc) in mlphy_service()
234 if (other != NULL) { in mlphy_service()
235 mii_phy_reset(other); in mlphy_service()
236 PHY_WRITE(other, MII_BMCR, BMCR_ISO); in mlphy_service()
250 if (other != NULL) { in mlphy_service()
251 mii_phy_reset(other); in mlphy_service()
252 PHY_WRITE(other, MII_BMCR, ife->ifm_data); in mlphy_service()
265 if (other != NULL) { in mlphy_service()
266 mii_phy_reset(other); in mlphy_service()
267 PHY_WRITE(other, MII_BMCR, BMCR_ISO); in mlphy_service()
297 reg = PHY_READ(other, MII_BMSR) | in mlphy_service()
298 PHY_READ(other, MII_BMSR); in mlphy_service()
323 if (other != NULL) { in mlphy_service()
324 mii_phy_reset(other); in mlphy_service()
325 PHY_WRITE(other, MII_BMCR, BMCR_ISO); in mlphy_service()
336 if (msc->ml_state == ML_STATE_AUTO_OTHER && other != NULL) { in mlphy_service()
337 other_inst = other->mii_inst; in mlphy_service()
338 other->mii_inst = sc->mii_inst; in mlphy_service()
339 if (IFM_INST(ife->ifm_media) == other->mii_inst) in mlphy_service()
340 (void) PHY_SERVICE(other, mii, MII_POLLSTAT); in mlphy_service()
341 other->mii_inst = other_inst; in mlphy_service()
342 sc->mii_media_active = other->mii_media_active; in mlphy_service()
343 sc->mii_media_status = other->mii_media_status; in mlphy_service()
372 struct mii_softc *other = NULL; in mlphy_status() local
375 LIST_FOREACH(other, &mii->mii_phys, mii_list) in mlphy_status()
376 if (other != sc) in mlphy_status()
383 if (other != NULL) { in mlphy_status()
384 mii_phy_reset(other); in mlphy_status()
385 PHY_WRITE(other, MII_BMCR, BMCR_ISO); in mlphy_status()
393 if (other != NULL) { in mlphy_status()
394 mii_phy_reset(other); in mlphy_status()
395 mii_phy_auto(other, 1); in mlphy_status()