Home
last modified time | relevance | path

Searched refs:dsa (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.4/scripts/coccinelle/api/debugfs/
Ddebugfs_simple_attr.cocci18 @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/
Dbrcm,bcm7445-switch-v4.0.txt12 - #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.
Dhisilicon-hns-dsaf.txt7 - 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/
Dsym_fw1.h272 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 …]
Dsym_fw2.h244 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/
Darmada-3720-turris-mox.dts278 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/
Dvf610-zii-dev-rev-b.dts35 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";
Dvf610-zii-scu4-aib.dts53 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";
Dvf610-zii-dev-rev-c.dts34 dsa,member = <0 0>;
82 label = "dsa";
129 dsa,member = <0 1>;
174 label = "dsa";
/Linux-v5.4/Documentation/networking/dsa/
Db53.rst16 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`
Dlan9303.rst13 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
Dbcm_sf2.rst41 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
Dindex.rst8 dsa
Ddsa.rst33 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/
DKconfig5 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/
Dlantiq-gswip.txt12 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of
52 dsa,member = <0 0>;
Ddsa.txt16 - 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>;
Dksz.txt26 See Documentation/devicetree/bindings/net/dsa/dsa.txt for a list of additional
Dlan9303.txt19 described in dsa/dsa.txt. The CPU port of this switch is always port 0.
Drealtek-smi.txt60 See net/dsa/dsa.txt for a list of additional required and optional properties
123 compatible = "realtek,smi-mdio", "dsa-mdio";
Dmarvell.txt8 If you need a stable binding, use the old dsa.txt binding.
14 Additional required and optional properties can be found in dsa.txt.
Dqca8k.txt19 described in dsa/dsa.txt. If the QCA8K switch is connect to a SoC's external
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-net-dsa1 What: /sys/class/net/<iface>/dsa/tagging
/Linux-v5.4/Documentation/networking/
Dindex.rst15 dsa/index
/Linux-v5.4/net/dsa/
DMakefile4 dsa_core-y += dsa.o dsa2.o master.o port.o slave.o switch.o

123