Home
last modified time | relevance | path

Searched refs:miibus (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/freebsd/mips/cavium/octe/
H A Docte.c127 DRIVER_MODULE(miibus, octe, miibus_driver, miibus_devclass, 0, 0);
151 error = mii_attach(dev, &priv->miibus, ifp, in octe_attach()
163 if (priv->miibus == NULL) { in octe_attach()
287 if (priv->miibus != NULL) in octe_init()
288 mii_mediachg(device_get_softc(priv->miibus)); in octe_init()
336 mii = device_get_softc(priv->miibus); in octe_mii_medchange()
351 mii = device_get_softc(priv->miibus); in octe_mii_medstat()
474 if (priv->miibus != NULL) { in octe_ioctl()
475 mii = device_get_softc(priv->miibus); in octe_ioctl()
H A Dcavium-ethernet.h68 device_t miibus; member
H A Dethernet-common.c228 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM && priv->miibus == NULL) { in cvm_oct_common_open()
281 if (priv->miibus != NULL) in cvm_oct_common_poll()
H A Dethernet-rgmii.c134 if (priv->miibus == NULL) { in cvm_oct_rgmii_poll()
/f-stack/freebsd/arm/conf/
H A DIMX5356 device miibus # Standard mii bus
87 # USB Ethernet, requires miibus
88 #device miibus
H A DTEGRA12453 device miibus # Required for ethernet
96 # USB Ethernet, requires miibus
120 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
H A DALPINE76 # USB ethernet support, requires miibus
77 device miibus
H A DSOCFPGA94 # USB ethernet support, requires miibus
95 device miibus
H A DVYBRID90 # USB ethernet support, requires miibus
91 device miibus
H A DEFIKA_MX95 # USB Ethernet, requires miibus
96 device miibus
H A DIMX658 device miibus # Required for ethernet
90 # USB Ethernet, requires miibus
H A DGENERIC227 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
228 device miibus
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c163 device_t miibus; member
358 if (sc->miibus) { /* can't happen */ in gen_destroy()
359 device_delete_child(sc->dev, sc->miibus); in gen_destroy()
360 sc->miibus = NULL; in gen_destroy()
802 mii = device_get_softc(sc->miibus); in gen_init_locked()
1482 mii = device_get_softc(sc->miibus); in gen_ioctl()
1555 mii = device_get_softc(sc->miibus); in gen_tick()
1640 mii = device_get_softc(sc->miibus); in gen_update_link_locked()
1713 mii = device_get_softc(sc->miibus); in gen_media_status()
1730 mii = device_get_softc(sc->miibus); in gen_media_change()
[all …]
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswvar.h134 device_t miibus; member
/f-stack/freebsd/mips/conf/
H A DBERI_DE4_BASE41 device miibus
H A DERL127 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
190 # USB Ethernet, requires miibus
191 device miibus # MII bus support
H A Dstd.MALTA54 device miibus
H A DOCTEON1148 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
166 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
167 device miibus # MII bus support
H A DBCM94 device miibus # attachments
H A DX100062 device miibus
H A Dstd.XLP73 device miibus
H A DJZ478067 device miibus
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c199 device_t miibus; member
304 mii = device_get_softc(sc->miibus); in awg_miibus_statchg()
367 mii = device_get_softc(sc->miibus); in awg_media_status()
384 mii = device_get_softc(sc->miibus); in awg_media_change()
1020 mii = device_get_softc(sc->miibus); in awg_init_locked()
1114 mii = device_get_softc(sc->miibus); in awg_ioctl()
1890 mii = device_get_softc(sc->miibus); in awg_tick()
1985 error = mii_attach(dev, &sc->miibus, sc->ifp, awg_media_change, in awg_attach()
2021 DRIVER_MODULE(miibus, awg, miibus_driver, miibus_devclass, 0, 0);
2023 MODULE_DEPEND(awg, miibus, 1, 1, 1);
/f-stack/freebsd/mips/mediatek/
H A Dstd.rt288084 #device miibus
H A Dstd.mediatek85 device miibus

12