Lines Matching defs:media
83 /* media change and status callback */
164 * int *media, int nmedia, int defmedia); when everything is set up. First
166 * contains the ethernet address. media is an array of the media types
168 * ifmedia_add() in sequence. nmedia is the count of elements in media.
169 * defmedia is the default media that is set via ifmedia_set().
170 * nmedia and defmedia are ignored when media == NULL.
566 iee_attach(struct iee_softc *sc, uint8_t *eth_addr, int *media, int nmedia,
653 if (media != NULL) {
655 ifmedia_add(&sc->sc_ifmedia, media[n], 0, NULL);