Searched refs:dsa (Results 1 – 25 of 54) sorted by relevance
123
| /Linux-v5.4/scripts/coccinelle/api/debugfs/ |
| D | debugfs_simple_attr.cocci | 18 @dsa@ 28 identifier dsa.dsa_fops; 35 identifier dsa.dsa_fops; 36 expression dsa.dsa_get, dsa.dsa_set, dsa.dsa_fmt; 43 identifier dsa.dsa_fops; 49 identifier dsa.dsa_fops; 50 expression dsa.dsa_get, dsa.dsa_set, dsa.dsa_fmt; 57 fops << dsa.dsa_fops; 58 p << dsa.p; 64 fops << dsa.dsa_fops; [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/net/ |
| D | brcm,bcm7445-switch-v4.0.txt | 12 - #address-cells: must be 1, see dsa/dsa.txt 13 - #size-cells: must be 0, see dsa/dsa.txt 17 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt 18 - dsa,ethernet: phandle to the CPU network interface controller, see dsa/dsa.txt 19 - #address-cells: must be 2, see dsa/dsa.txt 24 described in dsa/dsa.txt.
|
| D | hisilicon-hns-dsaf.txt | 7 - mode: dsa fabric mode string. only support one of dsaf modes like these: 21 The fourth region is dsa fabric base register and size. It is not required for 58 dsaf0: dsa@c7000000 {
|
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
| D | sym_fw1.h | 272 RADDR_1 (dsa), 275 RADDR_1 (dsa), 332 RADDR_1 (dsa), 672 RADDR_1 (dsa), 718 RADDR_1 (dsa), 824 RADDR_1 (dsa), 861 SCR_LOAD_REG (dsa, 0xff), 899 RADDR_1 (dsa), 900 SCR_SFBR_REG (dsa, SCR_SHL, 0), 902 SCR_REG_REG (dsa, SCR_SHL, 0), [all …]
|
| D | sym_fw2.h | 244 SCR_LOAD_ABS (dsa, 4), 251 SCR_LOAD_REL (dsa, 4), 691 SCR_STORE_ABS (dsa, 4), 693 SCR_LOAD_ABS (dsa, 4), 824 SCR_LOAD_REG (dsa, 0xff), 859 SCR_LOAD_ABS (dsa, 4), 861 SCR_SFBR_REG (dsa, SCR_SHL, 0), 863 SCR_REG_REG (dsa, SCR_SHL, 0), 865 SCR_REG_REG (dsa, SCR_AND, 0x3c), 867 SCR_LOAD_REL (dsa, 4), [all …]
|
| /Linux-v5.4/arch/arm64/boot/dts/marvell/ |
| D | armada-3720-turris-mox.dts | 278 dsa,member = <0 0>; 382 label = "dsa"; 403 dsa,member = <0 0>; 470 dsa,member = <0 1>; 566 label = "dsa"; 574 label = "dsa"; 595 dsa,member = <0 1>; 651 label = "dsa"; 662 dsa,member = <0 2>; 758 label = "dsa"; [all …]
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | vf610-zii-dev-rev-b.dts | 35 dsa,member = <0 0>; 66 label = "dsa"; 119 dsa,member = <0 1>; 150 label = "dsa"; 162 label = "dsa"; 204 dsa,member = <0 2>; 254 label = "dsa";
|
| D | vf610-zii-scu4-aib.dts | 53 dsa,member = <0 0>; 113 label = "dsa"; 131 dsa,member = <0 1>; 155 label = "dsa"; 163 label = "dsa"; 179 dsa,member = <0 2>; 249 label = "dsa"; 267 dsa,member = <0 3>; 305 label = "dsa"; 312 label = "dsa";
|
| D | vf610-zii-dev-rev-c.dts | 34 dsa,member = <0 0>; 82 label = "dsa"; 129 dsa,member = <0 1>; 174 label = "dsa";
|
| /Linux-v5.4/Documentation/networking/dsa/ |
| D | b53.rst | 16 The driver is located in ``drivers/net/dsa/b53/`` and is implemented as a 17 DSA driver; see ``Documentation/networking/dsa/dsa.rst`` for details on the 24 ``net/dsa/tag_brcm.c``. 30 configuration described in the :ref:`dsa-config-showcases`. 38 See :ref:`dsa-tagged-configuration`. 48 The configuration slightly differ from the :ref:`dsa-vlan-configuration`. 54 In difference to the configuration described in :ref:`dsa-vlan-configuration`
|
| D | lan9303.rst | 13 The driver is implemented as a DSA driver, see ``Documentation/networking/dsa/dsa.rst``. 15 See ``Documentation/devicetree/bindings/net/dsa/lan9303.txt`` for device tree
|
| D | bcm_sf2.rst | 41 The driver is located in ``drivers/net/dsa/bcm_sf2.c`` and is implemented as a DSA 42 driver; see ``Documentation/networking/dsa/dsa.rst`` for details on the subsystem 49 ``net/dsa/tag_brcm.c``. 58 provided in ``net/dsa/dsa.c``. The reason for that is because the DSA subsystem gets
|
| D | index.rst | 8 dsa
|
| D | dsa.rst | 33 ports are referred to as "dsa" ports in DSA terminology and code. A collection 55 "dsa" ports because: 61 - the "dsa" port(s) are just conduits between two or more switches, and as such 71 - ``net/dsa/tag_trailer.c``: Marvell's 4 trailer tag mode (legacy) 72 - ``net/dsa/tag_dsa.c``: Marvell's original DSA tag 73 - ``net/dsa/tag_edsa.c``: Marvell's enhanced DSA tag 74 - ``net/dsa/tag_brcm.c``: Broadcom's 4 bytes tag 75 - ``net/dsa/tag_qca.c``: Qualcomm's 2 bytes tag 126 4. net/dsa/dsa.c:: 129 -> invoke switch tag specific protocol handler in 'net/dsa/tag_*.c' [all …]
|
| /Linux-v5.4/drivers/net/dsa/ |
| D | Kconfig | 5 source "drivers/net/dsa/b53/Kconfig" 51 source "drivers/net/dsa/microchip/Kconfig" 53 source "drivers/net/dsa/mv88e6xxx/Kconfig" 55 source "drivers/net/dsa/sja1105/Kconfig"
|
| /Linux-v5.4/Documentation/devicetree/bindings/net/dsa/ |
| D | lantiq-gswip.txt | 12 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of 52 dsa,member = <0 0>;
|
| D | dsa.txt | 16 - dsa,member : A two element list indicates which DSA cluster, and position 84 dsa,member = <0 0>; 136 dsa,member = <0 1>; 203 dsa,member = <0 2>;
|
| D | ksz.txt | 26 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
|
| D | lan9303.txt | 19 described in dsa/dsa.txt. The CPU port of this switch is always port 0.
|
| D | realtek-smi.txt | 60 See net/dsa/dsa.txt for a list of additional required and optional properties 123 compatible = "realtek,smi-mdio", "dsa-mdio";
|
| D | marvell.txt | 8 If you need a stable binding, use the old dsa.txt binding. 14 Additional required and optional properties can be found in dsa.txt.
|
| D | qca8k.txt | 19 described in dsa/dsa.txt. If the QCA8K switch is connect to a SoC's external
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-net-dsa | 1 What: /sys/class/net/<iface>/dsa/tagging
|
| /Linux-v5.4/Documentation/networking/ |
| D | index.rst | 15 dsa/index
|
| /Linux-v5.4/net/dsa/ |
| D | Makefile | 4 dsa_core-y += dsa.o dsa2.o master.o port.o slave.o switch.o
|
123