Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/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()
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 Detherswitch_if.m8 #include <dev/etherswitch/etherswitch.h>
10 INTERFACE etherswitch;
/freebsd-14.2/tools/kerneldoc/subsys/
H A DDoxyfile-dev_etherswitch6 PROJECT_NAME = "FreeBSD kernel etherswitch device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/etherswitch/ \
/freebsd-14.2/sys/arm64/conf/
H A Dstd.marvell44 device etherswitch # Enable etherswitch support
45 device miiproxy # Required for etherswitch
/freebsd-14.2/sys/modules/e6000sw/
H A DMakefile2 .PATH: ${SRCTOP}/sys/dev/etherswitch/e6000sw
/freebsd-14.2/sys/modules/felix/
H A DMakefile29 .PATH: ${SRCTOP}/sys/dev/etherswitch/felix
/freebsd-14.2/sys/arm/conf/
H A Dstd.qca80 device etherswitch
H A DARMADA38X48 device etherswitch
H A DGENERIC209 device etherswitch
/freebsd-14.2/sys/dev/etherswitch/ip17x/
H A Dip17x.c644 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 Dukswitch.c572 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 Dmtkswitch.c662 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 Dar40xx_main.c963 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 Dadm6996fc.c837 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 Dksz8995ma.c938 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 Drtl8366rb.c956 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 De6060sw.c1019 DRIVER_MODULE(etherswitch, e6060sw, etherswitch_driver, 0, 0);
1022 MODULE_DEPEND(e6060sw, etherswitch, 1, 1, 1); /* XXX which versions? */
H A De6000sw.c198 DRIVER_MODULE(etherswitch, e6000sw, etherswitch_driver, 0, 0);
/freebsd-14.2/sys/dev/etherswitch/arswitch/
H A Darswitch.c1314 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 Dfiles1654 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 Dfiles.arm64237 dev/etherswitch/felix/felix.c optional enetc etherswitch fdt felix pci soc_nxp_ls
/freebsd-14.2/share/man/man4/
H A DMakefile148 etherswitch.4 \
/freebsd-14.2/sys/dev/etherswitch/felix/
H A Dfelix.c146 DRIVER_MODULE(etherswitch, felix, etherswitch_driver, NULL, NULL);
/freebsd-14.2/sys/arm/ti/cpsw/
H A Dif_cpsw.c232 DRIVER_MODULE(etherswitch, cpswss, etherswitch_driver, 0, 0);
233 MODULE_DEPEND(cpswss, etherswitch, 1, 1, 1);

12