Searched refs:sc_media_ioctl (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_pci.c116 if (sc->sc_media_ioctl == NULL)
H A Dif_ed_isa.c174 if (sc->sc_media_ioctl == NULL)
H A Dif_ed_rtl80x9.c113 sc->sc_media_ioctl = &ed_rtl80x9_media_ioctl;
H A Dif_edvar.h66 int (*sc_media_ioctl)(struct ed_softc *sc, struct ifreq *ifr, member in struct:ed_softc
H A Dif_ed.c1272 if (sc->sc_media_ioctl == NULL) {
1276 sc->sc_media_ioctl(sc, ifr, command);
1856 sc->sc_media_ioctl = &ed_gen_ifmedia_ioctl;
H A Dif_ed_pccard.c631 sc->sc_media_ioctl = ed_pccard_media_ioctl;

Completed in 123 milliseconds