Home
last modified time | relevance | path

Searched refs:etherswitch (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/dev/etherswitch/
H A Detherswitch.c138 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 Detherswitch_if.m8 #include <dev/etherswitch/etherswitch.h>
10 INTERFACE etherswitch;
/freebsd/sys/arm/qualcomm/
H A Dstd.ipq40189 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 DMakefile1 .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 DMakefile1 .PATH: ${SRCTOP}/sys/dev/etherswitch
7 CFLAGS+= -I${SRCTOP}/sys/dev/etherswitch
/freebsd/sys/arm64/conf/
H A Dstd.marvell44 device etherswitch # Enable etherswitch support
45 device miiproxy # Required for etherswitch
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_etherswitch6 PROJECT_NAME = "FreeBSD kernel etherswitch device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/etherswitch/ \
/freebsd/sys/modules/e6000sw/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
/freebsd/sys/modules/felix/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/etherswitch/felix
/freebsd/sys/arm/conf/
H A Dstd.qca80 device etherswitch
H A DARMADA38X48 device etherswitch
H A DGENERIC204 device etherswitch
/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x.c643 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 Dukswitch.c571 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 Dmtkswitch.c660 DRIVER_MODULE(etherswitch, mtkswitch, etherswitch_driver, 0, 0);
663 MODULE_DEPEND(mtkswitch, etherswitch, 1, 1, 1);
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c964 DRIVER_MODULE(etherswitch, ar40xx, etherswitch_driver, 0, 0);
967 MODULE_DEPEND(ar40xx, etherswitch, 1, 1, 1);
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c836 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 De6060sw.c1018 DRIVER_MODULE(etherswitch, e6060sw, etherswitch_driver, 0, 0);
1021 MODULE_DEPEND(e6060sw, etherswitch, 1, 1, 1); /* XXX which versions? */
H A De6000sw.c200 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 Dksz8995ma.c937 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 Drtl8366rb.c955 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 Darswitch.c1310 DRIVER_MODULE(etherswitch, arswitch, etherswitch_driver, 0, 0);
1313 MODULE_DEPEND(arswitch, etherswitch, 1, 1, 1); /* XXX which versions? */
/freebsd/sys/conf/
H A Dfiles1681 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 DMakefile115 etherswitch \
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c145 DRIVER_MODULE(etherswitch, felix, etherswitch_driver, NULL, NULL);

12