Searched full:rtl8366rb (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 108 static SYSCTL_NODE(_debug, OID_AUTO, rtl8366rb, CTLFLAG_RD | CTLFLAG_MPSAFE, 0, 109 "rtl8366rb"); 136 if (device_find_child(parent, "rtl8366rb", -1) == NULL) { in rtl8366rb_identify() 137 child = BUS_ADD_CHILD(parent, 0, "rtl8366rb", DEVICE_UNIT_ANY); in rtl8366rb_identify() 153 if (sc->chip_type == RTL8366RB) in rtl8366rb_probe() 154 device_set_desc(dev, "RTL8366RB Ethernet Switch Controller"); in rtl8366rb_probe() 215 mtx_init(&sc->sc_mtx, "rtl8366rb", NULL, MTX_DEF); in rtl8366rb_attach() 232 if (sc->chip_type == RTL8366RB) in rtl8366rb_attach() 233 sprintf(sc->info.es_name, "Realtek RTL8366RB"); in rtl8366rb_attach() 410 sc->chip_type = RTL8366RB; in smi_probe() [all...] |
H A D | rtl8366rbvar.h | 33 #define RTL8366RB 0 macro
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | realtek.yaml | 41 - realtek,rtl8366rb 47 realtek,rtl8366rb: 48 Use with models RTL8366RB, RTL8366S 149 compatible = "realtek,rtl8366rb";
|
H A D | realtek-smi.txt | 14 "realtek,rtl8366rb" (4+1 ports) 66 An example for the RTL8366RB: 69 compatible = "realtek,rtl8366rb";
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini-dlink-dir-685.dts | 189 /* This is a RealTek RTL8366RB switch and PHY using SMI over GPIO */ 191 compatible = "realtek,rtl8366rb"; 360 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO
|
/freebsd/contrib/tcpdump/ |
H A D | print-realtek.c | 55 #define RTL_PROTOCOL_8366RB_DSA 0xA0 /* RTL8366RB DSA protocol */ 243 ND_PRINT("Realtek RTL8366RB 4-byte DSA tag"); in rtl_print()
|
/freebsd/sys/conf/ |
H A D | NOTES | 2371 device rtl8366rb
|
H A D | files | 1684 dev/etherswitch/rtl8366/rtl8366rb.c optional rtl8366rb
|