Home | History | Annotate | Download | only in ic

Lines Matching defs:media

248 	 * Initialize our media structures and probe the MII.
267 /* use the next free media instance */
565 * accordingly. Update our idea of the current media;
961 /* Set the current media. */
1385 * Callback from PHY when media changes.
1421 * Callback from ifmedia to request new media setting.
1432 int media = ifm->ifm_cur->ifm_media;
1441 if (IFM_INST(media) != sc->sc_serinst) {
1454 if (IFM_INST(media) == sc->sc_serinst) {
1464 mii->mii_media_active = media;
1473 if (IFM_INST(media) == miisc->mii_inst)
1490 if (IFM_SUBTYPE(media) == IFM_100_FX) {