| /freebsd/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() 162 error = ETHERSWITCH_WRITEREG(etherswitch, reg->reg, reg->val); in etherswitchioctl() 163 ETHERSWITCH_UNLOCK(etherswitch); in etherswitchioctl() 167 error = ETHERSWITCH_GETPORT(etherswitch, (etherswitch_port_t *)data); in etherswitchioctl() 171 error = ETHERSWITCH_SETPORT(etherswitch, (etherswitch_port_t *)data); in etherswitchioctl() [all …]
|
| H A D | etherswitch_if.m | 8 #include <dev/etherswitch/etherswitch.h> 10 INTERFACE etherswitch;
|
| /freebsd/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/sys/modules/etherswitch/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/etherswitch 3 KMOD = etherswitch 5 SRCS= etherswitch.c 7 CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
|
| /freebsd/sys/modules/miiproxy/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/etherswitch 7 CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.marvell | 44 device etherswitch # Enable etherswitch support 45 device miiproxy # Required for etherswitch
|
| /freebsd/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/sys/modules/e6000sw/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
|
| /freebsd/sys/modules/felix/ |
| H A D | Makefile | 29 .PATH: ${SRCTOP}/sys/dev/etherswitch/felix
|
| /freebsd/sys/arm/conf/ |
| H A D | std.qca | 80 device etherswitch
|
| H A D | ARMADA38X | 48 device etherswitch
|
| H A D | GENERIC | 204 device etherswitch
|
| /freebsd/sys/dev/etherswitch/ip17x/ |
| H A D | ip17x.c | 643 DRIVER_MODULE(etherswitch, ip17x, etherswitch_driver, 0, 0); 651 MODULE_DEPEND(ip17x, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/dev/etherswitch/ukswitch/ |
| H A D | ukswitch.c | 571 DRIVER_MODULE(etherswitch, ukswitch, etherswitch_driver, 0, 0); 574 MODULE_DEPEND(ukswitch, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/dev/etherswitch/mtkswitch/ |
| H A D | mtkswitch.c | 660 DRIVER_MODULE(etherswitch, mtkswitch, etherswitch_driver, 0, 0); 663 MODULE_DEPEND(mtkswitch, etherswitch, 1, 1, 1);
|
| /freebsd/sys/dev/etherswitch/ar40xx/ |
| H A D | ar40xx_main.c | 964 DRIVER_MODULE(etherswitch, ar40xx, etherswitch_driver, 0, 0); 967 MODULE_DEPEND(ar40xx, etherswitch, 1, 1, 1);
|
| /freebsd/sys/dev/etherswitch/infineon/ |
| H A D | adm6996fc.c | 836 DRIVER_MODULE(etherswitch, adm6996fc, etherswitch_driver, 0, 0); 839 MODULE_DEPEND(adm6996fc, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/dev/etherswitch/e6000sw/ |
| H A D | e6060sw.c | 1018 DRIVER_MODULE(etherswitch, e6060sw, etherswitch_driver, 0, 0); 1021 MODULE_DEPEND(e6060sw, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| H A D | e6000sw.c | 200 DRIVER_MODULE_ORDERED(etherswitch, e6000sw, etherswitch_driver, 0, 0, SI_ORDER_ANY); 202 MODULE_DEPEND(e6000sw, etherswitch, 1, 1, 1);
|
| /freebsd/sys/dev/etherswitch/micrel/ |
| H A D | ksz8995ma.c | 937 DRIVER_MODULE(etherswitch, ksz8995ma, etherswitch_driver, 0, 0); 941 MODULE_DEPEND(ksz8995ma, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/dev/etherswitch/rtl8366/ |
| H A D | rtl8366rb.c | 955 DRIVER_MODULE(etherswitch, rtl8366rb, etherswitch_driver, 0, 0); 959 MODULE_DEPEND(rtl8366rb, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/dev/etherswitch/arswitch/ |
| H A D | arswitch.c | 1310 DRIVER_MODULE(etherswitch, arswitch, etherswitch_driver, 0, 0); 1313 MODULE_DEPEND(arswitch, etherswitch, 1, 1, 1); /* XXX which versions? */
|
| /freebsd/sys/conf/ |
| H A D | files | 1681 dev/etherswitch/arswitch/arswitch.c optional arswitch 1682 dev/etherswitch/arswitch/arswitch_reg.c optional arswitch 1683 dev/etherswitch/arswitch/arswitch_phy.c optional arswitch 1684 dev/etherswitch/arswitch/arswitch_8216.c optional arswitch 1685 dev/etherswitch/arswitch/arswitch_8226.c optional arswitch 1686 dev/etherswitch/arswitch/arswitch_8316.c optional arswitch 1687 dev/etherswitch/arswitch/arswitch_8327.c optional arswitch 1688 dev/etherswitch/arswitch/arswitch_vlans.c optional arswitch 1689 dev/etherswitch/etherswitch.c optional etherswitch 1690 dev/etherswitch/etherswitch_if.m optional etherswitch [all …]
|
| /freebsd/sys/modules/ |
| H A D | Makefile | 115 etherswitch \
|
| /freebsd/sys/dev/etherswitch/felix/ |
| H A D | felix.c | 145 DRIVER_MODULE(etherswitch, felix, etherswitch_driver, NULL, NULL);
|