dsa_switch_alloc 2386 drivers/net/dsa/b53/b53_common.c 	ds = dsa_switch_alloc(base, DSA_MAX_PORTS);
dsa_switch_alloc  289 drivers/net/dsa/dsa_loop.c 	ds = dsa_switch_alloc(&mdiodev->dev, DSA_MAX_PORTS);
dsa_switch_alloc 1286 drivers/net/dsa/lan9303-core.c 	chip->ds = dsa_switch_alloc(chip->dev, LAN9303_NUM_PORTS);
dsa_switch_alloc 1857 drivers/net/dsa/lantiq_gswip.c 	priv->ds = dsa_switch_alloc(dev, priv->hw_info->max_ports);
dsa_switch_alloc  401 drivers/net/dsa/microchip/ksz_common.c 	ds = dsa_switch_alloc(base, DSA_MAX_PORTS);
dsa_switch_alloc 1559 drivers/net/dsa/mt7530.c 	priv->ds = dsa_switch_alloc(&mdiodev->dev, DSA_MAX_PORTS);
dsa_switch_alloc  273 drivers/net/dsa/mv88e6060.c 	ds = dsa_switch_alloc(dev, MV88E6060_PORTS);
dsa_switch_alloc 4985 drivers/net/dsa/mv88e6xxx/chip.c 	ds = dsa_switch_alloc(dev, mv88e6xxx_num_ports(chip));
dsa_switch_alloc 1080 drivers/net/dsa/qca8k.c 	priv->ds = dsa_switch_alloc(&mdiodev->dev, QCA8K_NUM_PORTS);
dsa_switch_alloc  447 drivers/net/dsa/realtek-smi-core.c 	smi->ds = dsa_switch_alloc(dev, smi->num_ports);
dsa_switch_alloc 2200 drivers/net/dsa/sja1105/sja1105_main.c 	ds = dsa_switch_alloc(dev, SJA1105_NUM_PORTS);
dsa_switch_alloc 1181 drivers/net/dsa/vitesse-vsc73xx-core.c 	vsc->ds = dsa_switch_alloc(dev, 8);
dsa_switch_alloc  573 include/net/dsa.h struct dsa_switch *dsa_switch_alloc(struct device *dev, size_t n);
dsa_switch_alloc  862 net/dsa/dsa2.c EXPORT_SYMBOL_GPL(dsa_switch_alloc);