Home
last modified time | relevance | path

Searched refs:DSA_MAX_SWITCHES (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Ddsa.h31 #define DSA_MAX_SWITCHES 4 macro
121 struct dsa_switch *ds[DSA_MAX_SWITCHES];
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt19 (DSA_MAX_SWITCHES).
/linux-4.4.14/net/dsa/
Ddsa.c723 if (pd->nr_chips > DSA_MAX_SWITCHES) in dsa_of_probe()
724 pd->nr_chips = DSA_MAX_SWITCHES; in dsa_of_probe()
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt255 (DSA_MAX_SWITCHES), and the number of ports per switch to 12 (DSA_MAX_PORTS).