Home | History | Annotate | Download | only in ic

Lines Matching defs:media

327 cs_attach(struct cs_softc *sc, uint8_t *enaddr, int *media,
405 if (media != NULL) {
407 ifmedia_add(&sc->sc_media, media[i], 0, NULL);
478 printf("%s: %s rev. %c, address %s, media %s\n",
595 "WARNING: default media setting may be inaccurate\n");
977 int media = IFM_SUBTYPE(sc->sc_media.ifm_cur->ifm_media);
998 /* Set the Line Control register to match the media type */
999 if (media == IFM_10_T)
1010 /* If the media type is 10Base2 */
1011 if (media == IFM_10_2) {
1019 } else { /* Media type is 10BaseT or AUI */
1355 * Current media is already set up. Just reset the interface
1367 /* The currently selected media is always the active media. */