| /freebsd-14.2/sys/arm/qualcomm/ |
| H A D | std.ipq4018 | 9 dev/etherswitch/ar40xx/ar40xx_main.c \ 10 optional mdio etherswitch ar40xx_switch 11 dev/etherswitch/ar40xx/ar40xx_phy.c \ 12 optional mdio etherswitch ar40xx_switch 13 dev/etherswitch/ar40xx/ar40xx_hw.c \ 14 optional mdio etherswitch ar40xx_switch 15 dev/etherswitch/ar40xx/ar40xx_hw_atu.c \ 16 optional mdio etherswitch ar40xx_switch 17 dev/etherswitch/ar40xx/ar40xx_hw_port.c \ 18 optional mdio etherswitch ar40xx_switch [all …]
|
| /freebsd-14.2/sys/dev/etherswitch/ |
| H A D | etherswitch.c | 138 device_t etherswitch = device_get_parent(dev); in etherswitchioctl() local 148 info = ETHERSWITCH_GETINFO(etherswitch); in etherswitchioctl() 154 ETHERSWITCH_LOCK(etherswitch); in etherswitchioctl() 155 reg->val = ETHERSWITCH_READREG(etherswitch, reg->reg); in etherswitchioctl() 156 ETHERSWITCH_UNLOCK(etherswitch); in etherswitchioctl() 161 ETHERSWITCH_LOCK(etherswitch); in etherswitchioctl() 163 ETHERSWITCH_UNLOCK(etherswitch); in etherswitchioctl() 194 error = ETHERSWITCH_GETCONF(etherswitch, &conf); in etherswitchioctl() 203 error = ETHERSWITCH_FLUSH_ALL(etherswitch); in etherswitchioctl() 212 error = ETHERSWITCH_FETCH_TABLE(etherswitch, (void *) data); in etherswitchioctl() [all …]
|
| H A D | etherswitch_if.m | 8 #include <dev/etherswitch/etherswitch.h> 10 INTERFACE etherswitch;
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_etherswitch | 6 PROJECT_NAME = "FreeBSD kernel etherswitch device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/etherswitch/ \
|
| /freebsd-14.2/sys/arm64/conf/ |
| H A D | std.marvell | 44 device etherswitch # Enable etherswitch support 45 device miiproxy # Required for etherswitch
|
| /freebsd-14.2/sys/modules/e6000sw/ |
| H A D | Makefile | 2 .PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
|
| /freebsd-14.2/sys/modules/felix/ |
| H A D | Makefile | 29 .PATH: ${SRCTOP}/sys/dev/etherswitch/felix
|
| /freebsd-14.2/sys/arm/conf/ |
| H A D | std.qca | 80 device etherswitch
|
| H A D | ARMADA38X | 48 device etherswitch
|
| H A D | GENERIC | 209 device etherswitch
|
| /freebsd-14.2/sys/dev/etherswitch/ip17x/ |
| H A D | ip17x.c | 644 DRIVER_MODULE(etherswitch, ip17x, etherswitch_driver, 0, 0); 652 MODULE_DEPEND(ip17x, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/dev/etherswitch/ukswitch/ |
| H A D | ukswitch.c | 572 DRIVER_MODULE(etherswitch, ukswitch, etherswitch_driver, 0, 0); 575 MODULE_DEPEND(ukswitch, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/dev/etherswitch/mtkswitch/ |
| H A D | mtkswitch.c | 662 DRIVER_MODULE(etherswitch, mtkswitch, etherswitch_driver, 0, 0); 665 MODULE_DEPEND(mtkswitch, etherswitch, 1, 1, 1);
|
| /freebsd-14.2/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_main.c | 963 DRIVER_MODULE(etherswitch, ar40xx, etherswitch_driver, 0, 0); 966 MODULE_DEPEND(ar40xx, etherswitch, 1, 1, 1);
|
| /freebsd-14.2/sys/dev/etherswitch/infineon/ |
| H A D | adm6996fc.c | 837 DRIVER_MODULE(etherswitch, adm6996fc, etherswitch_driver, 0, 0); 840 MODULE_DEPEND(adm6996fc, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/dev/etherswitch/micrel/ |
| H A D | ksz8995ma.c | 938 DRIVER_MODULE(etherswitch, ksz8995ma, etherswitch_driver, 0, 0); 942 MODULE_DEPEND(ksz8995ma, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 956 DRIVER_MODULE(etherswitch, rtl8366rb, etherswitch_driver, 0, 0); 960 MODULE_DEPEND(rtl8366rb, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/dev/etherswitch/e6000sw/ |
| H A D | e6060sw.c | 1019 DRIVER_MODULE(etherswitch, e6060sw, etherswitch_driver, 0, 0); 1022 MODULE_DEPEND(e6060sw, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| H A D | e6000sw.c | 198 DRIVER_MODULE(etherswitch, e6000sw, etherswitch_driver, 0, 0);
|
| /freebsd-14.2/sys/dev/etherswitch/arswitch/ |
| H A D | arswitch.c | 1314 DRIVER_MODULE(etherswitch, arswitch, etherswitch_driver, 0, 0); 1317 MODULE_DEPEND(arswitch, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 1654 dev/etherswitch/etherswitch.c optional etherswitch 1655 dev/etherswitch/etherswitch_if.m optional etherswitch 1656 dev/etherswitch/ip17x/ip17x.c optional ip17x 1657 dev/etherswitch/ip17x/ip175c.c optional ip17x 1658 dev/etherswitch/ip17x/ip175d.c optional ip17x 1659 dev/etherswitch/ip17x/ip17x_phy.c optional ip17x 1660 dev/etherswitch/ip17x/ip17x_vlans.c optional ip17x 1661 dev/etherswitch/miiproxy.c optional miiproxy 1664 dev/etherswitch/e6000sw/e6060sw.c optional e6060sw 1666 dev/etherswitch/micrel/ksz8995ma.c optional ksz8995ma [all …]
|
| H A D | files.arm64 | 237 dev/etherswitch/felix/felix.c optional enetc etherswitch fdt felix pci soc_nxp_ls
|
| /freebsd-14.2/share/man/man4/ |
| H A D | Makefile | 148 etherswitch.4 \
|
| /freebsd-14.2/sys/dev/etherswitch/felix/ |
| H A D | felix.c | 146 DRIVER_MODULE(etherswitch, felix, etherswitch_driver, NULL, NULL);
|
| /freebsd-14.2/sys/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 232 DRIVER_MODULE(etherswitch, cpswss, etherswitch_driver, 0, 0); 233 MODULE_DEPEND(cpswss, etherswitch, 1, 1, 1);
|