Searched refs:ifmedia_add (Results 76 - 83 of 83) sorted by relevance

1234

/freebsd-12-stable/sys/dev/ena/
H A Dena.c2447 ifmedia_add(&adapter->media, IFM_ETHER | IFM_AUTO, 0, NULL);
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxp.c826 ifmedia_add(&sc->sc_media, IFM_ETHER|IFM_MANUAL, 0, NULL);
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.c2177 ifmedia_add(&sc->media, IFM_ETHER | IFM_AUTO, 0, NULL);
/freebsd-12-stable/sys/dev/virtio/network/
H A Dif_vtnet.c960 ifmedia_add(&sc->vtnet_media, VTNET_MEDIATYPE, 0, NULL);
/freebsd-12-stable/sys/dev/an/
H A Dif_an.c770 #define ADD(s, o) ifmedia_add(&sc->an_ifmedia, \
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c2918 ifmedia_add(&sc->media, IFM_ETHER | IFM_FDX | media_type,
/freebsd-12-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2371 ifmedia_add(&sc->hn_media, IFM_ETHER | IFM_AUTO, 0, NULL);
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe.c13059 ifmedia_add(&sc->ifmedia, (IFM_ETHER | IFM_FDX | sc->media), 0, NULL);
13060 ifmedia_add(&sc->ifmedia, (IFM_ETHER | IFM_AUTO), 0, NULL);

Completed in 287 milliseconds

1234