Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/net/
Dbrcm,bcm7445-switch-v4.0.txt9 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt
10 - dsa,ethernet: phandle to the CPU network interface controller, see dsa/dsa.txt
12 - #address-cells: must be 2, see dsa/dsa.txt
17 described in dsa/dsa.txt.
Dhisilicon-hns-dsaf.txt7 - dsa-name: dsa fabric name who provide this interface.
9 - mode: dsa fabric mode string. only support one of dsaf modes like these:
19 The fourth region is dsa fabric base register and size.
29 dsa: dsa@c7000000 {
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw1.h285 RADDR_1 (dsa),
288 RADDR_1 (dsa),
345 RADDR_1 (dsa),
685 RADDR_1 (dsa),
731 RADDR_1 (dsa),
837 RADDR_1 (dsa),
874 SCR_LOAD_REG (dsa, 0xff),
912 RADDR_1 (dsa),
913 SCR_SFBR_REG (dsa, SCR_SHL, 0),
915 SCR_REG_REG (dsa, SCR_SHL, 0),
[all …]
Dsym_fw2.h257 SCR_LOAD_ABS (dsa, 4),
264 SCR_LOAD_REL (dsa, 4),
704 SCR_STORE_ABS (dsa, 4),
706 SCR_LOAD_ABS (dsa, 4),
837 SCR_LOAD_REG (dsa, 0xff),
872 SCR_LOAD_ABS (dsa, 4),
874 SCR_SFBR_REG (dsa, SCR_SHL, 0),
876 SCR_REG_REG (dsa, SCR_SHL, 0),
878 SCR_REG_REG (dsa, SCR_AND, 0x3c),
880 SCR_LOAD_REL (dsa, 4),
[all …]
Dsym_hipd.h310 #define CCB_HASH_CODE(dsa) \ argument
311 (((dsa) >> (_LGRU16_(sizeof(struct sym_ccb)))) & CCB_HASH_MASK)
313 #define CCB_HASH_CODE(dsa) (((dsa) >> 9) & CCB_HASH_MASK) argument
Dsym_hipd.c57 static struct sym_ccb *sym_ccb_from_dsa(struct sym_hcb *np, u32 dsa);
1598 u32 dsa; local
1605 dsa = scr_to_cpu(np->dqueue[i]);
1606 if (!dsa)
1612 cp = sym_ccb_from_dsa(np, dsa);
1620 sym_name(np), (u_int) dsa);
2189 u32 dsa = INL(np, nc_dsa); local
2190 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa);
2315 u32 dsa = INL(np, nc_dsa); local
2319 struct sym_ccb *cp = sym_ccb_from_dsa(np, dsa);
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt5 - compatible : Should be "marvell,dsa"
10 - dsa,ethernet : Should be a phandle to a valid Ethernet device node
11 - dsa,mii-bus : Should be a phandle to a valid MDIO bus device node
40 labels are "cpu" to indicate a CPU port and "dsa" to
43 Note that a port labelled "dsa" will imply checking for the uplink phandle
64 global dsa,mii-bus defined above, for this switch.
74 dsa@0 {
75 compatible = "marvell,dsa";
80 dsa,ethernet = <&ethernet0>;
81 dsa,mii-bus = <&mii_bus0>;
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-rd88f6281.dtsi66 dsa@0 {
67 compatible = "marvell,dsa";
71 dsa,ethernet = <&eth0port>;
72 dsa,mii-bus = <&mdio>;
Dkirkwood-mv88f6281gtw-ge.dts124 dsa@0 {
125 compatible = "marvell,dsa";
129 dsa,ethernet = <&eth0port>;
130 dsa,mii-bus = <&mdio>;
Dkirkwood-dir665.dts206 dsa@0 {
207 compatible = "marvell,dsa";
211 dsa,ethernet = <&eth0port>;
212 dsa,mii-bus = <&mdio>;
Darmada-370-rd.dts199 dsa@0 {
200 compatible = "marvell,dsa";
204 dsa,ethernet = <&eth1>;
205 dsa,mii-bus = <&mdio>;
Darmada-385-linksys.dtsi268 dsa@0 {
269 compatible = "marvell,dsa";
273 dsa,ethernet = <&eth2>;
274 dsa,mii-bus = <&mdio>;
Darmada-xp-linksys-mamba.dts338 dsa@0 {
339 compatible = "marvell,dsa";
343 dsa,ethernet = <&eth0>;
344 dsa,mii-bus = <&mdio>;
Dkirkwood-rd88f6281-z0.dts22 dsa@0 {
Dkirkwood-rd88f6281-a.dts22 dsa@0 {
/linux-4.4.14/include/crypto/
Dpublic_key.h78 } dsa; member
108 } dsa; member
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt40 The driver is located in drivers/net/dsa/bcm_sf2.c and is implemented as a DSA
41 driver; see Documentation/networking/dsa/dsa.txt for details on the subsytem
48 net/dsa/tag_brcm.c.
57 provided in net/dsa/dsa.c. The reason for that is because the DSA subsystem gets
Ddsa.txt35 ports are referred to as "dsa" ports in DSA terminology and code. A collection
57 "dsa" ports because:
63 - the "dsa" port(s) are just conduits between two or more switches, and as such
73 net/dsa/tag_trailer.c: Marvell's 4 trailer tag mode (legacy)
74 net/dsa/tag_dsa.c: Marvell's original DSA tag
75 net/dsa/tag_edsa.c: Marvell's enhanced DSA tag
76 net/dsa/tag_brcm.c: Broadcom's 4 bytes tag
126 net/dsa/dsa.c:
129 net/dsa/tag_*.c
131 net/dsa/tag_*.c:
[all …]
/linux-4.4.14/net/dsa/
DMakefile3 dsa_core-y += dsa.o slave.o
/linux-4.4.14/net/
DMakefile24 obj-$(CONFIG_NET_DSA) += dsa/
DKconfig213 source "net/dsa/Kconfig"
/linux-4.4.14/drivers/net/
DMakefile38 obj-$(CONFIG_NET_DSA) += dsa/
DKconfig320 source "drivers/net/dsa/Kconfig"
/linux-4.4.14/drivers/dma/
Ddma-jz4780.c102 uint32_t dsa; member
263 desc->dsa = addr; in jz4780_dma_setup_hwdesc()
271 desc->dsa = config->src_addr; in jz4780_dma_setup_hwdesc()
414 desc->desc[0].dsa = src; in jz4780_dma_prep_dma_memcpy()
Dimx-sdma.c272 u32 dsa; member
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/
Dhip05_hns.dtsi26 dsa: dsa@c7000000 { label
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c2113 RADDR (dsa),
2367 SCR_FROM_REG (dsa),
2418 RADDR (dsa),
2577 SCR_LOAD_REG (dsa, 0xff),
2634 RADDR (dsa),
2859 RADDR (dsa),
6088 u_long dsa; in ncr_int_sto() local
6096 dsa = INL (nc_dsa); in ncr_int_sto()
6098 while (cp && (CCB_PHYS (cp, phys) != dsa)) in ncr_int_sto()
6248 u32 dsa; in ncr_int_ma() local
[all …]
/linux-4.4.14/
DMAINTAINERS6212 M: David Ahern <dsa@cumulusnetworks.com>
6692 F: drivers/net/dsa/mv88e6352.c
11558 M: David Ahern <dsa@cumulusnetworks.com>