703306498e04dbbe9d0856995966d42d3fae3f84
[openwrt/staging/jow.git] / target / linux / realtek / files-5.15 / drivers / net / dsa / rtl83xx / dsa.c
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include <net/dsa.h>
4 #include <linux/if_bridge.h>
5 #include <asm/mach-rtl838x/mach-rtl83xx.h>
6
7 #include "rtl83xx.h"
8
9 extern struct rtl83xx_soc_info soc_info;
10
11 static void rtl83xx_init_stats(struct rtl838x_switch_priv *priv)
12 {
13 mutex_lock(&priv->reg_mutex);
14
15 /* Enable statistics module: all counters plus debug.
16 * On RTL839x all counters are enabled by default
17 */
18 if (priv->family_id == RTL8380_FAMILY_ID)
19 sw_w32_mask(0, 3, RTL838X_STAT_CTRL);
20
21 /* Reset statistics counters */
22 sw_w32_mask(0, 1, priv->r->stat_rst);
23
24 mutex_unlock(&priv->reg_mutex);
25 }
26
27 static void rtl83xx_enable_phy_polling(struct rtl838x_switch_priv *priv)
28 {
29 u64 v = 0;
30
31 msleep(1000);
32 /* Enable all ports with a PHY, including the SFP-ports */
33 for (int i = 0; i < priv->cpu_port; i++) {
34 if (priv->ports[i].phy)
35 v |= BIT_ULL(i);
36 }
37
38 pr_info("%s: %16llx\n", __func__, v);
39 priv->r->set_port_reg_le(v, priv->r->smi_poll_ctrl);
40
41 /* PHY update complete, there is no global PHY polling enable bit on the 9300 */
42 if (priv->family_id == RTL8390_FAMILY_ID)
43 sw_w32_mask(0, BIT(7), RTL839X_SMI_GLB_CTRL);
44 else if(priv->family_id == RTL9300_FAMILY_ID)
45 sw_w32_mask(0, 0x8000, RTL838X_SMI_GLB_CTRL);
46 }
47
48 const struct rtl83xx_mib_desc rtl83xx_mib[] = {
49 MIB_DESC(2, 0xf8, "ifInOctets"),
50 MIB_DESC(2, 0xf0, "ifOutOctets"),
51 MIB_DESC(1, 0xec, "dot1dTpPortInDiscards"),
52 MIB_DESC(1, 0xe8, "ifInUcastPkts"),
53 MIB_DESC(1, 0xe4, "ifInMulticastPkts"),
54 MIB_DESC(1, 0xe0, "ifInBroadcastPkts"),
55 MIB_DESC(1, 0xdc, "ifOutUcastPkts"),
56 MIB_DESC(1, 0xd8, "ifOutMulticastPkts"),
57 MIB_DESC(1, 0xd4, "ifOutBroadcastPkts"),
58 MIB_DESC(1, 0xd0, "ifOutDiscards"),
59 MIB_DESC(1, 0xcc, ".3SingleCollisionFrames"),
60 MIB_DESC(1, 0xc8, ".3MultipleCollisionFrames"),
61 MIB_DESC(1, 0xc4, ".3DeferredTransmissions"),
62 MIB_DESC(1, 0xc0, ".3LateCollisions"),
63 MIB_DESC(1, 0xbc, ".3ExcessiveCollisions"),
64 MIB_DESC(1, 0xb8, ".3SymbolErrors"),
65 MIB_DESC(1, 0xb4, ".3ControlInUnknownOpcodes"),
66 MIB_DESC(1, 0xb0, ".3InPauseFrames"),
67 MIB_DESC(1, 0xac, ".3OutPauseFrames"),
68 MIB_DESC(1, 0xa8, "DropEvents"),
69 MIB_DESC(1, 0xa4, "tx_BroadcastPkts"),
70 MIB_DESC(1, 0xa0, "tx_MulticastPkts"),
71 MIB_DESC(1, 0x9c, "CRCAlignErrors"),
72 MIB_DESC(1, 0x98, "tx_UndersizePkts"),
73 MIB_DESC(1, 0x94, "rx_UndersizePkts"),
74 MIB_DESC(1, 0x90, "rx_UndersizedropPkts"),
75 MIB_DESC(1, 0x8c, "tx_OversizePkts"),
76 MIB_DESC(1, 0x88, "rx_OversizePkts"),
77 MIB_DESC(1, 0x84, "Fragments"),
78 MIB_DESC(1, 0x80, "Jabbers"),
79 MIB_DESC(1, 0x7c, "Collisions"),
80 MIB_DESC(1, 0x78, "tx_Pkts64Octets"),
81 MIB_DESC(1, 0x74, "rx_Pkts64Octets"),
82 MIB_DESC(1, 0x70, "tx_Pkts65to127Octets"),
83 MIB_DESC(1, 0x6c, "rx_Pkts65to127Octets"),
84 MIB_DESC(1, 0x68, "tx_Pkts128to255Octets"),
85 MIB_DESC(1, 0x64, "rx_Pkts128to255Octets"),
86 MIB_DESC(1, 0x60, "tx_Pkts256to511Octets"),
87 MIB_DESC(1, 0x5c, "rx_Pkts256to511Octets"),
88 MIB_DESC(1, 0x58, "tx_Pkts512to1023Octets"),
89 MIB_DESC(1, 0x54, "rx_Pkts512to1023Octets"),
90 MIB_DESC(1, 0x50, "tx_Pkts1024to1518Octets"),
91 MIB_DESC(1, 0x4c, "rx_StatsPkts1024to1518Octets"),
92 MIB_DESC(1, 0x48, "tx_Pkts1519toMaxOctets"),
93 MIB_DESC(1, 0x44, "rx_Pkts1519toMaxOctets"),
94 MIB_DESC(1, 0x40, "rxMacDiscards")
95 };
96
97
98 /* DSA callbacks */
99
100
101 static enum dsa_tag_protocol rtl83xx_get_tag_protocol(struct dsa_switch *ds,
102 int port,
103 enum dsa_tag_protocol mprot)
104 {
105 /* The switch does not tag the frames, instead internally the header
106 * structure for each packet is tagged accordingly.
107 */
108 return DSA_TAG_PROTO_TRAILER;
109 }
110
111 /* Initialize all VLANS */
112 static void rtl83xx_vlan_setup(struct rtl838x_switch_priv *priv)
113 {
114 struct rtl838x_vlan_info info;
115
116 pr_info("In %s\n", __func__);
117
118 priv->r->vlan_profile_setup(0);
119 priv->r->vlan_profile_setup(1);
120 pr_info("UNKNOWN_MC_PMASK: %016llx\n", priv->r->read_mcast_pmask(UNKNOWN_MC_PMASK));
121 priv->r->vlan_profile_dump(0);
122
123 info.fid = 0; /* Default Forwarding ID / MSTI */
124 info.hash_uc_fid = false; /* Do not build the L2 lookup hash with FID, but VID */
125 info.hash_mc_fid = false; /* Do the same for Multicast packets */
126 info.profile_id = 0; /* Use default Vlan Profile 0 */
127 info.tagged_ports = 0; /* Initially no port members */
128 if (priv->family_id == RTL9310_FAMILY_ID) {
129 info.if_id = 0;
130 info.multicast_grp_mask = 0;
131 info.l2_tunnel_list_id = -1;
132 }
133
134 /* Initialize all vlans 0-4095 */
135 for (int i = 0; i < MAX_VLANS; i ++)
136 priv->r->vlan_set_tagged(i, &info);
137
138 /* reset PVIDs; defaults to 1 on reset */
139 for (int i = 0; i <= priv->ds->num_ports; i++) {
140 priv->r->vlan_port_pvid_set(i, PBVLAN_TYPE_INNER, 0);
141 priv->r->vlan_port_pvid_set(i, PBVLAN_TYPE_OUTER, 0);
142 priv->r->vlan_port_pvidmode_set(i, PBVLAN_TYPE_INNER, PBVLAN_MODE_UNTAG_AND_PRITAG);
143 priv->r->vlan_port_pvidmode_set(i, PBVLAN_TYPE_OUTER, PBVLAN_MODE_UNTAG_AND_PRITAG);
144 }
145
146 /* Set forwarding action based on inner VLAN tag */
147 for (int i = 0; i < priv->cpu_port; i++)
148 priv->r->vlan_fwd_on_inner(i, true);
149 }
150
151 static void rtl83xx_setup_bpdu_traps(struct rtl838x_switch_priv *priv)
152 {
153 for (int i = 0; i < priv->cpu_port; i++)
154 priv->r->set_receive_management_action(i, BPDU, COPY2CPU);
155 }
156
157 static void rtl83xx_port_set_salrn(struct rtl838x_switch_priv *priv,
158 int port, bool enable)
159 {
160 int shift = SALRN_PORT_SHIFT(port);
161 int val = enable ? SALRN_MODE_HARDWARE : SALRN_MODE_DISABLED;
162
163 sw_w32_mask(SALRN_MODE_MASK << shift, val << shift,
164 priv->r->l2_port_new_salrn(port));
165 }
166
167 static int rtl83xx_setup(struct dsa_switch *ds)
168 {
169 struct rtl838x_switch_priv *priv = ds->priv;
170
171 pr_debug("%s called\n", __func__);
172
173 /* Disable MAC polling the PHY so that we can start configuration */
174 priv->r->set_port_reg_le(0ULL, priv->r->smi_poll_ctrl);
175
176 for (int i = 0; i < ds->num_ports; i++)
177 priv->ports[i].enable = false;
178 priv->ports[priv->cpu_port].enable = true;
179
180 /* Configure ports so they are disabled by default, but once enabled
181 * they will work in isolated mode (only traffic between port and CPU).
182 */
183 for (int i = 0; i < priv->cpu_port; i++) {
184 if (priv->ports[i].phy) {
185 priv->ports[i].pm = BIT_ULL(priv->cpu_port);
186 priv->r->traffic_set(i, BIT_ULL(i));
187 }
188 }
189 priv->r->traffic_set(priv->cpu_port, BIT_ULL(priv->cpu_port));
190
191 /* For standalone ports, forward packets even if a static fdb
192 * entry for the source address exists on another port.
193 */
194 if (priv->r->set_static_move_action) {
195 for (int i = 0; i <= priv->cpu_port; i++)
196 priv->r->set_static_move_action(i, true);
197 }
198
199 if (priv->family_id == RTL8380_FAMILY_ID)
200 rtl838x_print_matrix();
201 else
202 rtl839x_print_matrix();
203
204 rtl83xx_init_stats(priv);
205
206 rtl83xx_vlan_setup(priv);
207
208 rtl83xx_setup_bpdu_traps(priv);
209
210 ds->configure_vlan_while_not_filtering = true;
211
212 priv->r->l2_learning_setup();
213
214 rtl83xx_port_set_salrn(priv, priv->cpu_port, false);
215 ds->assisted_learning_on_cpu_port = true;
216
217 /* Make sure all frames sent to the switch's MAC are trapped to the CPU-port
218 * 0: FWD, 1: DROP, 2: TRAP2CPU
219 */
220 if (priv->family_id == RTL8380_FAMILY_ID)
221 sw_w32(0x2, RTL838X_SPCL_TRAP_SWITCH_MAC_CTRL);
222 else
223 sw_w32(0x2, RTL839X_SPCL_TRAP_SWITCH_MAC_CTRL);
224
225 /* Enable MAC Polling PHY again */
226 rtl83xx_enable_phy_polling(priv);
227 pr_debug("Please wait until PHY is settled\n");
228 msleep(1000);
229 priv->r->pie_init(priv);
230
231 return 0;
232 }
233
234 static int rtl93xx_setup(struct dsa_switch *ds)
235 {
236 struct rtl838x_switch_priv *priv = ds->priv;
237
238 pr_info("%s called\n", __func__);
239
240 /* Disable MAC polling the PHY so that we can start configuration */
241 if (priv->family_id == RTL9300_FAMILY_ID)
242 sw_w32(0, RTL930X_SMI_POLL_CTRL);
243
244 if (priv->family_id == RTL9310_FAMILY_ID) {
245 sw_w32(0, RTL931X_SMI_PORT_POLLING_CTRL);
246 sw_w32(0, RTL931X_SMI_PORT_POLLING_CTRL + 4);
247 }
248
249 /* Disable all ports except CPU port */
250 for (int i = 0; i < ds->num_ports; i++)
251 priv->ports[i].enable = false;
252 priv->ports[priv->cpu_port].enable = true;
253
254 /* Configure ports so they are disabled by default, but once enabled
255 * they will work in isolated mode (only traffic between port and CPU).
256 */
257 for (int i = 0; i < priv->cpu_port; i++) {
258 if (priv->ports[i].phy) {
259 priv->ports[i].pm = BIT_ULL(priv->cpu_port);
260 priv->r->traffic_set(i, BIT_ULL(i));
261 }
262 }
263 priv->r->traffic_set(priv->cpu_port, BIT_ULL(priv->cpu_port));
264
265 rtl930x_print_matrix();
266
267 /* TODO: Initialize statistics */
268
269 rtl83xx_vlan_setup(priv);
270
271 ds->configure_vlan_while_not_filtering = true;
272
273 priv->r->l2_learning_setup();
274
275 rtl83xx_port_set_salrn(priv, priv->cpu_port, false);
276 ds->assisted_learning_on_cpu_port = true;
277
278 rtl83xx_enable_phy_polling(priv);
279
280 priv->r->pie_init(priv);
281
282 priv->r->led_init(priv);
283
284 return 0;
285 }
286
287 static int rtl93xx_get_sds(struct phy_device *phydev)
288 {
289 struct device *dev = &phydev->mdio.dev;
290 struct device_node *dn;
291 u32 sds_num;
292
293 if (!dev)
294 return -1;
295 if (dev->of_node) {
296 dn = dev->of_node;
297 if (of_property_read_u32(dn, "sds", &sds_num))
298 sds_num = -1;
299 } else {
300 dev_err(dev, "No DT node.\n");
301 return -1;
302 }
303
304 return sds_num;
305 }
306
307 static void rtl83xx_phylink_validate(struct dsa_switch *ds, int port,
308 unsigned long *supported,
309 struct phylink_link_state *state)
310 {
311 struct rtl838x_switch_priv *priv = ds->priv;
312 __ETHTOOL_DECLARE_LINK_MODE_MASK(mask) = { 0, };
313
314 pr_debug("In %s port %d, state is %d", __func__, port, state->interface);
315
316 if (!phy_interface_mode_is_rgmii(state->interface) &&
317 state->interface != PHY_INTERFACE_MODE_NA &&
318 state->interface != PHY_INTERFACE_MODE_1000BASEX &&
319 state->interface != PHY_INTERFACE_MODE_MII &&
320 state->interface != PHY_INTERFACE_MODE_REVMII &&
321 state->interface != PHY_INTERFACE_MODE_GMII &&
322 state->interface != PHY_INTERFACE_MODE_QSGMII &&
323 state->interface != PHY_INTERFACE_MODE_INTERNAL &&
324 state->interface != PHY_INTERFACE_MODE_SGMII) {
325 bitmap_zero(supported, __ETHTOOL_LINK_MODE_MASK_NBITS);
326 dev_err(ds->dev,
327 "Unsupported interface: %d for port %d\n",
328 state->interface, port);
329 return;
330 }
331
332 /* Allow all the expected bits */
333 phylink_set(mask, Autoneg);
334 phylink_set_port_modes(mask);
335 phylink_set(mask, Pause);
336 phylink_set(mask, Asym_Pause);
337
338 /* With the exclusion of MII and Reverse MII, we support Gigabit,
339 * including Half duplex
340 */
341 if (state->interface != PHY_INTERFACE_MODE_MII &&
342 state->interface != PHY_INTERFACE_MODE_REVMII) {
343 phylink_set(mask, 1000baseT_Full);
344 phylink_set(mask, 1000baseT_Half);
345 }
346
347 /* On both the 8380 and 8382, ports 24-27 are SFP ports */
348 if (port >= 24 && port <= 27 && priv->family_id == RTL8380_FAMILY_ID)
349 phylink_set(mask, 1000baseX_Full);
350
351 /* On the RTL839x family of SoCs, ports 48 to 51 are SFP ports */
352 if (port >= 48 && port <= 51 && priv->family_id == RTL8390_FAMILY_ID)
353 phylink_set(mask, 1000baseX_Full);
354
355 phylink_set(mask, 10baseT_Half);
356 phylink_set(mask, 10baseT_Full);
357 phylink_set(mask, 100baseT_Half);
358 phylink_set(mask, 100baseT_Full);
359
360 bitmap_and(supported, supported, mask,
361 __ETHTOOL_LINK_MODE_MASK_NBITS);
362 bitmap_and(state->advertising, state->advertising, mask,
363 __ETHTOOL_LINK_MODE_MASK_NBITS);
364 }
365
366 static void rtl93xx_phylink_validate(struct dsa_switch *ds, int port,
367 unsigned long *supported,
368 struct phylink_link_state *state)
369 {
370 struct rtl838x_switch_priv *priv = ds->priv;
371 __ETHTOOL_DECLARE_LINK_MODE_MASK(mask) = { 0, };
372
373 pr_debug("In %s port %d, state is %d (%s)", __func__, port, state->interface,
374 phy_modes(state->interface));
375
376 if (!phy_interface_mode_is_rgmii(state->interface) &&
377 state->interface != PHY_INTERFACE_MODE_NA &&
378 state->interface != PHY_INTERFACE_MODE_1000BASEX &&
379 state->interface != PHY_INTERFACE_MODE_MII &&
380 state->interface != PHY_INTERFACE_MODE_REVMII &&
381 state->interface != PHY_INTERFACE_MODE_GMII &&
382 state->interface != PHY_INTERFACE_MODE_QSGMII &&
383 state->interface != PHY_INTERFACE_MODE_XGMII &&
384 state->interface != PHY_INTERFACE_MODE_HSGMII &&
385 state->interface != PHY_INTERFACE_MODE_10GBASER &&
386 state->interface != PHY_INTERFACE_MODE_10GKR &&
387 state->interface != PHY_INTERFACE_MODE_USXGMII &&
388 state->interface != PHY_INTERFACE_MODE_INTERNAL &&
389 state->interface != PHY_INTERFACE_MODE_SGMII) {
390 bitmap_zero(supported, __ETHTOOL_LINK_MODE_MASK_NBITS);
391 dev_err(ds->dev,
392 "Unsupported interface: %d for port %d\n",
393 state->interface, port);
394 return;
395 }
396
397 /* Allow all the expected bits */
398 phylink_set(mask, Autoneg);
399 phylink_set_port_modes(mask);
400 phylink_set(mask, Pause);
401 phylink_set(mask, Asym_Pause);
402
403 /* With the exclusion of MII and Reverse MII, we support Gigabit,
404 * including Half duplex
405 */
406 if (state->interface != PHY_INTERFACE_MODE_MII &&
407 state->interface != PHY_INTERFACE_MODE_REVMII) {
408 phylink_set(mask, 1000baseT_Full);
409 phylink_set(mask, 1000baseT_Half);
410 }
411
412 /* Internal phys of the RTL93xx family provide 10G */
413 if (priv->ports[port].phy_is_integrated &&
414 state->interface == PHY_INTERFACE_MODE_1000BASEX) {
415 phylink_set(mask, 1000baseX_Full);
416 } else if (priv->ports[port].phy_is_integrated) {
417 phylink_set(mask, 1000baseX_Full);
418 phylink_set(mask, 10000baseKR_Full);
419 phylink_set(mask, 10000baseSR_Full);
420 phylink_set(mask, 10000baseCR_Full);
421 }
422 if (state->interface == PHY_INTERFACE_MODE_INTERNAL) {
423 phylink_set(mask, 1000baseX_Full);
424 phylink_set(mask, 1000baseT_Full);
425 phylink_set(mask, 10000baseKR_Full);
426 phylink_set(mask, 10000baseT_Full);
427 phylink_set(mask, 10000baseSR_Full);
428 phylink_set(mask, 10000baseCR_Full);
429 }
430
431 if (state->interface == PHY_INTERFACE_MODE_USXGMII)
432 phylink_set(mask, 10000baseT_Full);
433
434 phylink_set(mask, 10baseT_Half);
435 phylink_set(mask, 10baseT_Full);
436 phylink_set(mask, 100baseT_Half);
437 phylink_set(mask, 100baseT_Full);
438
439 bitmap_and(supported, supported, mask,
440 __ETHTOOL_LINK_MODE_MASK_NBITS);
441 bitmap_and(state->advertising, state->advertising, mask,
442 __ETHTOOL_LINK_MODE_MASK_NBITS);
443 pr_debug("%s leaving supported: %*pb", __func__, __ETHTOOL_LINK_MODE_MASK_NBITS, supported);
444 }
445
446 static int rtl83xx_phylink_mac_link_state(struct dsa_switch *ds, int port,
447 struct phylink_link_state *state)
448 {
449 struct rtl838x_switch_priv *priv = ds->priv;
450 u64 speed;
451 u64 link;
452
453 if (port < 0 || port > priv->cpu_port)
454 return -EINVAL;
455
456 state->link = 0;
457 link = priv->r->get_port_reg_le(priv->r->mac_link_sts);
458 if (link & BIT_ULL(port))
459 state->link = 1;
460 pr_debug("%s: link state port %d: %llx\n", __func__, port, link & BIT_ULL(port));
461
462 state->duplex = 0;
463 if (priv->r->get_port_reg_le(priv->r->mac_link_dup_sts) & BIT_ULL(port))
464 state->duplex = 1;
465
466 speed = priv->r->get_port_reg_le(priv->r->mac_link_spd_sts(port));
467 speed >>= (port % 16) << 1;
468 switch (speed & 0x3) {
469 case 0:
470 state->speed = SPEED_10;
471 break;
472 case 1:
473 state->speed = SPEED_100;
474 break;
475 case 2:
476 state->speed = SPEED_1000;
477 break;
478 case 3:
479 if (priv->family_id == RTL9300_FAMILY_ID
480 && (port == 24 || port == 26)) /* Internal serdes */
481 state->speed = SPEED_2500;
482 else
483 state->speed = SPEED_100; /* Is in fact 500Mbit */
484 }
485
486 state->pause &= (MLO_PAUSE_RX | MLO_PAUSE_TX);
487 if (priv->r->get_port_reg_le(priv->r->mac_rx_pause_sts) & BIT_ULL(port))
488 state->pause |= MLO_PAUSE_RX;
489 if (priv->r->get_port_reg_le(priv->r->mac_tx_pause_sts) & BIT_ULL(port))
490 state->pause |= MLO_PAUSE_TX;
491
492 return 1;
493 }
494
495 static int rtl93xx_phylink_mac_link_state(struct dsa_switch *ds, int port,
496 struct phylink_link_state *state)
497 {
498 struct rtl838x_switch_priv *priv = ds->priv;
499 u64 speed;
500 u64 link;
501 u64 media;
502
503 if (port < 0 || port > priv->cpu_port)
504 return -EINVAL;
505
506 /* On the RTL9300 for at least the RTL8226B PHY, the MAC-side link
507 * state needs to be read twice in order to read a correct result.
508 * This would not be necessary for ports connected e.g. to RTL8218D
509 * PHYs.
510 */
511 state->link = 0;
512 link = priv->r->get_port_reg_le(priv->r->mac_link_sts);
513 link = priv->r->get_port_reg_le(priv->r->mac_link_sts);
514 if (link & BIT_ULL(port))
515 state->link = 1;
516
517 if (priv->family_id == RTL9310_FAMILY_ID)
518 media = priv->r->get_port_reg_le(RTL931X_MAC_LINK_MEDIA_STS);
519
520 if (priv->family_id == RTL9300_FAMILY_ID)
521 media = sw_r32(RTL930X_MAC_LINK_MEDIA_STS);
522
523 if (media & BIT_ULL(port))
524 state->link = 1;
525
526 pr_debug("%s: link state port %d: %llx, media %llx\n", __func__, port,
527 link & BIT_ULL(port), media);
528
529 state->duplex = 0;
530 if (priv->r->get_port_reg_le(priv->r->mac_link_dup_sts) & BIT_ULL(port))
531 state->duplex = 1;
532
533 speed = priv->r->get_port_reg_le(priv->r->mac_link_spd_sts(port));
534 speed >>= (port % 8) << 2;
535 switch (speed & 0xf) {
536 case 0:
537 state->speed = SPEED_10;
538 break;
539 case 1:
540 state->speed = SPEED_100;
541 break;
542 case 2:
543 case 7:
544 state->speed = SPEED_1000;
545 break;
546 case 4:
547 state->speed = SPEED_10000;
548 break;
549 case 5:
550 case 8:
551 state->speed = SPEED_2500;
552 break;
553 case 6:
554 state->speed = SPEED_5000;
555 break;
556 default:
557 pr_err("%s: unknown speed: %d\n", __func__, (u32)speed & 0xf);
558 }
559
560 if (priv->family_id == RTL9310_FAMILY_ID
561 && (port >= 52 || port <= 55)) { /* Internal serdes */
562 state->speed = SPEED_10000;
563 state->link = 1;
564 state->duplex = 1;
565 }
566
567 pr_debug("%s: speed is: %d %d\n", __func__, (u32)speed & 0xf, state->speed);
568 state->pause &= (MLO_PAUSE_RX | MLO_PAUSE_TX);
569 if (priv->r->get_port_reg_le(priv->r->mac_rx_pause_sts) & BIT_ULL(port))
570 state->pause |= MLO_PAUSE_RX;
571 if (priv->r->get_port_reg_le(priv->r->mac_tx_pause_sts) & BIT_ULL(port))
572 state->pause |= MLO_PAUSE_TX;
573
574 return 1;
575 }
576
577 static void rtl83xx_config_interface(int port, phy_interface_t interface)
578 {
579 u32 old, int_shift, sds_shift;
580
581 switch (port) {
582 case 24:
583 int_shift = 0;
584 sds_shift = 5;
585 break;
586 case 26:
587 int_shift = 3;
588 sds_shift = 0;
589 break;
590 default:
591 return;
592 }
593
594 old = sw_r32(RTL838X_SDS_MODE_SEL);
595 switch (interface) {
596 case PHY_INTERFACE_MODE_1000BASEX:
597 if ((old >> sds_shift & 0x1f) == 4)
598 return;
599 sw_w32_mask(0x7 << int_shift, 1 << int_shift, RTL838X_INT_MODE_CTRL);
600 sw_w32_mask(0x1f << sds_shift, 4 << sds_shift, RTL838X_SDS_MODE_SEL);
601 break;
602 case PHY_INTERFACE_MODE_SGMII:
603 if ((old >> sds_shift & 0x1f) == 2)
604 return;
605 sw_w32_mask(0x7 << int_shift, 2 << int_shift, RTL838X_INT_MODE_CTRL);
606 sw_w32_mask(0x1f << sds_shift, 2 << sds_shift, RTL838X_SDS_MODE_SEL);
607 break;
608 default:
609 return;
610 }
611 pr_debug("configured port %d for interface %s\n", port, phy_modes(interface));
612 }
613
614 static void rtl83xx_phylink_mac_config(struct dsa_switch *ds, int port,
615 unsigned int mode,
616 const struct phylink_link_state *state)
617 {
618 struct rtl838x_switch_priv *priv = ds->priv;
619 u32 reg;
620 int speed_bit = priv->family_id == RTL8380_FAMILY_ID ? 4 : 3;
621
622 pr_debug("%s port %d, mode %x\n", __func__, port, mode);
623
624 if (port == priv->cpu_port) {
625 /* Set Speed, duplex, flow control
626 * FORCE_EN | LINK_EN | NWAY_EN | DUP_SEL
627 * | SPD_SEL = 0b10 | FORCE_FC_EN | PHY_MASTER_SLV_MANUAL_EN
628 * | MEDIA_SEL
629 */
630 if (priv->family_id == RTL8380_FAMILY_ID) {
631 sw_w32(0x6192F, priv->r->mac_force_mode_ctrl(priv->cpu_port));
632 /* allow CRC errors on CPU-port */
633 sw_w32_mask(0, 0x8, RTL838X_MAC_PORT_CTRL(priv->cpu_port));
634 } else {
635 sw_w32_mask(0, 3, priv->r->mac_force_mode_ctrl(priv->cpu_port));
636 }
637 return;
638 }
639
640 reg = sw_r32(priv->r->mac_force_mode_ctrl(port));
641 /* Auto-Negotiation does not work for MAC in RTL8390 */
642 if (priv->family_id == RTL8380_FAMILY_ID) {
643 if (mode == MLO_AN_PHY || phylink_autoneg_inband(mode)) {
644 pr_debug("PHY autonegotiates\n");
645 reg |= RTL838X_NWAY_EN;
646 sw_w32(reg, priv->r->mac_force_mode_ctrl(port));
647 rtl83xx_config_interface(port, state->interface);
648 return;
649 }
650 }
651
652 if (mode != MLO_AN_FIXED)
653 pr_debug("Fixed state.\n");
654
655 /* Clear id_mode_dis bit, and the existing port mode, let
656 * RGMII_MODE_EN bet set by mac_link_{up,down} */
657 if (priv->family_id == RTL8380_FAMILY_ID) {
658 reg &= ~(RTL838X_RX_PAUSE_EN | RTL838X_TX_PAUSE_EN);
659 if (state->pause & MLO_PAUSE_TXRX_MASK) {
660 if (state->pause & MLO_PAUSE_TX)
661 reg |= RTL838X_TX_PAUSE_EN;
662 reg |= RTL838X_RX_PAUSE_EN;
663 }
664 } else if (priv->family_id == RTL8390_FAMILY_ID) {
665 reg &= ~(RTL839X_RX_PAUSE_EN | RTL839X_TX_PAUSE_EN);
666 if (state->pause & MLO_PAUSE_TXRX_MASK) {
667 if (state->pause & MLO_PAUSE_TX)
668 reg |= RTL839X_TX_PAUSE_EN;
669 reg |= RTL839X_RX_PAUSE_EN;
670 }
671 }
672
673
674 reg &= ~(3 << speed_bit);
675 switch (state->speed) {
676 case SPEED_1000:
677 reg |= 2 << speed_bit;
678 break;
679 case SPEED_100:
680 reg |= 1 << speed_bit;
681 break;
682 default:
683 break; /* Ignore, including 10MBit which has a speed value of 0 */
684 }
685
686 if (priv->family_id == RTL8380_FAMILY_ID) {
687 reg &= ~(RTL838X_DUPLEX_MODE | RTL838X_FORCE_LINK_EN);
688 if (state->link)
689 reg |= RTL838X_FORCE_LINK_EN;
690 if (state->duplex == RTL838X_DUPLEX_MODE)
691 reg |= RTL838X_DUPLEX_MODE;
692 } else if (priv->family_id == RTL8390_FAMILY_ID) {
693 reg &= ~(RTL839X_DUPLEX_MODE | RTL839X_FORCE_LINK_EN);
694 if (state->link)
695 reg |= RTL839X_FORCE_LINK_EN;
696 if (state->duplex == RTL839X_DUPLEX_MODE)
697 reg |= RTL839X_DUPLEX_MODE;
698 }
699
700 /* LAG members must use DUPLEX and we need to enable the link */
701 if (priv->lagmembers & BIT_ULL(port)) {
702 switch(priv->family_id) {
703 case RTL8380_FAMILY_ID:
704 reg |= (RTL838X_DUPLEX_MODE | RTL838X_FORCE_LINK_EN);
705 break;
706 case RTL8390_FAMILY_ID:
707 reg |= (RTL839X_DUPLEX_MODE | RTL839X_FORCE_LINK_EN);
708 break;
709 }
710 }
711
712 /* Disable AN */
713 if (priv->family_id == RTL8380_FAMILY_ID)
714 reg &= ~RTL838X_NWAY_EN;
715 sw_w32(reg, priv->r->mac_force_mode_ctrl(port));
716 }
717
718 static void rtl931x_phylink_mac_config(struct dsa_switch *ds, int port,
719 unsigned int mode,
720 const struct phylink_link_state *state)
721 {
722 struct rtl838x_switch_priv *priv = ds->priv;
723 int sds_num;
724 u32 reg, band;
725
726 sds_num = priv->ports[port].sds_num;
727 pr_info("%s: speed %d sds_num %d\n", __func__, state->speed, sds_num);
728
729 switch (state->interface) {
730 case PHY_INTERFACE_MODE_HSGMII:
731 pr_info("%s setting mode PHY_INTERFACE_MODE_HSGMII\n", __func__);
732 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_HSGMII);
733 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_HSGMII);
734 band = rtl931x_sds_cmu_band_set(sds_num, true, 62, PHY_INTERFACE_MODE_HSGMII);
735 break;
736 case PHY_INTERFACE_MODE_1000BASEX:
737 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_1000BASEX);
738 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_1000BASEX);
739 break;
740 case PHY_INTERFACE_MODE_XGMII:
741 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_XGMII);
742 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_XGMII);
743 break;
744 case PHY_INTERFACE_MODE_10GBASER:
745 case PHY_INTERFACE_MODE_10GKR:
746 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_10GBASER);
747 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_10GBASER);
748 break;
749 case PHY_INTERFACE_MODE_USXGMII:
750 /* Translates to MII_USXGMII_10GSXGMII */
751 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_USXGMII);
752 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_USXGMII);
753 break;
754 case PHY_INTERFACE_MODE_SGMII:
755 pr_info("%s setting mode PHY_INTERFACE_MODE_SGMII\n", __func__);
756 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_SGMII);
757 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_SGMII);
758 band = rtl931x_sds_cmu_band_set(sds_num, true, 62, PHY_INTERFACE_MODE_SGMII);
759 break;
760 case PHY_INTERFACE_MODE_QSGMII:
761 band = rtl931x_sds_cmu_band_get(sds_num, PHY_INTERFACE_MODE_QSGMII);
762 rtl931x_sds_init(sds_num, PHY_INTERFACE_MODE_QSGMII);
763 break;
764 default:
765 pr_err("%s: unknown serdes mode: %s\n",
766 __func__, phy_modes(state->interface));
767 return;
768 }
769
770 reg = sw_r32(priv->r->mac_force_mode_ctrl(port));
771 pr_info("%s reading FORCE_MODE_CTRL: %08x\n", __func__, reg);
772
773 reg &= ~(RTL931X_DUPLEX_MODE | RTL931X_FORCE_EN | RTL931X_FORCE_LINK_EN);
774
775 reg &= ~(0xf << 12);
776 reg |= 0x2 << 12; /* Set SMI speed to 0x2 */
777
778 reg |= RTL931X_TX_PAUSE_EN | RTL931X_RX_PAUSE_EN;
779
780 if (priv->lagmembers & BIT_ULL(port))
781 reg |= RTL931X_DUPLEX_MODE;
782
783 if (state->duplex == DUPLEX_FULL)
784 reg |= RTL931X_DUPLEX_MODE;
785
786 sw_w32(reg, priv->r->mac_force_mode_ctrl(port));
787
788 }
789
790 static void rtl93xx_phylink_mac_config(struct dsa_switch *ds, int port,
791 unsigned int mode,
792 const struct phylink_link_state *state)
793 {
794 struct rtl838x_switch_priv *priv = ds->priv;
795 int sds_num, sds_mode;
796 u32 reg;
797
798 pr_info("%s port %d, mode %x, phy-mode: %s, speed %d, link %d\n", __func__,
799 port, mode, phy_modes(state->interface), state->speed, state->link);
800
801 /* Nothing to be done for the CPU-port */
802 if (port == priv->cpu_port)
803 return;
804
805 if (priv->family_id == RTL9310_FAMILY_ID)
806 return rtl931x_phylink_mac_config(ds, port, mode, state);
807
808 sds_num = priv->ports[port].sds_num;
809 pr_info("%s SDS is %d\n", __func__, sds_num);
810 if (sds_num >= 0) {
811 switch (state->interface) {
812 case PHY_INTERFACE_MODE_HSGMII:
813 sds_mode = 0x12;
814 break;
815 case PHY_INTERFACE_MODE_1000BASEX:
816 sds_mode = 0x04;
817 break;
818 case PHY_INTERFACE_MODE_XGMII:
819 sds_mode = 0x10;
820 break;
821 case PHY_INTERFACE_MODE_10GBASER:
822 case PHY_INTERFACE_MODE_10GKR:
823 sds_mode = 0x1b; /* 10G 1000X Auto */
824 break;
825 case PHY_INTERFACE_MODE_USXGMII:
826 sds_mode = 0x0d;
827 break;
828 default:
829 pr_err("%s: unknown serdes mode: %s\n",
830 __func__, phy_modes(state->interface));
831 return;
832 }
833 if (state->interface == PHY_INTERFACE_MODE_10GBASER)
834 rtl9300_serdes_setup(sds_num, state->interface);
835 }
836
837 reg = sw_r32(priv->r->mac_force_mode_ctrl(port));
838 reg &= ~(0xf << 3);
839
840 switch (state->speed) {
841 case SPEED_10000:
842 reg |= 4 << 3;
843 break;
844 case SPEED_5000:
845 reg |= 6 << 3;
846 break;
847 case SPEED_2500:
848 reg |= 5 << 3;
849 break;
850 case SPEED_1000:
851 reg |= 2 << 3;
852 break;
853 default:
854 reg |= 2 << 3;
855 break;
856 }
857
858 if (state->link)
859 reg |= RTL930X_FORCE_LINK_EN;
860
861 if (priv->lagmembers & BIT_ULL(port))
862 reg |= RTL930X_DUPLEX_MODE | RTL930X_FORCE_LINK_EN;
863
864 if (state->duplex == DUPLEX_FULL)
865 reg |= RTL930X_DUPLEX_MODE;
866
867 if (priv->ports[port].phy_is_integrated)
868 reg &= ~RTL930X_FORCE_EN; /* Clear MAC_FORCE_EN to allow SDS-MAC link */
869 else
870 reg |= RTL930X_FORCE_EN;
871
872 sw_w32(reg, priv->r->mac_force_mode_ctrl(port));
873 }
874
875 static void rtl83xx_phylink_mac_link_down(struct dsa_switch *ds, int port,
876 unsigned int mode,
877 phy_interface_t interface)
878 {
879 struct rtl838x_switch_priv *priv = ds->priv;
880
881 /* Stop TX/RX to port */
882 sw_w32_mask(0x3, 0, priv->r->mac_port_ctrl(port));
883
884 /* No longer force link */
885 sw_w32_mask(0x3, 0, priv->r->mac_force_mode_ctrl(port));
886 }
887
888 static void rtl93xx_phylink_mac_link_down(struct dsa_switch *ds, int port,
889 unsigned int mode,
890 phy_interface_t interface)
891 {
892 struct rtl838x_switch_priv *priv = ds->priv;
893 u32 v = 0;
894
895 /* Stop TX/RX to port */
896 sw_w32_mask(0x3, 0, priv->r->mac_port_ctrl(port));
897
898 /* No longer force link */
899 if (priv->family_id == RTL9300_FAMILY_ID)
900 v = RTL930X_FORCE_EN | RTL930X_FORCE_LINK_EN;
901 else if (priv->family_id == RTL9310_FAMILY_ID)
902 v = RTL931X_FORCE_EN | RTL931X_FORCE_LINK_EN;
903 sw_w32_mask(v, 0, priv->r->mac_force_mode_ctrl(port));
904 }
905
906 static void rtl83xx_phylink_mac_link_up(struct dsa_switch *ds, int port,
907 unsigned int mode,
908 phy_interface_t interface,
909 struct phy_device *phydev,
910 int speed, int duplex,
911 bool tx_pause, bool rx_pause)
912 {
913 struct rtl838x_switch_priv *priv = ds->priv;
914 /* Restart TX/RX to port */
915 sw_w32_mask(0, 0x3, priv->r->mac_port_ctrl(port));
916 /* TODO: Set speed/duplex/pauses */
917 }
918
919 static void rtl93xx_phylink_mac_link_up(struct dsa_switch *ds, int port,
920 unsigned int mode,
921 phy_interface_t interface,
922 struct phy_device *phydev,
923 int speed, int duplex,
924 bool tx_pause, bool rx_pause)
925 {
926 struct rtl838x_switch_priv *priv = ds->priv;
927
928 /* Restart TX/RX to port */
929 sw_w32_mask(0, 0x3, priv->r->mac_port_ctrl(port));
930 /* TODO: Set speed/duplex/pauses */
931 }
932
933 static void rtl83xx_get_strings(struct dsa_switch *ds,
934 int port, u32 stringset, u8 *data)
935 {
936 if (stringset != ETH_SS_STATS)
937 return;
938
939 for (int i = 0; i < ARRAY_SIZE(rtl83xx_mib); i++)
940 strncpy(data + i * ETH_GSTRING_LEN, rtl83xx_mib[i].name,
941 ETH_GSTRING_LEN);
942 }
943
944 static void rtl83xx_get_ethtool_stats(struct dsa_switch *ds, int port,
945 uint64_t *data)
946 {
947 struct rtl838x_switch_priv *priv = ds->priv;
948 const struct rtl83xx_mib_desc *mib;
949 u64 h;
950
951 for (int i = 0; i < ARRAY_SIZE(rtl83xx_mib); i++) {
952 mib = &rtl83xx_mib[i];
953
954 data[i] = sw_r32(priv->r->stat_port_std_mib + (port << 8) + 252 - mib->offset);
955 if (mib->size == 2) {
956 h = sw_r32(priv->r->stat_port_std_mib + (port << 8) + 248 - mib->offset);
957 data[i] |= h << 32;
958 }
959 }
960 }
961
962 static int rtl83xx_get_sset_count(struct dsa_switch *ds, int port, int sset)
963 {
964 if (sset != ETH_SS_STATS)
965 return 0;
966
967 return ARRAY_SIZE(rtl83xx_mib);
968 }
969
970 static int rtl83xx_mc_group_alloc(struct rtl838x_switch_priv *priv, int port)
971 {
972 int mc_group = find_first_zero_bit(priv->mc_group_bm, MAX_MC_GROUPS - 1);
973 u64 portmask;
974
975 if (mc_group >= MAX_MC_GROUPS - 1)
976 return -1;
977
978 if (priv->is_lagmember[port]) {
979 pr_info("%s: %d is lag slave. ignore\n", __func__, port);
980 return 0;
981 }
982
983 set_bit(mc_group, priv->mc_group_bm);
984 mc_group++; /* We cannot use group 0, as this is used for lookup miss flooding */
985 portmask = BIT_ULL(port) | BIT_ULL(priv->cpu_port);
986 priv->r->write_mcast_pmask(mc_group, portmask);
987
988 return mc_group;
989 }
990
991 static u64 rtl83xx_mc_group_add_port(struct rtl838x_switch_priv *priv, int mc_group, int port)
992 {
993 u64 portmask = priv->r->read_mcast_pmask(mc_group);
994
995 pr_debug("%s: %d\n", __func__, port);
996 if (priv->is_lagmember[port]) {
997 pr_info("%s: %d is lag slave. ignore\n", __func__, port);
998 return portmask;
999 }
1000 portmask |= BIT_ULL(port);
1001 priv->r->write_mcast_pmask(mc_group, portmask);
1002
1003 return portmask;
1004 }
1005
1006 static u64 rtl83xx_mc_group_del_port(struct rtl838x_switch_priv *priv, int mc_group, int port)
1007 {
1008 u64 portmask = priv->r->read_mcast_pmask(mc_group);
1009
1010 pr_debug("%s: %d\n", __func__, port);
1011 if (priv->is_lagmember[port]) {
1012 pr_info("%s: %d is lag slave. ignore\n", __func__, port);
1013 return portmask;
1014 }
1015 priv->r->write_mcast_pmask(mc_group, portmask);
1016 if (portmask == BIT_ULL(priv->cpu_port)) {
1017 portmask &= ~BIT_ULL(priv->cpu_port);
1018 priv->r->write_mcast_pmask(mc_group, portmask);
1019 clear_bit(mc_group, priv->mc_group_bm);
1020 }
1021
1022 return portmask;
1023 }
1024
1025 static void store_mcgroups(struct rtl838x_switch_priv *priv, int port)
1026 {
1027 for (int mc_group = 0; mc_group < MAX_MC_GROUPS; mc_group++) {
1028 u64 portmask = priv->r->read_mcast_pmask(mc_group);
1029 if (portmask & BIT_ULL(port)) {
1030 priv->mc_group_saves[mc_group] = port;
1031 rtl83xx_mc_group_del_port(priv, mc_group, port);
1032 }
1033 }
1034 }
1035
1036 static void load_mcgroups(struct rtl838x_switch_priv *priv, int port)
1037 {
1038 for (int mc_group = 0; mc_group < MAX_MC_GROUPS; mc_group++) {
1039 if (priv->mc_group_saves[mc_group] == port) {
1040 rtl83xx_mc_group_add_port(priv, mc_group, port);
1041 priv->mc_group_saves[mc_group] = -1;
1042 }
1043 }
1044 }
1045
1046 static int rtl83xx_port_enable(struct dsa_switch *ds, int port,
1047 struct phy_device *phydev)
1048 {
1049 struct rtl838x_switch_priv *priv = ds->priv;
1050 u64 v;
1051
1052 pr_debug("%s: %x %d", __func__, (u32) priv, port);
1053 priv->ports[port].enable = true;
1054
1055 /* enable inner tagging on egress, do not keep any tags */
1056 priv->r->vlan_port_keep_tag_set(port, 0, 1);
1057
1058 if (dsa_is_cpu_port(ds, port))
1059 return 0;
1060
1061 /* add port to switch mask of CPU_PORT */
1062 priv->r->traffic_enable(priv->cpu_port, port);
1063
1064 load_mcgroups(priv, port);
1065
1066 if (priv->is_lagmember[port]) {
1067 pr_debug("%s: %d is lag slave. ignore\n", __func__, port);
1068 return 0;
1069 }
1070
1071 /* add all other ports in the same bridge to switch mask of port */
1072 v = priv->r->traffic_get(port);
1073 v |= priv->ports[port].pm;
1074 priv->r->traffic_set(port, v);
1075
1076 /* TODO: Figure out if this is necessary */
1077 if (priv->family_id == RTL9300_FAMILY_ID) {
1078 sw_w32_mask(0, BIT(port), RTL930X_L2_PORT_SABLK_CTRL);
1079 sw_w32_mask(0, BIT(port), RTL930X_L2_PORT_DABLK_CTRL);
1080 }
1081
1082 if (priv->ports[port].sds_num < 0)
1083 priv->ports[port].sds_num = rtl93xx_get_sds(phydev);
1084
1085 return 0;
1086 }
1087
1088 static void rtl83xx_port_disable(struct dsa_switch *ds, int port)
1089 {
1090 struct rtl838x_switch_priv *priv = ds->priv;
1091 u64 v;
1092
1093 pr_debug("%s %x: %d", __func__, (u32)priv, port);
1094 /* you can only disable user ports */
1095 if (!dsa_is_user_port(ds, port))
1096 return;
1097
1098 /* BUG: This does not work on RTL931X */
1099 /* remove port from switch mask of CPU_PORT */
1100 priv->r->traffic_disable(priv->cpu_port, port);
1101 store_mcgroups(priv, port);
1102
1103 /* remove all other ports in the same bridge from switch mask of port */
1104 v = priv->r->traffic_get(port);
1105 v &= ~priv->ports[port].pm;
1106 priv->r->traffic_set(port, v);
1107
1108 priv->ports[port].enable = false;
1109 }
1110
1111 static int rtl83xx_set_mac_eee(struct dsa_switch *ds, int port,
1112 struct ethtool_eee *e)
1113 {
1114 struct rtl838x_switch_priv *priv = ds->priv;
1115
1116 if (e->eee_enabled && !priv->eee_enabled) {
1117 pr_info("Globally enabling EEE\n");
1118 priv->r->init_eee(priv, true);
1119 }
1120
1121 priv->r->port_eee_set(priv, port, e->eee_enabled);
1122
1123 if (e->eee_enabled)
1124 pr_info("Enabled EEE for port %d\n", port);
1125 else
1126 pr_info("Disabled EEE for port %d\n", port);
1127
1128 return 0;
1129 }
1130
1131 static int rtl83xx_get_mac_eee(struct dsa_switch *ds, int port,
1132 struct ethtool_eee *e)
1133 {
1134 struct rtl838x_switch_priv *priv = ds->priv;
1135
1136 e->supported = SUPPORTED_100baseT_Full | SUPPORTED_1000baseT_Full;
1137
1138 priv->r->eee_port_ability(priv, e, port);
1139
1140 e->eee_enabled = priv->ports[port].eee_enabled;
1141
1142 e->eee_active = !!(e->advertised & e->lp_advertised);
1143
1144 return 0;
1145 }
1146
1147 static int rtl93xx_get_mac_eee(struct dsa_switch *ds, int port,
1148 struct ethtool_eee *e)
1149 {
1150 struct rtl838x_switch_priv *priv = ds->priv;
1151
1152 e->supported = SUPPORTED_100baseT_Full |
1153 SUPPORTED_1000baseT_Full |
1154 SUPPORTED_2500baseX_Full;
1155
1156 priv->r->eee_port_ability(priv, e, port);
1157
1158 e->eee_enabled = priv->ports[port].eee_enabled;
1159
1160 e->eee_active = !!(e->advertised & e->lp_advertised);
1161
1162 return 0;
1163 }
1164
1165 static int rtl83xx_set_ageing_time(struct dsa_switch *ds, unsigned int msec)
1166 {
1167 struct rtl838x_switch_priv *priv = ds->priv;
1168
1169 priv->r->set_ageing_time(msec);
1170
1171 return 0;
1172 }
1173
1174 static int rtl83xx_port_bridge_join(struct dsa_switch *ds, int port,
1175 struct net_device *bridge)
1176 {
1177 struct rtl838x_switch_priv *priv = ds->priv;
1178 u64 port_bitmap = BIT_ULL(priv->cpu_port), v;
1179
1180 pr_debug("%s %x: %d %llx", __func__, (u32)priv, port, port_bitmap);
1181
1182 if (priv->is_lagmember[port]) {
1183 pr_debug("%s: %d is lag slave. ignore\n", __func__, port);
1184 return 0;
1185 }
1186
1187 mutex_lock(&priv->reg_mutex);
1188 for (int i = 0; i < ds->num_ports; i++) {
1189 /* Add this port to the port matrix of the other ports in the
1190 * same bridge. If the port is disabled, port matrix is kept
1191 * and not being setup until the port becomes enabled.
1192 */
1193 if (dsa_is_user_port(ds, i) && !priv->is_lagmember[i] && i != port) {
1194 if (dsa_to_port(ds, i)->bridge_dev != bridge)
1195 continue;
1196 if (priv->ports[i].enable)
1197 priv->r->traffic_enable(i, port);
1198
1199 priv->ports[i].pm |= BIT_ULL(port);
1200 port_bitmap |= BIT_ULL(i);
1201 }
1202 }
1203 load_mcgroups(priv, port);
1204
1205 /* Add all other ports to this port matrix. */
1206 if (priv->ports[port].enable) {
1207 priv->r->traffic_enable(priv->cpu_port, port);
1208 v = priv->r->traffic_get(port);
1209 v |= port_bitmap;
1210 priv->r->traffic_set(port, v);
1211 }
1212 priv->ports[port].pm |= port_bitmap;
1213
1214 if (priv->r->set_static_move_action)
1215 priv->r->set_static_move_action(port, false);
1216
1217 mutex_unlock(&priv->reg_mutex);
1218
1219 return 0;
1220 }
1221
1222 static void rtl83xx_port_bridge_leave(struct dsa_switch *ds, int port,
1223 struct net_device *bridge)
1224 {
1225 struct rtl838x_switch_priv *priv = ds->priv;
1226 u64 port_bitmap = 0, v;
1227
1228 pr_debug("%s %x: %d", __func__, (u32)priv, port);
1229 mutex_lock(&priv->reg_mutex);
1230 for (int i = 0; i < ds->num_ports; i++) {
1231 /* Remove this port from the port matrix of the other ports
1232 * in the same bridge. If the port is disabled, port matrix
1233 * is kept and not being setup until the port becomes enabled.
1234 * And the other port's port matrix cannot be broken when the
1235 * other port is still a VLAN-aware port.
1236 */
1237 if (dsa_is_user_port(ds, i) && i != port) {
1238 if (dsa_to_port(ds, i)->bridge_dev != bridge)
1239 continue;
1240 if (priv->ports[i].enable)
1241 priv->r->traffic_disable(i, port);
1242
1243 priv->ports[i].pm &= ~BIT_ULL(port);
1244 port_bitmap |= BIT_ULL(i);
1245 }
1246 }
1247 store_mcgroups(priv, port);
1248
1249 /* Remove all other ports from this port matrix. */
1250 if (priv->ports[port].enable) {
1251 v = priv->r->traffic_get(port);
1252 v &= ~port_bitmap;
1253 priv->r->traffic_set(port, v);
1254 }
1255 priv->ports[port].pm &= ~port_bitmap;
1256
1257 if (priv->r->set_static_move_action)
1258 priv->r->set_static_move_action(port, true);
1259
1260 mutex_unlock(&priv->reg_mutex);
1261 }
1262
1263 void rtl83xx_port_stp_state_set(struct dsa_switch *ds, int port, u8 state)
1264 {
1265 u32 msti = 0;
1266 u32 port_state[4];
1267 int index, bit;
1268 int pos = port;
1269 struct rtl838x_switch_priv *priv = ds->priv;
1270 int n = priv->port_width << 1;
1271
1272 /* Ports above or equal CPU port can never be configured */
1273 if (port >= priv->cpu_port)
1274 return;
1275
1276 mutex_lock(&priv->reg_mutex);
1277
1278 /* For the RTL839x and following, the bits are left-aligned, 838x and 930x
1279 * have 64 bit fields, 839x and 931x have 128 bit fields
1280 */
1281 if (priv->family_id == RTL8390_FAMILY_ID)
1282 pos += 12;
1283 if (priv->family_id == RTL9300_FAMILY_ID)
1284 pos += 3;
1285 if (priv->family_id == RTL9310_FAMILY_ID)
1286 pos += 8;
1287
1288 index = n - (pos >> 4) - 1;
1289 bit = (pos << 1) % 32;
1290
1291 priv->r->stp_get(priv, msti, port_state);
1292
1293 pr_debug("Current state, port %d: %d\n", port, (port_state[index] >> bit) & 3);
1294 port_state[index] &= ~(3 << bit);
1295
1296 switch (state) {
1297 case BR_STATE_DISABLED: /* 0 */
1298 port_state[index] |= (0 << bit);
1299 break;
1300 case BR_STATE_BLOCKING: /* 4 */
1301 case BR_STATE_LISTENING: /* 1 */
1302 port_state[index] |= (1 << bit);
1303 break;
1304 case BR_STATE_LEARNING: /* 2 */
1305 port_state[index] |= (2 << bit);
1306 break;
1307 case BR_STATE_FORWARDING: /* 3 */
1308 port_state[index] |= (3 << bit);
1309 default:
1310 break;
1311 }
1312
1313 priv->r->stp_set(priv, msti, port_state);
1314
1315 mutex_unlock(&priv->reg_mutex);
1316 }
1317
1318 void rtl83xx_fast_age(struct dsa_switch *ds, int port)
1319 {
1320 struct rtl838x_switch_priv *priv = ds->priv;
1321 int s = priv->family_id == RTL8390_FAMILY_ID ? 2 : 0;
1322
1323 pr_debug("FAST AGE port %d\n", port);
1324 mutex_lock(&priv->reg_mutex);
1325 /* RTL838X_L2_TBL_FLUSH_CTRL register bits, 839x has 1 bit larger
1326 * port fields:
1327 * 0-4: Replacing port
1328 * 5-9: Flushed/replaced port
1329 * 10-21: FVID
1330 * 22: Entry types: 1: dynamic, 0: also static
1331 * 23: Match flush port
1332 * 24: Match FVID
1333 * 25: Flush (0) or replace (1) L2 entries
1334 * 26: Status of action (1: Start, 0: Done)
1335 */
1336 sw_w32(1 << (26 + s) | 1 << (23 + s) | port << (5 + (s / 2)), priv->r->l2_tbl_flush_ctrl);
1337
1338 do { } while (sw_r32(priv->r->l2_tbl_flush_ctrl) & BIT(26 + s));
1339
1340 mutex_unlock(&priv->reg_mutex);
1341 }
1342
1343 void rtl931x_fast_age(struct dsa_switch *ds, int port)
1344 {
1345 struct rtl838x_switch_priv *priv = ds->priv;
1346
1347 pr_info("%s port %d\n", __func__, port);
1348 mutex_lock(&priv->reg_mutex);
1349 sw_w32(port << 11, RTL931X_L2_TBL_FLUSH_CTRL + 4);
1350
1351 sw_w32(BIT(24) | BIT(28), RTL931X_L2_TBL_FLUSH_CTRL);
1352
1353 do { } while (sw_r32(RTL931X_L2_TBL_FLUSH_CTRL) & BIT (28));
1354
1355 mutex_unlock(&priv->reg_mutex);
1356 }
1357
1358 void rtl930x_fast_age(struct dsa_switch *ds, int port)
1359 {
1360 struct rtl838x_switch_priv *priv = ds->priv;
1361
1362 if (priv->family_id == RTL9310_FAMILY_ID)
1363 return rtl931x_fast_age(ds, port);
1364
1365 pr_debug("FAST AGE port %d\n", port);
1366 mutex_lock(&priv->reg_mutex);
1367 sw_w32(port << 11, RTL930X_L2_TBL_FLUSH_CTRL + 4);
1368
1369 sw_w32(BIT(26) | BIT(30), RTL930X_L2_TBL_FLUSH_CTRL);
1370
1371 do { } while (sw_r32(priv->r->l2_tbl_flush_ctrl) & BIT(30));
1372
1373 mutex_unlock(&priv->reg_mutex);
1374 }
1375
1376 static int rtl83xx_vlan_filtering(struct dsa_switch *ds, int port,
1377 bool vlan_filtering,
1378 struct netlink_ext_ack *extack)
1379 {
1380 struct rtl838x_switch_priv *priv = ds->priv;
1381
1382 pr_debug("%s: port %d\n", __func__, port);
1383 mutex_lock(&priv->reg_mutex);
1384
1385 if (vlan_filtering) {
1386 /* Enable ingress and egress filtering
1387 * The VLAN_PORT_IGR_FILTER register uses 2 bits for each port to define
1388 * the filter action:
1389 * 0: Always Forward
1390 * 1: Drop packet
1391 * 2: Trap packet to CPU port
1392 * The Egress filter used 1 bit per state (0: DISABLED, 1: ENABLED)
1393 */
1394 if (port != priv->cpu_port)
1395 priv->r->set_vlan_igr_filter(port, IGR_DROP);
1396
1397 priv->r->set_vlan_egr_filter(port, EGR_ENABLE);
1398 } else {
1399 /* Disable ingress and egress filtering */
1400 if (port != priv->cpu_port)
1401 priv->r->set_vlan_igr_filter(port, IGR_FORWARD);
1402
1403 priv->r->set_vlan_egr_filter(port, EGR_DISABLE);
1404 }
1405
1406 /* Do we need to do something to the CPU-Port, too? */
1407 mutex_unlock(&priv->reg_mutex);
1408
1409 return 0;
1410 }
1411
1412 static int rtl83xx_vlan_prepare(struct dsa_switch *ds, int port,
1413 const struct switchdev_obj_port_vlan *vlan)
1414 {
1415 struct rtl838x_vlan_info info;
1416 struct rtl838x_switch_priv *priv = ds->priv;
1417
1418 priv->r->vlan_tables_read(0, &info);
1419
1420 pr_debug("VLAN 0: Tagged ports %llx, untag %llx, profile %d, MC# %d, UC# %d, FID %x\n",
1421 info.tagged_ports, info.untagged_ports, info.profile_id,
1422 info.hash_mc_fid, info.hash_uc_fid, info.fid);
1423
1424 priv->r->vlan_tables_read(1, &info);
1425 pr_debug("VLAN 1: Tagged ports %llx, untag %llx, profile %d, MC# %d, UC# %d, FID %x\n",
1426 info.tagged_ports, info.untagged_ports, info.profile_id,
1427 info.hash_mc_fid, info.hash_uc_fid, info.fid);
1428 priv->r->vlan_set_untagged(1, info.untagged_ports);
1429 pr_debug("SET: Untagged ports, VLAN %d: %llx\n", 1, info.untagged_ports);
1430
1431 priv->r->vlan_set_tagged(1, &info);
1432 pr_debug("SET: Tagged ports, VLAN %d: %llx\n", 1, info.tagged_ports);
1433
1434 return 0;
1435 }
1436
1437 static int rtl83xx_vlan_add(struct dsa_switch *ds, int port,
1438 const struct switchdev_obj_port_vlan *vlan,
1439 struct netlink_ext_ack *extack)
1440 {
1441 struct rtl838x_vlan_info info;
1442 struct rtl838x_switch_priv *priv = ds->priv;
1443 int err;
1444
1445 pr_debug("%s port %d, vid %d, flags %x\n",
1446 __func__, port, vlan->vid, vlan->flags);
1447
1448 if (vlan->vid > 4095) {
1449 dev_err(priv->dev, "VLAN out of range: %d", vlan->vid);
1450 return -ENOTSUPP;
1451 }
1452
1453 err = rtl83xx_vlan_prepare(ds, port, vlan);
1454 if (err)
1455 return err;
1456
1457 mutex_lock(&priv->reg_mutex);
1458
1459 if (vlan->flags & BRIDGE_VLAN_INFO_PVID && vlan->vid) {
1460 /* Set both inner and outer PVID of the port */
1461 priv->r->vlan_port_pvid_set(port, PBVLAN_TYPE_INNER, vlan->vid);
1462 priv->r->vlan_port_pvid_set(port, PBVLAN_TYPE_OUTER, vlan->vid);
1463 priv->r->vlan_port_pvidmode_set(port, PBVLAN_TYPE_INNER,
1464 PBVLAN_MODE_UNTAG_AND_PRITAG);
1465 priv->r->vlan_port_pvidmode_set(port, PBVLAN_TYPE_OUTER,
1466 PBVLAN_MODE_UNTAG_AND_PRITAG);
1467
1468 priv->ports[port].pvid = vlan->vid;
1469 }
1470
1471 /* Get port memberships of this vlan */
1472 priv->r->vlan_tables_read(vlan->vid, &info);
1473
1474 /* new VLAN? */
1475 if (!info.tagged_ports) {
1476 info.fid = 0;
1477 info.hash_mc_fid = false;
1478 info.hash_uc_fid = false;
1479 info.profile_id = 0;
1480 }
1481
1482 /* sanitize untagged_ports - must be a subset */
1483 if (info.untagged_ports & ~info.tagged_ports)
1484 info.untagged_ports = 0;
1485
1486 info.tagged_ports |= BIT_ULL(port);
1487 if (vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED)
1488 info.untagged_ports |= BIT_ULL(port);
1489
1490 priv->r->vlan_set_untagged(vlan->vid, info.untagged_ports);
1491 pr_debug("Untagged ports, VLAN %d: %llx\n", vlan->vid, info.untagged_ports);
1492
1493 priv->r->vlan_set_tagged(vlan->vid, &info);
1494 pr_debug("Tagged ports, VLAN %d: %llx\n", vlan->vid, info.tagged_ports);
1495
1496 mutex_unlock(&priv->reg_mutex);
1497
1498 return 0;
1499 }
1500
1501 static int rtl83xx_vlan_del(struct dsa_switch *ds, int port,
1502 const struct switchdev_obj_port_vlan *vlan)
1503 {
1504 struct rtl838x_vlan_info info;
1505 struct rtl838x_switch_priv *priv = ds->priv;
1506 u16 pvid;
1507
1508 pr_debug("%s: port %d, vid %d, flags %x\n",
1509 __func__, port, vlan->vid, vlan->flags);
1510
1511 if (vlan->vid > 4095) {
1512 dev_err(priv->dev, "VLAN out of range: %d", vlan->vid);
1513 return -ENOTSUPP;
1514 }
1515
1516 mutex_lock(&priv->reg_mutex);
1517 pvid = priv->ports[port].pvid;
1518
1519 /* Reset to default if removing the current PVID */
1520 if (vlan->vid == pvid) {
1521 priv->r->vlan_port_pvid_set(port, PBVLAN_TYPE_INNER, 0);
1522 priv->r->vlan_port_pvid_set(port, PBVLAN_TYPE_OUTER, 0);
1523 priv->r->vlan_port_pvidmode_set(port, PBVLAN_TYPE_INNER,
1524 PBVLAN_MODE_UNTAG_AND_PRITAG);
1525 priv->r->vlan_port_pvidmode_set(port, PBVLAN_TYPE_OUTER,
1526 PBVLAN_MODE_UNTAG_AND_PRITAG);
1527 }
1528 /* Get port memberships of this vlan */
1529 priv->r->vlan_tables_read(vlan->vid, &info);
1530
1531 /* remove port from both tables */
1532 info.untagged_ports &= (~BIT_ULL(port));
1533 info.tagged_ports &= (~BIT_ULL(port));
1534
1535 priv->r->vlan_set_untagged(vlan->vid, info.untagged_ports);
1536 pr_debug("Untagged ports, VLAN %d: %llx\n", vlan->vid, info.untagged_ports);
1537
1538 priv->r->vlan_set_tagged(vlan->vid, &info);
1539 pr_debug("Tagged ports, VLAN %d: %llx\n", vlan->vid, info.tagged_ports);
1540
1541 mutex_unlock(&priv->reg_mutex);
1542
1543 return 0;
1544 }
1545
1546 static void rtl83xx_setup_l2_uc_entry(struct rtl838x_l2_entry *e, int port, int vid, u64 mac)
1547 {
1548 memset(e, 0, sizeof(*e));
1549
1550 e->type = L2_UNICAST;
1551 e->valid = true;
1552
1553 e->age = 3;
1554 e->is_static = true;
1555
1556 e->port = port;
1557
1558 e->rvid = e->vid = vid;
1559 e->is_ip_mc = e->is_ipv6_mc = false;
1560 u64_to_ether_addr(mac, e->mac);
1561 }
1562
1563 static void rtl83xx_setup_l2_mc_entry(struct rtl838x_l2_entry *e, int vid, u64 mac, int mc_group)
1564 {
1565 memset(e, 0, sizeof(*e));
1566
1567 e->type = L2_MULTICAST;
1568 e->valid = true;
1569
1570 e->mc_portmask_index = mc_group;
1571
1572 e->rvid = e->vid = vid;
1573 e->is_ip_mc = e->is_ipv6_mc = false;
1574 u64_to_ether_addr(mac, e->mac);
1575 }
1576
1577 /* Uses the seed to identify a hash bucket in the L2 using the derived hash key and then loops
1578 * over the entries in the bucket until either a matching entry is found or an empty slot
1579 * Returns the filled in rtl838x_l2_entry and the index in the bucket when an entry was found
1580 * when an empty slot was found and must exist is false, the index of the slot is returned
1581 * when no slots are available returns -1
1582 */
1583 static int rtl83xx_find_l2_hash_entry(struct rtl838x_switch_priv *priv, u64 seed,
1584 bool must_exist, struct rtl838x_l2_entry *e)
1585 {
1586 int idx = -1;
1587 u32 key = priv->r->l2_hash_key(priv, seed);
1588 u64 entry;
1589
1590 pr_debug("%s: using key %x, for seed %016llx\n", __func__, key, seed);
1591 /* Loop over all entries in the hash-bucket and over the second block on 93xx SoCs */
1592 for (int i = 0; i < priv->l2_bucket_size; i++) {
1593 entry = priv->r->read_l2_entry_using_hash(key, i, e);
1594 pr_debug("valid %d, mac %016llx\n", e->valid, ether_addr_to_u64(&e->mac[0]));
1595 if (must_exist && !e->valid)
1596 continue;
1597 if (!e->valid || ((entry & 0x0fffffffffffffffULL) == seed)) {
1598 idx = i > 3 ? ((key >> 14) & 0xffff) | i >> 1 : ((key << 2) | i) & 0xffff;
1599 break;
1600 }
1601 }
1602
1603 return idx;
1604 }
1605
1606 /* Uses the seed to identify an entry in the CAM by looping over all its entries
1607 * Returns the filled in rtl838x_l2_entry and the index in the CAM when an entry was found
1608 * when an empty slot was found the index of the slot is returned
1609 * when no slots are available returns -1
1610 */
1611 static int rtl83xx_find_l2_cam_entry(struct rtl838x_switch_priv *priv, u64 seed,
1612 bool must_exist, struct rtl838x_l2_entry *e)
1613 {
1614 int idx = -1;
1615 u64 entry;
1616
1617 for (int i = 0; i < 64; i++) {
1618 entry = priv->r->read_cam(i, e);
1619 if (!must_exist && !e->valid) {
1620 if (idx < 0) /* First empty entry? */
1621 idx = i;
1622 break;
1623 } else if ((entry & 0x0fffffffffffffffULL) == seed) {
1624 pr_debug("Found entry in CAM\n");
1625 idx = i;
1626 break;
1627 }
1628 }
1629
1630 return idx;
1631 }
1632
1633 static int rtl83xx_port_fdb_add(struct dsa_switch *ds, int port,
1634 const unsigned char *addr, u16 vid)
1635 {
1636 struct rtl838x_switch_priv *priv = ds->priv;
1637 u64 mac = ether_addr_to_u64(addr);
1638 struct rtl838x_l2_entry e;
1639 int err = 0, idx;
1640 u64 seed = priv->r->l2_hash_seed(mac, vid);
1641
1642 if (priv->is_lagmember[port]) {
1643 pr_debug("%s: %d is lag slave. ignore\n", __func__, port);
1644 return 0;
1645 }
1646
1647 mutex_lock(&priv->reg_mutex);
1648
1649 idx = rtl83xx_find_l2_hash_entry(priv, seed, false, &e);
1650
1651 /* Found an existing or empty entry */
1652 if (idx >= 0) {
1653 rtl83xx_setup_l2_uc_entry(&e, port, vid, mac);
1654 priv->r->write_l2_entry_using_hash(idx >> 2, idx & 0x3, &e);
1655 goto out;
1656 }
1657
1658 /* Hash buckets full, try CAM */
1659 rtl83xx_find_l2_cam_entry(priv, seed, false, &e);
1660
1661 if (idx >= 0) {
1662 rtl83xx_setup_l2_uc_entry(&e, port, vid, mac);
1663 priv->r->write_cam(idx, &e);
1664 goto out;
1665 }
1666
1667 err = -ENOTSUPP;
1668
1669 out:
1670 mutex_unlock(&priv->reg_mutex);
1671
1672 return err;
1673 }
1674
1675 static int rtl83xx_port_fdb_del(struct dsa_switch *ds, int port,
1676 const unsigned char *addr, u16 vid)
1677 {
1678 struct rtl838x_switch_priv *priv = ds->priv;
1679 u64 mac = ether_addr_to_u64(addr);
1680 struct rtl838x_l2_entry e;
1681 int err = 0, idx;
1682 u64 seed = priv->r->l2_hash_seed(mac, vid);
1683
1684 pr_debug("In %s, mac %llx, vid: %d\n", __func__, mac, vid);
1685 mutex_lock(&priv->reg_mutex);
1686
1687 idx = rtl83xx_find_l2_hash_entry(priv, seed, true, &e);
1688
1689 if (idx >= 0) {
1690 pr_debug("Found entry index %d, key %d and bucket %d\n", idx, idx >> 2, idx & 3);
1691 e.valid = false;
1692 priv->r->write_l2_entry_using_hash(idx >> 2, idx & 0x3, &e);
1693 goto out;
1694 }
1695
1696 /* Check CAM for spillover from hash buckets */
1697 rtl83xx_find_l2_cam_entry(priv, seed, true, &e);
1698
1699 if (idx >= 0) {
1700 e.valid = false;
1701 priv->r->write_cam(idx, &e);
1702 goto out;
1703 }
1704 err = -ENOENT;
1705
1706 out:
1707 mutex_unlock(&priv->reg_mutex);
1708
1709 return err;
1710 }
1711
1712 static int rtl83xx_port_fdb_dump(struct dsa_switch *ds, int port,
1713 dsa_fdb_dump_cb_t *cb, void *data)
1714 {
1715 struct rtl838x_l2_entry e;
1716 struct rtl838x_switch_priv *priv = ds->priv;
1717
1718 mutex_lock(&priv->reg_mutex);
1719
1720 for (int i = 0; i < priv->fib_entries; i++) {
1721 priv->r->read_l2_entry_using_hash(i >> 2, i & 0x3, &e);
1722
1723 if (!e.valid)
1724 continue;
1725
1726 if (e.port == port || e.port == RTL930X_PORT_IGNORE)
1727 cb(e.mac, e.vid, e.is_static, data);
1728
1729 if (!((i + 1) % 64))
1730 cond_resched();
1731 }
1732
1733 for (int i = 0; i < 64; i++) {
1734 priv->r->read_cam(i, &e);
1735
1736 if (!e.valid)
1737 continue;
1738
1739 if (e.port == port)
1740 cb(e.mac, e.vid, e.is_static, data);
1741 }
1742
1743 mutex_unlock(&priv->reg_mutex);
1744
1745 return 0;
1746 }
1747
1748 static int rtl83xx_port_mdb_add(struct dsa_switch *ds, int port,
1749 const struct switchdev_obj_port_mdb *mdb)
1750 {
1751 struct rtl838x_switch_priv *priv = ds->priv;
1752 u64 mac = ether_addr_to_u64(mdb->addr);
1753 struct rtl838x_l2_entry e;
1754 int err = 0, idx;
1755 int vid = mdb->vid;
1756 u64 seed = priv->r->l2_hash_seed(mac, vid);
1757 int mc_group;
1758
1759 if (priv->id >= 0x9300)
1760 return -EOPNOTSUPP;
1761
1762 pr_debug("In %s port %d, mac %llx, vid: %d\n", __func__, port, mac, vid);
1763
1764 if (priv->is_lagmember[port]) {
1765 pr_debug("%s: %d is lag slave. ignore\n", __func__, port);
1766 return -EINVAL;
1767 }
1768
1769 mutex_lock(&priv->reg_mutex);
1770
1771 idx = rtl83xx_find_l2_hash_entry(priv, seed, false, &e);
1772
1773 /* Found an existing or empty entry */
1774 if (idx >= 0) {
1775 if (e.valid) {
1776 pr_debug("Found an existing entry %016llx, mc_group %d\n",
1777 ether_addr_to_u64(e.mac), e.mc_portmask_index);
1778 rtl83xx_mc_group_add_port(priv, e.mc_portmask_index, port);
1779 } else {
1780 pr_debug("New entry for seed %016llx\n", seed);
1781 mc_group = rtl83xx_mc_group_alloc(priv, port);
1782 if (mc_group < 0) {
1783 err = -ENOTSUPP;
1784 goto out;
1785 }
1786 rtl83xx_setup_l2_mc_entry(&e, vid, mac, mc_group);
1787 priv->r->write_l2_entry_using_hash(idx >> 2, idx & 0x3, &e);
1788 }
1789 goto out;
1790 }
1791
1792 /* Hash buckets full, try CAM */
1793 rtl83xx_find_l2_cam_entry(priv, seed, false, &e);
1794
1795 if (idx >= 0) {
1796 if (e.valid) {
1797 pr_debug("Found existing CAM entry %016llx, mc_group %d\n",
1798 ether_addr_to_u64(e.mac), e.mc_portmask_index);
1799 rtl83xx_mc_group_add_port(priv, e.mc_portmask_index, port);
1800 } else {
1801 pr_debug("New entry\n");
1802 mc_group = rtl83xx_mc_group_alloc(priv, port);
1803 if (mc_group < 0) {
1804 err = -ENOTSUPP;
1805 goto out;
1806 }
1807 rtl83xx_setup_l2_mc_entry(&e, vid, mac, mc_group);
1808 priv->r->write_cam(idx, &e);
1809 }
1810 goto out;
1811 }
1812
1813 err = -ENOTSUPP;
1814
1815 out:
1816 mutex_unlock(&priv->reg_mutex);
1817 if (err)
1818 dev_err(ds->dev, "failed to add MDB entry\n");
1819
1820 return err;
1821 }
1822
1823 int rtl83xx_port_mdb_del(struct dsa_switch *ds, int port,
1824 const struct switchdev_obj_port_mdb *mdb)
1825 {
1826 struct rtl838x_switch_priv *priv = ds->priv;
1827 u64 mac = ether_addr_to_u64(mdb->addr);
1828 struct rtl838x_l2_entry e;
1829 int err = 0, idx;
1830 int vid = mdb->vid;
1831 u64 seed = priv->r->l2_hash_seed(mac, vid);
1832 u64 portmask;
1833
1834 pr_debug("In %s, port %d, mac %llx, vid: %d\n", __func__, port, mac, vid);
1835
1836 if (priv->is_lagmember[port]) {
1837 pr_info("%s: %d is lag slave. ignore\n", __func__, port);
1838 return 0;
1839 }
1840
1841 mutex_lock(&priv->reg_mutex);
1842
1843 idx = rtl83xx_find_l2_hash_entry(priv, seed, true, &e);
1844
1845 if (idx >= 0) {
1846 pr_debug("Found entry index %d, key %d and bucket %d\n", idx, idx >> 2, idx & 3);
1847 portmask = rtl83xx_mc_group_del_port(priv, e.mc_portmask_index, port);
1848 if (!portmask) {
1849 e.valid = false;
1850 priv->r->write_l2_entry_using_hash(idx >> 2, idx & 0x3, &e);
1851 }
1852 goto out;
1853 }
1854
1855 /* Check CAM for spillover from hash buckets */
1856 rtl83xx_find_l2_cam_entry(priv, seed, true, &e);
1857
1858 if (idx >= 0) {
1859 portmask = rtl83xx_mc_group_del_port(priv, e.mc_portmask_index, port);
1860 if (!portmask) {
1861 e.valid = false;
1862 priv->r->write_cam(idx, &e);
1863 }
1864 goto out;
1865 }
1866 /* TODO: Re-enable with a newer kernel: err = -ENOENT; */
1867
1868 out:
1869 mutex_unlock(&priv->reg_mutex);
1870
1871 return err;
1872 }
1873
1874 static int rtl83xx_port_mirror_add(struct dsa_switch *ds, int port,
1875 struct dsa_mall_mirror_tc_entry *mirror,
1876 bool ingress)
1877 {
1878 /* We support 4 mirror groups, one destination port per group */
1879 int group;
1880 struct rtl838x_switch_priv *priv = ds->priv;
1881 int ctrl_reg, dpm_reg, spm_reg;
1882
1883 pr_debug("In %s\n", __func__);
1884
1885 for (group = 0; group < 4; group++) {
1886 if (priv->mirror_group_ports[group] == mirror->to_local_port)
1887 break;
1888 }
1889 if (group >= 4) {
1890 for (group = 0; group < 4; group++) {
1891 if (priv->mirror_group_ports[group] < 0)
1892 break;
1893 }
1894 }
1895
1896 if (group >= 4)
1897 return -ENOSPC;
1898
1899 ctrl_reg = priv->r->mir_ctrl + group * 4;
1900 dpm_reg = priv->r->mir_dpm + group * 4 * priv->port_width;
1901 spm_reg = priv->r->mir_spm + group * 4 * priv->port_width;
1902
1903 pr_debug("Using group %d\n", group);
1904 mutex_lock(&priv->reg_mutex);
1905
1906 if (priv->family_id == RTL8380_FAMILY_ID) {
1907 /* Enable mirroring to port across VLANs (bit 11) */
1908 sw_w32(1 << 11 | (mirror->to_local_port << 4) | 1, ctrl_reg);
1909 } else {
1910 /* Enable mirroring to destination port */
1911 sw_w32((mirror->to_local_port << 4) | 1, ctrl_reg);
1912 }
1913
1914 if (ingress && (priv->r->get_port_reg_be(spm_reg) & (1ULL << port))) {
1915 mutex_unlock(&priv->reg_mutex);
1916 return -EEXIST;
1917 }
1918 if ((!ingress) && (priv->r->get_port_reg_be(dpm_reg) & (1ULL << port))) {
1919 mutex_unlock(&priv->reg_mutex);
1920 return -EEXIST;
1921 }
1922
1923 if (ingress)
1924 priv->r->mask_port_reg_be(0, 1ULL << port, spm_reg);
1925 else
1926 priv->r->mask_port_reg_be(0, 1ULL << port, dpm_reg);
1927
1928 priv->mirror_group_ports[group] = mirror->to_local_port;
1929 mutex_unlock(&priv->reg_mutex);
1930
1931 return 0;
1932 }
1933
1934 static void rtl83xx_port_mirror_del(struct dsa_switch *ds, int port,
1935 struct dsa_mall_mirror_tc_entry *mirror)
1936 {
1937 int group = 0;
1938 struct rtl838x_switch_priv *priv = ds->priv;
1939 int ctrl_reg, dpm_reg, spm_reg;
1940
1941 pr_debug("In %s\n", __func__);
1942 for (group = 0; group < 4; group++) {
1943 if (priv->mirror_group_ports[group] == mirror->to_local_port)
1944 break;
1945 }
1946 if (group >= 4)
1947 return;
1948
1949 ctrl_reg = priv->r->mir_ctrl + group * 4;
1950 dpm_reg = priv->r->mir_dpm + group * 4 * priv->port_width;
1951 spm_reg = priv->r->mir_spm + group * 4 * priv->port_width;
1952
1953 mutex_lock(&priv->reg_mutex);
1954 if (mirror->ingress) {
1955 /* Ingress, clear source port matrix */
1956 priv->r->mask_port_reg_be(1ULL << port, 0, spm_reg);
1957 } else {
1958 /* Egress, clear destination port matrix */
1959 priv->r->mask_port_reg_be(1ULL << port, 0, dpm_reg);
1960 }
1961
1962 if (!(sw_r32(spm_reg) || sw_r32(dpm_reg))) {
1963 priv->mirror_group_ports[group] = -1;
1964 sw_w32(0, ctrl_reg);
1965 }
1966
1967 mutex_unlock(&priv->reg_mutex);
1968 }
1969
1970 static int rtl83xx_port_pre_bridge_flags(struct dsa_switch *ds, int port, struct switchdev_brport_flags flags, struct netlink_ext_ack *extack)
1971 {
1972 struct rtl838x_switch_priv *priv = ds->priv;
1973 unsigned long features = 0;
1974 pr_debug("%s: %d %lX\n", __func__, port, flags.val);
1975 if (priv->r->enable_learning)
1976 features |= BR_LEARNING;
1977 if (priv->r->enable_flood)
1978 features |= BR_FLOOD;
1979 if (priv->r->enable_mcast_flood)
1980 features |= BR_MCAST_FLOOD;
1981 if (priv->r->enable_bcast_flood)
1982 features |= BR_BCAST_FLOOD;
1983 if (flags.mask & ~(features))
1984 return -EINVAL;
1985
1986 return 0;
1987 }
1988
1989 static int rtl83xx_port_bridge_flags(struct dsa_switch *ds, int port, struct switchdev_brport_flags flags, struct netlink_ext_ack *extack)
1990 {
1991 struct rtl838x_switch_priv *priv = ds->priv;
1992
1993 pr_debug("%s: %d %lX\n", __func__, port, flags.val);
1994 if (priv->r->enable_learning && (flags.mask & BR_LEARNING))
1995 priv->r->enable_learning(port, !!(flags.val & BR_LEARNING));
1996
1997 if (priv->r->enable_flood && (flags.mask & BR_FLOOD))
1998 priv->r->enable_flood(port, !!(flags.val & BR_FLOOD));
1999
2000 if (priv->r->enable_mcast_flood && (flags.mask & BR_MCAST_FLOOD))
2001 priv->r->enable_mcast_flood(port, !!(flags.val & BR_MCAST_FLOOD));
2002
2003 if (priv->r->enable_bcast_flood && (flags.mask & BR_BCAST_FLOOD))
2004 priv->r->enable_bcast_flood(port, !!(flags.val & BR_BCAST_FLOOD));
2005
2006 return 0;
2007 }
2008
2009 static bool rtl83xx_lag_can_offload(struct dsa_switch *ds,
2010 struct net_device *lag,
2011 struct netdev_lag_upper_info *info)
2012 {
2013 int id;
2014
2015 id = dsa_lag_id(ds->dst, lag);
2016 if (id < 0 || id >= ds->num_lag_ids)
2017 return false;
2018
2019 if (info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
2020 return false;
2021 }
2022 if (info->hash_type != NETDEV_LAG_HASH_L2 && info->hash_type != NETDEV_LAG_HASH_L23)
2023 return false;
2024
2025 return true;
2026 }
2027
2028 static int rtl83xx_port_lag_change(struct dsa_switch *ds, int port)
2029 {
2030 struct rtl838x_switch_priv *priv = ds->priv;
2031
2032 pr_debug("%s: %d\n", __func__, port);
2033 /* Nothing to be done... */
2034
2035 return 0;
2036 }
2037
2038 static int rtl83xx_port_lag_join(struct dsa_switch *ds, int port,
2039 struct net_device *lag,
2040 struct netdev_lag_upper_info *info)
2041 {
2042 struct rtl838x_switch_priv *priv = ds->priv;
2043 int i, err = 0;
2044
2045 if (!rtl83xx_lag_can_offload(ds, lag, info))
2046 return -EOPNOTSUPP;
2047
2048 mutex_lock(&priv->reg_mutex);
2049
2050 for (i = 0; i < priv->n_lags; i++) {
2051 if ((!priv->lag_devs[i]) || (priv->lag_devs[i] == lag))
2052 break;
2053 }
2054 if (port >= priv->cpu_port) {
2055 err = -EINVAL;
2056 goto out;
2057 }
2058 pr_info("port_lag_join: group %d, port %d\n",i, port);
2059 if (!priv->lag_devs[i])
2060 priv->lag_devs[i] = lag;
2061
2062 if (priv->lag_primary[i] == -1) {
2063 priv->lag_primary[i] = port;
2064 } else
2065 priv->is_lagmember[port] = 1;
2066
2067 priv->lagmembers |= (1ULL << port);
2068
2069 pr_debug("lag_members = %llX\n", priv->lagmembers);
2070 err = rtl83xx_lag_add(priv->ds, i, port, info);
2071 if (err) {
2072 err = -EINVAL;
2073 goto out;
2074 }
2075
2076 out:
2077 mutex_unlock(&priv->reg_mutex);
2078
2079 return err;
2080 }
2081
2082 static int rtl83xx_port_lag_leave(struct dsa_switch *ds, int port,
2083 struct net_device *lag)
2084 {
2085 int i, group = -1, err;
2086 struct rtl838x_switch_priv *priv = ds->priv;
2087
2088 mutex_lock(&priv->reg_mutex);
2089 for (i = 0; i < priv->n_lags; i++) {
2090 if (priv->lags_port_members[i] & BIT_ULL(port)) {
2091 group = i;
2092 break;
2093 }
2094 }
2095
2096 if (group == -1) {
2097 pr_info("port_lag_leave: port %d is not a member\n", port);
2098 err = -EINVAL;
2099 goto out;
2100 }
2101
2102 if (port >= priv->cpu_port) {
2103 err = -EINVAL;
2104 goto out;
2105 }
2106 pr_info("port_lag_del: group %d, port %d\n",group, port);
2107 priv->lagmembers &=~ (1ULL << port);
2108 priv->lag_primary[i] = -1;
2109 priv->is_lagmember[port] = 0;
2110 pr_debug("lag_members = %llX\n", priv->lagmembers);
2111 err = rtl83xx_lag_del(priv->ds, group, port);
2112 if (err) {
2113 err = -EINVAL;
2114 goto out;
2115 }
2116 if (!priv->lags_port_members[i])
2117 priv->lag_devs[i] = NULL;
2118
2119 out:
2120 mutex_unlock(&priv->reg_mutex);
2121 return 0;
2122 }
2123
2124 int dsa_phy_read(struct dsa_switch *ds, int phy_addr, int phy_reg)
2125 {
2126 u32 val;
2127 u32 offset = 0;
2128 struct rtl838x_switch_priv *priv = ds->priv;
2129
2130 if ((phy_addr >= 24) &&
2131 (phy_addr <= 27) &&
2132 (priv->ports[24].phy == PHY_RTL838X_SDS)) {
2133 if (phy_addr == 26)
2134 offset = 0x100;
2135 val = sw_r32(RTL838X_SDS4_FIB_REG0 + offset + (phy_reg << 2)) & 0xffff;
2136 return val;
2137 }
2138
2139 read_phy(phy_addr, 0, phy_reg, &val);
2140 return val;
2141 }
2142
2143 int dsa_phy_write(struct dsa_switch *ds, int phy_addr, int phy_reg, u16 val)
2144 {
2145 u32 offset = 0;
2146 struct rtl838x_switch_priv *priv = ds->priv;
2147
2148 if ((phy_addr >= 24) &&
2149 (phy_addr <= 27) &&
2150 (priv->ports[24].phy == PHY_RTL838X_SDS)) {
2151 if (phy_addr == 26)
2152 offset = 0x100;
2153 sw_w32(val, RTL838X_SDS4_FIB_REG0 + offset + (phy_reg << 2));
2154 return 0;
2155 }
2156 return write_phy(phy_addr, 0, phy_reg, val);
2157 }
2158
2159 const struct dsa_switch_ops rtl83xx_switch_ops = {
2160 .get_tag_protocol = rtl83xx_get_tag_protocol,
2161 .setup = rtl83xx_setup,
2162
2163 .phy_read = dsa_phy_read,
2164 .phy_write = dsa_phy_write,
2165
2166 .phylink_validate = rtl83xx_phylink_validate,
2167 .phylink_mac_link_state = rtl83xx_phylink_mac_link_state,
2168 .phylink_mac_config = rtl83xx_phylink_mac_config,
2169 .phylink_mac_link_down = rtl83xx_phylink_mac_link_down,
2170 .phylink_mac_link_up = rtl83xx_phylink_mac_link_up,
2171
2172 .get_strings = rtl83xx_get_strings,
2173 .get_ethtool_stats = rtl83xx_get_ethtool_stats,
2174 .get_sset_count = rtl83xx_get_sset_count,
2175
2176 .port_enable = rtl83xx_port_enable,
2177 .port_disable = rtl83xx_port_disable,
2178
2179 .get_mac_eee = rtl83xx_get_mac_eee,
2180 .set_mac_eee = rtl83xx_set_mac_eee,
2181
2182 .set_ageing_time = rtl83xx_set_ageing_time,
2183 .port_bridge_join = rtl83xx_port_bridge_join,
2184 .port_bridge_leave = rtl83xx_port_bridge_leave,
2185 .port_stp_state_set = rtl83xx_port_stp_state_set,
2186 .port_fast_age = rtl83xx_fast_age,
2187
2188 .port_vlan_filtering = rtl83xx_vlan_filtering,
2189 .port_vlan_add = rtl83xx_vlan_add,
2190 .port_vlan_del = rtl83xx_vlan_del,
2191
2192 .port_fdb_add = rtl83xx_port_fdb_add,
2193 .port_fdb_del = rtl83xx_port_fdb_del,
2194 .port_fdb_dump = rtl83xx_port_fdb_dump,
2195
2196 .port_mdb_add = rtl83xx_port_mdb_add,
2197 .port_mdb_del = rtl83xx_port_mdb_del,
2198
2199 .port_mirror_add = rtl83xx_port_mirror_add,
2200 .port_mirror_del = rtl83xx_port_mirror_del,
2201
2202 .port_lag_change = rtl83xx_port_lag_change,
2203 .port_lag_join = rtl83xx_port_lag_join,
2204 .port_lag_leave = rtl83xx_port_lag_leave,
2205
2206 .port_pre_bridge_flags = rtl83xx_port_pre_bridge_flags,
2207 .port_bridge_flags = rtl83xx_port_bridge_flags,
2208 };
2209
2210 const struct dsa_switch_ops rtl930x_switch_ops = {
2211 .get_tag_protocol = rtl83xx_get_tag_protocol,
2212 .setup = rtl93xx_setup,
2213
2214 .phy_read = dsa_phy_read,
2215 .phy_write = dsa_phy_write,
2216
2217 .phylink_validate = rtl93xx_phylink_validate,
2218 .phylink_mac_link_state = rtl93xx_phylink_mac_link_state,
2219 .phylink_mac_config = rtl93xx_phylink_mac_config,
2220 .phylink_mac_link_down = rtl93xx_phylink_mac_link_down,
2221 .phylink_mac_link_up = rtl93xx_phylink_mac_link_up,
2222
2223 .get_strings = rtl83xx_get_strings,
2224 .get_ethtool_stats = rtl83xx_get_ethtool_stats,
2225 .get_sset_count = rtl83xx_get_sset_count,
2226
2227 .port_enable = rtl83xx_port_enable,
2228 .port_disable = rtl83xx_port_disable,
2229
2230 .get_mac_eee = rtl93xx_get_mac_eee,
2231 .set_mac_eee = rtl83xx_set_mac_eee,
2232
2233 .set_ageing_time = rtl83xx_set_ageing_time,
2234 .port_bridge_join = rtl83xx_port_bridge_join,
2235 .port_bridge_leave = rtl83xx_port_bridge_leave,
2236 .port_stp_state_set = rtl83xx_port_stp_state_set,
2237 .port_fast_age = rtl930x_fast_age,
2238
2239 .port_vlan_filtering = rtl83xx_vlan_filtering,
2240 .port_vlan_add = rtl83xx_vlan_add,
2241 .port_vlan_del = rtl83xx_vlan_del,
2242
2243 .port_fdb_add = rtl83xx_port_fdb_add,
2244 .port_fdb_del = rtl83xx_port_fdb_del,
2245 .port_fdb_dump = rtl83xx_port_fdb_dump,
2246
2247 .port_mdb_add = rtl83xx_port_mdb_add,
2248 .port_mdb_del = rtl83xx_port_mdb_del,
2249
2250 .port_lag_change = rtl83xx_port_lag_change,
2251 .port_lag_join = rtl83xx_port_lag_join,
2252 .port_lag_leave = rtl83xx_port_lag_leave,
2253
2254 .port_pre_bridge_flags = rtl83xx_port_pre_bridge_flags,
2255 .port_bridge_flags = rtl83xx_port_bridge_flags,
2256 };