Searched refs:mdio_driver (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/dev/mdio/ |
| H A D | mdio.c | 40 if (device_find_child(parent, mdio_driver.name, DEVICE_UNIT_ANY) == NULL) in mdio_identify() 41 BUS_ADD_CHILD(parent, 0, mdio_driver.name, DEVICE_UNIT_ANY); in mdio_identify() 120 driver_t mdio_driver = { variable
|
| H A D | mdio.h | 30 extern driver_t mdio_driver;
|
| /freebsd/sys/dev/dpaa/ |
| H A D | fman_xmdio.c | 100 DRIVER_MODULE(mdio, xmdio, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/ip17x/ |
| H A D | ip17x.c | 649 DRIVER_MODULE(mdio, ip17x, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/ukswitch/ |
| H A D | ukswitch.c | 570 DRIVER_MODULE(mdio, ukswitch, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/mtkswitch/ |
| H A D | mtkswitch.c | 659 DRIVER_MODULE(mdio, mtkswitch, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_main.c | 963 DRIVER_MODULE(mdio, ar40xx, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/infineon/ |
| H A D | adm6996fc.c | 835 DRIVER_MODULE(mdio, adm6996fc, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/e6000sw/ |
| H A D | e6060sw.c | 1017 DRIVER_MODULE(mdio, e6060sw, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 954 DRIVER_MODULE(mdio, rtl8366rb, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/etherswitch/arswitch/ |
| H A D | arswitch.c | 1309 DRIVER_MODULE(mdio, arswitch, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/mge/ |
| H A D | if_mge.c | 178 DRIVER_MODULE(mdio, mge, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/neta/ |
| H A D | if_mvneta.c | 220 DRIVER_MODULE(mdio, mvneta, mdio_driver, 0, 0);
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_ix.c | 316 DRIVER_MODULE(mdio, ix, mdio_driver, 0, 0); /* needs to happen before ix */
|