]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/net/ethernet/mellanox/mlxsw/spectrum.c
fe02ffb1e3a844b52e0b560ecf85674a2dca7321
[linux.git] / drivers / net / ethernet / mellanox / mlxsw / spectrum.c
1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
2 /* Copyright (c) 2015-2018 Mellanox Technologies. All rights reserved */
3
4 #include <linux/kernel.h>
5 #include <linux/module.h>
6 #include <linux/types.h>
7 #include <linux/pci.h>
8 #include <linux/netdevice.h>
9 #include <linux/etherdevice.h>
10 #include <linux/ethtool.h>
11 #include <linux/slab.h>
12 #include <linux/device.h>
13 #include <linux/skbuff.h>
14 #include <linux/if_vlan.h>
15 #include <linux/if_bridge.h>
16 #include <linux/workqueue.h>
17 #include <linux/jiffies.h>
18 #include <linux/bitops.h>
19 #include <linux/list.h>
20 #include <linux/notifier.h>
21 #include <linux/dcbnl.h>
22 #include <linux/inetdevice.h>
23 #include <linux/netlink.h>
24 #include <linux/jhash.h>
25 #include <linux/log2.h>
26 #include <net/switchdev.h>
27 #include <net/pkt_cls.h>
28 #include <net/tc_act/tc_mirred.h>
29 #include <net/netevent.h>
30 #include <net/tc_act/tc_sample.h>
31 #include <net/addrconf.h>
32
33 #include "spectrum.h"
34 #include "pci.h"
35 #include "core.h"
36 #include "core_env.h"
37 #include "reg.h"
38 #include "port.h"
39 #include "trap.h"
40 #include "txheader.h"
41 #include "spectrum_cnt.h"
42 #include "spectrum_dpipe.h"
43 #include "spectrum_acl_flex_actions.h"
44 #include "spectrum_span.h"
45 #include "spectrum_ptp.h"
46 #include "../mlxfw/mlxfw.h"
47
48 #define MLXSW_SP_FWREV_MINOR_TO_BRANCH(minor) ((minor) / 100)
49
50 #define MLXSW_SP1_FWREV_MAJOR 13
51 #define MLXSW_SP1_FWREV_MINOR 2000
52 #define MLXSW_SP1_FWREV_SUBMINOR 2308
53 #define MLXSW_SP1_FWREV_CAN_RESET_MINOR 1702
54
55 static const struct mlxsw_fw_rev mlxsw_sp1_fw_rev = {
56         .major = MLXSW_SP1_FWREV_MAJOR,
57         .minor = MLXSW_SP1_FWREV_MINOR,
58         .subminor = MLXSW_SP1_FWREV_SUBMINOR,
59         .can_reset_minor = MLXSW_SP1_FWREV_CAN_RESET_MINOR,
60 };
61
62 #define MLXSW_SP1_FW_FILENAME \
63         "mellanox/mlxsw_spectrum-" __stringify(MLXSW_SP1_FWREV_MAJOR) \
64         "." __stringify(MLXSW_SP1_FWREV_MINOR) \
65         "." __stringify(MLXSW_SP1_FWREV_SUBMINOR) ".mfa2"
66
67 #define MLXSW_SP2_FWREV_MAJOR 29
68 #define MLXSW_SP2_FWREV_MINOR 2000
69 #define MLXSW_SP2_FWREV_SUBMINOR 2308
70
71 static const struct mlxsw_fw_rev mlxsw_sp2_fw_rev = {
72         .major = MLXSW_SP2_FWREV_MAJOR,
73         .minor = MLXSW_SP2_FWREV_MINOR,
74         .subminor = MLXSW_SP2_FWREV_SUBMINOR,
75 };
76
77 #define MLXSW_SP2_FW_FILENAME \
78         "mellanox/mlxsw_spectrum2-" __stringify(MLXSW_SP2_FWREV_MAJOR) \
79         "." __stringify(MLXSW_SP2_FWREV_MINOR) \
80         "." __stringify(MLXSW_SP2_FWREV_SUBMINOR) ".mfa2"
81
82 static const char mlxsw_sp1_driver_name[] = "mlxsw_spectrum";
83 static const char mlxsw_sp2_driver_name[] = "mlxsw_spectrum2";
84 static const char mlxsw_sp3_driver_name[] = "mlxsw_spectrum3";
85 static const char mlxsw_sp_driver_version[] = "1.0";
86
87 static const unsigned char mlxsw_sp1_mac_mask[ETH_ALEN] = {
88         0xff, 0xff, 0xff, 0xff, 0xfc, 0x00
89 };
90 static const unsigned char mlxsw_sp2_mac_mask[ETH_ALEN] = {
91         0xff, 0xff, 0xff, 0xff, 0xf0, 0x00
92 };
93
94 /* tx_hdr_version
95  * Tx header version.
96  * Must be set to 1.
97  */
98 MLXSW_ITEM32(tx, hdr, version, 0x00, 28, 4);
99
100 /* tx_hdr_ctl
101  * Packet control type.
102  * 0 - Ethernet control (e.g. EMADs, LACP)
103  * 1 - Ethernet data
104  */
105 MLXSW_ITEM32(tx, hdr, ctl, 0x00, 26, 2);
106
107 /* tx_hdr_proto
108  * Packet protocol type. Must be set to 1 (Ethernet).
109  */
110 MLXSW_ITEM32(tx, hdr, proto, 0x00, 21, 3);
111
112 /* tx_hdr_rx_is_router
113  * Packet is sent from the router. Valid for data packets only.
114  */
115 MLXSW_ITEM32(tx, hdr, rx_is_router, 0x00, 19, 1);
116
117 /* tx_hdr_fid_valid
118  * Indicates if the 'fid' field is valid and should be used for
119  * forwarding lookup. Valid for data packets only.
120  */
121 MLXSW_ITEM32(tx, hdr, fid_valid, 0x00, 16, 1);
122
123 /* tx_hdr_swid
124  * Switch partition ID. Must be set to 0.
125  */
126 MLXSW_ITEM32(tx, hdr, swid, 0x00, 12, 3);
127
128 /* tx_hdr_control_tclass
129  * Indicates if the packet should use the control TClass and not one
130  * of the data TClasses.
131  */
132 MLXSW_ITEM32(tx, hdr, control_tclass, 0x00, 6, 1);
133
134 /* tx_hdr_etclass
135  * Egress TClass to be used on the egress device on the egress port.
136  */
137 MLXSW_ITEM32(tx, hdr, etclass, 0x00, 0, 4);
138
139 /* tx_hdr_port_mid
140  * Destination local port for unicast packets.
141  * Destination multicast ID for multicast packets.
142  *
143  * Control packets are directed to a specific egress port, while data
144  * packets are transmitted through the CPU port (0) into the switch partition,
145  * where forwarding rules are applied.
146  */
147 MLXSW_ITEM32(tx, hdr, port_mid, 0x04, 16, 16);
148
149 /* tx_hdr_fid
150  * Forwarding ID used for L2 forwarding lookup. Valid only if 'fid_valid' is
151  * set, otherwise calculated based on the packet's VID using VID to FID mapping.
152  * Valid for data packets only.
153  */
154 MLXSW_ITEM32(tx, hdr, fid, 0x08, 0, 16);
155
156 /* tx_hdr_type
157  * 0 - Data packets
158  * 6 - Control packets
159  */
160 MLXSW_ITEM32(tx, hdr, type, 0x0C, 0, 4);
161
162 struct mlxsw_sp_mlxfw_dev {
163         struct mlxfw_dev mlxfw_dev;
164         struct mlxsw_sp *mlxsw_sp;
165 };
166
167 struct mlxsw_sp_ptp_ops {
168         struct mlxsw_sp_ptp_clock *
169                 (*clock_init)(struct mlxsw_sp *mlxsw_sp, struct device *dev);
170         void (*clock_fini)(struct mlxsw_sp_ptp_clock *clock);
171
172         struct mlxsw_sp_ptp_state *(*init)(struct mlxsw_sp *mlxsw_sp);
173         void (*fini)(struct mlxsw_sp_ptp_state *ptp_state);
174
175         /* Notify a driver that a packet that might be PTP was received. Driver
176          * is responsible for freeing the passed-in SKB.
177          */
178         void (*receive)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,
179                         u8 local_port);
180
181         /* Notify a driver that a timestamped packet was transmitted. Driver
182          * is responsible for freeing the passed-in SKB.
183          */
184         void (*transmitted)(struct mlxsw_sp *mlxsw_sp, struct sk_buff *skb,
185                             u8 local_port);
186
187         int (*hwtstamp_get)(struct mlxsw_sp_port *mlxsw_sp_port,
188                             struct hwtstamp_config *config);
189         int (*hwtstamp_set)(struct mlxsw_sp_port *mlxsw_sp_port,
190                             struct hwtstamp_config *config);
191         void (*shaper_work)(struct work_struct *work);
192         int (*get_ts_info)(struct mlxsw_sp *mlxsw_sp,
193                            struct ethtool_ts_info *info);
194         int (*get_stats_count)(void);
195         void (*get_stats_strings)(u8 **p);
196         void (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port,
197                           u64 *data, int data_index);
198 };
199
200 static int mlxsw_sp_component_query(struct mlxfw_dev *mlxfw_dev,
201                                     u16 component_index, u32 *p_max_size,
202                                     u8 *p_align_bits, u16 *p_max_write_size)
203 {
204         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
205                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
206         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
207         char mcqi_pl[MLXSW_REG_MCQI_LEN];
208         int err;
209
210         mlxsw_reg_mcqi_pack(mcqi_pl, component_index);
211         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mcqi), mcqi_pl);
212         if (err)
213                 return err;
214         mlxsw_reg_mcqi_unpack(mcqi_pl, p_max_size, p_align_bits,
215                               p_max_write_size);
216
217         *p_align_bits = max_t(u8, *p_align_bits, 2);
218         *p_max_write_size = min_t(u16, *p_max_write_size,
219                                   MLXSW_REG_MCDA_MAX_DATA_LEN);
220         return 0;
221 }
222
223 static int mlxsw_sp_fsm_lock(struct mlxfw_dev *mlxfw_dev, u32 *fwhandle)
224 {
225         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
226                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
227         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
228         char mcc_pl[MLXSW_REG_MCC_LEN];
229         u8 control_state;
230         int err;
231
232         mlxsw_reg_mcc_pack(mcc_pl, 0, 0, 0, 0);
233         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
234         if (err)
235                 return err;
236
237         mlxsw_reg_mcc_unpack(mcc_pl, fwhandle, NULL, &control_state);
238         if (control_state != MLXFW_FSM_STATE_IDLE)
239                 return -EBUSY;
240
241         mlxsw_reg_mcc_pack(mcc_pl,
242                            MLXSW_REG_MCC_INSTRUCTION_LOCK_UPDATE_HANDLE,
243                            0, *fwhandle, 0);
244         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
245 }
246
247 static int mlxsw_sp_fsm_component_update(struct mlxfw_dev *mlxfw_dev,
248                                          u32 fwhandle, u16 component_index,
249                                          u32 component_size)
250 {
251         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
252                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
253         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
254         char mcc_pl[MLXSW_REG_MCC_LEN];
255
256         mlxsw_reg_mcc_pack(mcc_pl, MLXSW_REG_MCC_INSTRUCTION_UPDATE_COMPONENT,
257                            component_index, fwhandle, component_size);
258         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
259 }
260
261 static int mlxsw_sp_fsm_block_download(struct mlxfw_dev *mlxfw_dev,
262                                        u32 fwhandle, u8 *data, u16 size,
263                                        u32 offset)
264 {
265         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
266                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
267         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
268         char mcda_pl[MLXSW_REG_MCDA_LEN];
269
270         mlxsw_reg_mcda_pack(mcda_pl, fwhandle, offset, size, data);
271         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcda), mcda_pl);
272 }
273
274 static int mlxsw_sp_fsm_component_verify(struct mlxfw_dev *mlxfw_dev,
275                                          u32 fwhandle, u16 component_index)
276 {
277         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
278                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
279         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
280         char mcc_pl[MLXSW_REG_MCC_LEN];
281
282         mlxsw_reg_mcc_pack(mcc_pl, MLXSW_REG_MCC_INSTRUCTION_VERIFY_COMPONENT,
283                            component_index, fwhandle, 0);
284         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
285 }
286
287 static int mlxsw_sp_fsm_activate(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
288 {
289         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
290                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
291         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
292         char mcc_pl[MLXSW_REG_MCC_LEN];
293
294         mlxsw_reg_mcc_pack(mcc_pl, MLXSW_REG_MCC_INSTRUCTION_ACTIVATE, 0,
295                            fwhandle, 0);
296         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
297 }
298
299 static int mlxsw_sp_fsm_query_state(struct mlxfw_dev *mlxfw_dev, u32 fwhandle,
300                                     enum mlxfw_fsm_state *fsm_state,
301                                     enum mlxfw_fsm_state_err *fsm_state_err)
302 {
303         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
304                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
305         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
306         char mcc_pl[MLXSW_REG_MCC_LEN];
307         u8 control_state;
308         u8 error_code;
309         int err;
310
311         mlxsw_reg_mcc_pack(mcc_pl, 0, 0, fwhandle, 0);
312         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
313         if (err)
314                 return err;
315
316         mlxsw_reg_mcc_unpack(mcc_pl, NULL, &error_code, &control_state);
317         *fsm_state = control_state;
318         *fsm_state_err = min_t(enum mlxfw_fsm_state_err, error_code,
319                                MLXFW_FSM_STATE_ERR_MAX);
320         return 0;
321 }
322
323 static void mlxsw_sp_fsm_cancel(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
324 {
325         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
326                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
327         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
328         char mcc_pl[MLXSW_REG_MCC_LEN];
329
330         mlxsw_reg_mcc_pack(mcc_pl, MLXSW_REG_MCC_INSTRUCTION_CANCEL, 0,
331                            fwhandle, 0);
332         mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
333 }
334
335 static void mlxsw_sp_fsm_release(struct mlxfw_dev *mlxfw_dev, u32 fwhandle)
336 {
337         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
338                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
339         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
340         char mcc_pl[MLXSW_REG_MCC_LEN];
341
342         mlxsw_reg_mcc_pack(mcc_pl,
343                            MLXSW_REG_MCC_INSTRUCTION_RELEASE_UPDATE_HANDLE, 0,
344                            fwhandle, 0);
345         mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mcc), mcc_pl);
346 }
347
348 static void mlxsw_sp_status_notify(struct mlxfw_dev *mlxfw_dev,
349                                    const char *msg, const char *comp_name,
350                                    u32 done_bytes, u32 total_bytes)
351 {
352         struct mlxsw_sp_mlxfw_dev *mlxsw_sp_mlxfw_dev =
353                 container_of(mlxfw_dev, struct mlxsw_sp_mlxfw_dev, mlxfw_dev);
354         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_mlxfw_dev->mlxsw_sp;
355
356         devlink_flash_update_status_notify(priv_to_devlink(mlxsw_sp->core),
357                                            msg, comp_name,
358                                            done_bytes, total_bytes);
359 }
360
361 static const struct mlxfw_dev_ops mlxsw_sp_mlxfw_dev_ops = {
362         .component_query        = mlxsw_sp_component_query,
363         .fsm_lock               = mlxsw_sp_fsm_lock,
364         .fsm_component_update   = mlxsw_sp_fsm_component_update,
365         .fsm_block_download     = mlxsw_sp_fsm_block_download,
366         .fsm_component_verify   = mlxsw_sp_fsm_component_verify,
367         .fsm_activate           = mlxsw_sp_fsm_activate,
368         .fsm_query_state        = mlxsw_sp_fsm_query_state,
369         .fsm_cancel             = mlxsw_sp_fsm_cancel,
370         .fsm_release            = mlxsw_sp_fsm_release,
371         .status_notify          = mlxsw_sp_status_notify,
372 };
373
374 static int mlxsw_sp_firmware_flash(struct mlxsw_sp *mlxsw_sp,
375                                    const struct firmware *firmware,
376                                    struct netlink_ext_ack *extack)
377 {
378         struct mlxsw_sp_mlxfw_dev mlxsw_sp_mlxfw_dev = {
379                 .mlxfw_dev = {
380                         .ops = &mlxsw_sp_mlxfw_dev_ops,
381                         .psid = mlxsw_sp->bus_info->psid,
382                         .psid_size = strlen(mlxsw_sp->bus_info->psid),
383                 },
384                 .mlxsw_sp = mlxsw_sp
385         };
386         int err;
387
388         mlxsw_core_fw_flash_start(mlxsw_sp->core);
389         devlink_flash_update_begin_notify(priv_to_devlink(mlxsw_sp->core));
390         err = mlxfw_firmware_flash(&mlxsw_sp_mlxfw_dev.mlxfw_dev,
391                                    firmware, extack);
392         devlink_flash_update_end_notify(priv_to_devlink(mlxsw_sp->core));
393         mlxsw_core_fw_flash_end(mlxsw_sp->core);
394
395         return err;
396 }
397
398 static int mlxsw_sp_fw_rev_validate(struct mlxsw_sp *mlxsw_sp)
399 {
400         const struct mlxsw_fw_rev *rev = &mlxsw_sp->bus_info->fw_rev;
401         const struct mlxsw_fw_rev *req_rev = mlxsw_sp->req_rev;
402         const char *fw_filename = mlxsw_sp->fw_filename;
403         union devlink_param_value value;
404         const struct firmware *firmware;
405         int err;
406
407         /* Don't check if driver does not require it */
408         if (!req_rev || !fw_filename)
409                 return 0;
410
411         /* Don't check if devlink 'fw_load_policy' param is 'flash' */
412         err = devlink_param_driverinit_value_get(priv_to_devlink(mlxsw_sp->core),
413                                                  DEVLINK_PARAM_GENERIC_ID_FW_LOAD_POLICY,
414                                                  &value);
415         if (err)
416                 return err;
417         if (value.vu8 == DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH)
418                 return 0;
419
420         /* Validate driver & FW are compatible */
421         if (rev->major != req_rev->major) {
422                 WARN(1, "Mismatch in major FW version [%d:%d] is never expected; Please contact support\n",
423                      rev->major, req_rev->major);
424                 return -EINVAL;
425         }
426         if (MLXSW_SP_FWREV_MINOR_TO_BRANCH(rev->minor) ==
427             MLXSW_SP_FWREV_MINOR_TO_BRANCH(req_rev->minor) &&
428             mlxsw_core_fw_rev_minor_subminor_validate(rev, req_rev))
429                 return 0;
430
431         dev_info(mlxsw_sp->bus_info->dev, "The firmware version %d.%d.%d is incompatible with the driver\n",
432                  rev->major, rev->minor, rev->subminor);
433         dev_info(mlxsw_sp->bus_info->dev, "Flashing firmware using file %s\n",
434                  fw_filename);
435
436         err = request_firmware_direct(&firmware, fw_filename,
437                                       mlxsw_sp->bus_info->dev);
438         if (err) {
439                 dev_err(mlxsw_sp->bus_info->dev, "Could not request firmware file %s\n",
440                         fw_filename);
441                 return err;
442         }
443
444         err = mlxsw_sp_firmware_flash(mlxsw_sp, firmware, NULL);
445         release_firmware(firmware);
446         if (err)
447                 dev_err(mlxsw_sp->bus_info->dev, "Could not upgrade firmware\n");
448
449         /* On FW flash success, tell the caller FW reset is needed
450          * if current FW supports it.
451          */
452         if (rev->minor >= req_rev->can_reset_minor)
453                 return err ? err : -EAGAIN;
454         else
455                 return 0;
456 }
457
458 static int mlxsw_sp_flash_update(struct mlxsw_core *mlxsw_core,
459                                  const char *file_name, const char *component,
460                                  struct netlink_ext_ack *extack)
461 {
462         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
463         const struct firmware *firmware;
464         int err;
465
466         if (component)
467                 return -EOPNOTSUPP;
468
469         err = request_firmware_direct(&firmware, file_name,
470                                       mlxsw_sp->bus_info->dev);
471         if (err)
472                 return err;
473         err = mlxsw_sp_firmware_flash(mlxsw_sp, firmware, extack);
474         release_firmware(firmware);
475
476         return err;
477 }
478
479 int mlxsw_sp_flow_counter_get(struct mlxsw_sp *mlxsw_sp,
480                               unsigned int counter_index, u64 *packets,
481                               u64 *bytes)
482 {
483         char mgpc_pl[MLXSW_REG_MGPC_LEN];
484         int err;
485
486         mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_NOP,
487                             MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES);
488         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl);
489         if (err)
490                 return err;
491         if (packets)
492                 *packets = mlxsw_reg_mgpc_packet_counter_get(mgpc_pl);
493         if (bytes)
494                 *bytes = mlxsw_reg_mgpc_byte_counter_get(mgpc_pl);
495         return 0;
496 }
497
498 static int mlxsw_sp_flow_counter_clear(struct mlxsw_sp *mlxsw_sp,
499                                        unsigned int counter_index)
500 {
501         char mgpc_pl[MLXSW_REG_MGPC_LEN];
502
503         mlxsw_reg_mgpc_pack(mgpc_pl, counter_index, MLXSW_REG_MGPC_OPCODE_CLEAR,
504                             MLXSW_REG_FLOW_COUNTER_SET_TYPE_PACKETS_BYTES);
505         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mgpc), mgpc_pl);
506 }
507
508 int mlxsw_sp_flow_counter_alloc(struct mlxsw_sp *mlxsw_sp,
509                                 unsigned int *p_counter_index)
510 {
511         int err;
512
513         err = mlxsw_sp_counter_alloc(mlxsw_sp, MLXSW_SP_COUNTER_SUB_POOL_FLOW,
514                                      p_counter_index);
515         if (err)
516                 return err;
517         err = mlxsw_sp_flow_counter_clear(mlxsw_sp, *p_counter_index);
518         if (err)
519                 goto err_counter_clear;
520         return 0;
521
522 err_counter_clear:
523         mlxsw_sp_counter_free(mlxsw_sp, MLXSW_SP_COUNTER_SUB_POOL_FLOW,
524                               *p_counter_index);
525         return err;
526 }
527
528 void mlxsw_sp_flow_counter_free(struct mlxsw_sp *mlxsw_sp,
529                                 unsigned int counter_index)
530 {
531          mlxsw_sp_counter_free(mlxsw_sp, MLXSW_SP_COUNTER_SUB_POOL_FLOW,
532                                counter_index);
533 }
534
535 static void mlxsw_sp_txhdr_construct(struct sk_buff *skb,
536                                      const struct mlxsw_tx_info *tx_info)
537 {
538         char *txhdr = skb_push(skb, MLXSW_TXHDR_LEN);
539
540         memset(txhdr, 0, MLXSW_TXHDR_LEN);
541
542         mlxsw_tx_hdr_version_set(txhdr, MLXSW_TXHDR_VERSION_1);
543         mlxsw_tx_hdr_ctl_set(txhdr, MLXSW_TXHDR_ETH_CTL);
544         mlxsw_tx_hdr_proto_set(txhdr, MLXSW_TXHDR_PROTO_ETH);
545         mlxsw_tx_hdr_swid_set(txhdr, 0);
546         mlxsw_tx_hdr_control_tclass_set(txhdr, 1);
547         mlxsw_tx_hdr_port_mid_set(txhdr, tx_info->local_port);
548         mlxsw_tx_hdr_type_set(txhdr, MLXSW_TXHDR_TYPE_CONTROL);
549 }
550
551 enum mlxsw_reg_spms_state mlxsw_sp_stp_spms_state(u8 state)
552 {
553         switch (state) {
554         case BR_STATE_FORWARDING:
555                 return MLXSW_REG_SPMS_STATE_FORWARDING;
556         case BR_STATE_LEARNING:
557                 return MLXSW_REG_SPMS_STATE_LEARNING;
558         case BR_STATE_LISTENING: /* fall-through */
559         case BR_STATE_DISABLED: /* fall-through */
560         case BR_STATE_BLOCKING:
561                 return MLXSW_REG_SPMS_STATE_DISCARDING;
562         default:
563                 BUG();
564         }
565 }
566
567 int mlxsw_sp_port_vid_stp_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
568                               u8 state)
569 {
570         enum mlxsw_reg_spms_state spms_state = mlxsw_sp_stp_spms_state(state);
571         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
572         char *spms_pl;
573         int err;
574
575         spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL);
576         if (!spms_pl)
577                 return -ENOMEM;
578         mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port);
579         mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state);
580
581         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl);
582         kfree(spms_pl);
583         return err;
584 }
585
586 static int mlxsw_sp_base_mac_get(struct mlxsw_sp *mlxsw_sp)
587 {
588         char spad_pl[MLXSW_REG_SPAD_LEN] = {0};
589         int err;
590
591         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(spad), spad_pl);
592         if (err)
593                 return err;
594         mlxsw_reg_spad_base_mac_memcpy_from(spad_pl, mlxsw_sp->base_mac);
595         return 0;
596 }
597
598 static int mlxsw_sp_port_sample_set(struct mlxsw_sp_port *mlxsw_sp_port,
599                                     bool enable, u32 rate)
600 {
601         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
602         char mpsc_pl[MLXSW_REG_MPSC_LEN];
603
604         mlxsw_reg_mpsc_pack(mpsc_pl, mlxsw_sp_port->local_port, enable, rate);
605         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mpsc), mpsc_pl);
606 }
607
608 static int mlxsw_sp_port_admin_status_set(struct mlxsw_sp_port *mlxsw_sp_port,
609                                           bool is_up)
610 {
611         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
612         char paos_pl[MLXSW_REG_PAOS_LEN];
613
614         mlxsw_reg_paos_pack(paos_pl, mlxsw_sp_port->local_port,
615                             is_up ? MLXSW_PORT_ADMIN_STATUS_UP :
616                             MLXSW_PORT_ADMIN_STATUS_DOWN);
617         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(paos), paos_pl);
618 }
619
620 static int mlxsw_sp_port_dev_addr_set(struct mlxsw_sp_port *mlxsw_sp_port,
621                                       unsigned char *addr)
622 {
623         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
624         char ppad_pl[MLXSW_REG_PPAD_LEN];
625
626         mlxsw_reg_ppad_pack(ppad_pl, true, mlxsw_sp_port->local_port);
627         mlxsw_reg_ppad_mac_memcpy_to(ppad_pl, addr);
628         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ppad), ppad_pl);
629 }
630
631 static int mlxsw_sp_port_dev_addr_init(struct mlxsw_sp_port *mlxsw_sp_port)
632 {
633         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
634         unsigned char *addr = mlxsw_sp_port->dev->dev_addr;
635
636         ether_addr_copy(addr, mlxsw_sp->base_mac);
637         addr[ETH_ALEN - 1] += mlxsw_sp_port->local_port;
638         return mlxsw_sp_port_dev_addr_set(mlxsw_sp_port, addr);
639 }
640
641 static int mlxsw_sp_port_mtu_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 mtu)
642 {
643         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
644         char pmtu_pl[MLXSW_REG_PMTU_LEN];
645         int max_mtu;
646         int err;
647
648         mtu += MLXSW_TXHDR_LEN + ETH_HLEN;
649         mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, 0);
650         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl);
651         if (err)
652                 return err;
653         max_mtu = mlxsw_reg_pmtu_max_mtu_get(pmtu_pl);
654
655         if (mtu > max_mtu)
656                 return -EINVAL;
657
658         mlxsw_reg_pmtu_pack(pmtu_pl, mlxsw_sp_port->local_port, mtu);
659         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmtu), pmtu_pl);
660 }
661
662 static int mlxsw_sp_port_swid_set(struct mlxsw_sp_port *mlxsw_sp_port, u8 swid)
663 {
664         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
665         char pspa_pl[MLXSW_REG_PSPA_LEN];
666
667         mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sp_port->local_port);
668         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pspa), pspa_pl);
669 }
670
671 int mlxsw_sp_port_vp_mode_set(struct mlxsw_sp_port *mlxsw_sp_port, bool enable)
672 {
673         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
674         char svpe_pl[MLXSW_REG_SVPE_LEN];
675
676         mlxsw_reg_svpe_pack(svpe_pl, mlxsw_sp_port->local_port, enable);
677         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(svpe), svpe_pl);
678 }
679
680 int mlxsw_sp_port_vid_learning_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid,
681                                    bool learn_enable)
682 {
683         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
684         char *spvmlr_pl;
685         int err;
686
687         spvmlr_pl = kmalloc(MLXSW_REG_SPVMLR_LEN, GFP_KERNEL);
688         if (!spvmlr_pl)
689                 return -ENOMEM;
690         mlxsw_reg_spvmlr_pack(spvmlr_pl, mlxsw_sp_port->local_port, vid, vid,
691                               learn_enable);
692         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvmlr), spvmlr_pl);
693         kfree(spvmlr_pl);
694         return err;
695 }
696
697 static int __mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port,
698                                     u16 vid)
699 {
700         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
701         char spvid_pl[MLXSW_REG_SPVID_LEN];
702
703         mlxsw_reg_spvid_pack(spvid_pl, mlxsw_sp_port->local_port, vid);
704         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl);
705 }
706
707 static int mlxsw_sp_port_allow_untagged_set(struct mlxsw_sp_port *mlxsw_sp_port,
708                                             bool allow)
709 {
710         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
711         char spaft_pl[MLXSW_REG_SPAFT_LEN];
712
713         mlxsw_reg_spaft_pack(spaft_pl, mlxsw_sp_port->local_port, allow);
714         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spaft), spaft_pl);
715 }
716
717 int mlxsw_sp_port_pvid_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid)
718 {
719         int err;
720
721         if (!vid) {
722                 err = mlxsw_sp_port_allow_untagged_set(mlxsw_sp_port, false);
723                 if (err)
724                         return err;
725         } else {
726                 err = __mlxsw_sp_port_pvid_set(mlxsw_sp_port, vid);
727                 if (err)
728                         return err;
729                 err = mlxsw_sp_port_allow_untagged_set(mlxsw_sp_port, true);
730                 if (err)
731                         goto err_port_allow_untagged_set;
732         }
733
734         mlxsw_sp_port->pvid = vid;
735         return 0;
736
737 err_port_allow_untagged_set:
738         __mlxsw_sp_port_pvid_set(mlxsw_sp_port, mlxsw_sp_port->pvid);
739         return err;
740 }
741
742 static int
743 mlxsw_sp_port_system_port_mapping_set(struct mlxsw_sp_port *mlxsw_sp_port)
744 {
745         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
746         char sspr_pl[MLXSW_REG_SSPR_LEN];
747
748         mlxsw_reg_sspr_pack(sspr_pl, mlxsw_sp_port->local_port);
749         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sspr), sspr_pl);
750 }
751
752 static int
753 mlxsw_sp_port_module_info_get(struct mlxsw_sp *mlxsw_sp, u8 local_port,
754                               struct mlxsw_sp_port_mapping *port_mapping)
755 {
756         char pmlp_pl[MLXSW_REG_PMLP_LEN];
757         bool separate_rxtx;
758         u8 module;
759         u8 width;
760         int err;
761         int i;
762
763         mlxsw_reg_pmlp_pack(pmlp_pl, local_port);
764         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pmlp), pmlp_pl);
765         if (err)
766                 return err;
767         module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0);
768         width = mlxsw_reg_pmlp_width_get(pmlp_pl);
769         separate_rxtx = mlxsw_reg_pmlp_rxtx_get(pmlp_pl);
770
771         if (width && !is_power_of_2(width)) {
772                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: width value is not power of 2\n",
773                         local_port);
774                 return -EINVAL;
775         }
776
777         for (i = 0; i < width; i++) {
778                 if (mlxsw_reg_pmlp_module_get(pmlp_pl, i) != module) {
779                         dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: contains multiple modules\n",
780                                 local_port);
781                         return -EINVAL;
782                 }
783                 if (separate_rxtx &&
784                     mlxsw_reg_pmlp_tx_lane_get(pmlp_pl, i) !=
785                     mlxsw_reg_pmlp_rx_lane_get(pmlp_pl, i)) {
786                         dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are different\n",
787                                 local_port);
788                         return -EINVAL;
789                 }
790                 if (mlxsw_reg_pmlp_tx_lane_get(pmlp_pl, i) != i) {
791                         dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unsupported module config: TX and RX lane numbers are not sequential\n",
792                                 local_port);
793                         return -EINVAL;
794                 }
795         }
796
797         port_mapping->module = module;
798         port_mapping->width = width;
799         port_mapping->lane = mlxsw_reg_pmlp_tx_lane_get(pmlp_pl, 0);
800         return 0;
801 }
802
803 static int mlxsw_sp_port_module_map(struct mlxsw_sp_port *mlxsw_sp_port)
804 {
805         struct mlxsw_sp_port_mapping *port_mapping = &mlxsw_sp_port->mapping;
806         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
807         char pmlp_pl[MLXSW_REG_PMLP_LEN];
808         int i;
809
810         mlxsw_reg_pmlp_pack(pmlp_pl, mlxsw_sp_port->local_port);
811         mlxsw_reg_pmlp_width_set(pmlp_pl, port_mapping->width);
812         for (i = 0; i < port_mapping->width; i++) {
813                 mlxsw_reg_pmlp_module_set(pmlp_pl, i, port_mapping->module);
814                 mlxsw_reg_pmlp_tx_lane_set(pmlp_pl, i, port_mapping->lane + i); /* Rx & Tx */
815         }
816
817         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmlp), pmlp_pl);
818 }
819
820 static int mlxsw_sp_port_module_unmap(struct mlxsw_sp_port *mlxsw_sp_port)
821 {
822         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
823         char pmlp_pl[MLXSW_REG_PMLP_LEN];
824
825         mlxsw_reg_pmlp_pack(pmlp_pl, mlxsw_sp_port->local_port);
826         mlxsw_reg_pmlp_width_set(pmlp_pl, 0);
827         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pmlp), pmlp_pl);
828 }
829
830 static int mlxsw_sp_port_open(struct net_device *dev)
831 {
832         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
833         int err;
834
835         err = mlxsw_sp_port_admin_status_set(mlxsw_sp_port, true);
836         if (err)
837                 return err;
838         netif_start_queue(dev);
839         return 0;
840 }
841
842 static int mlxsw_sp_port_stop(struct net_device *dev)
843 {
844         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
845
846         netif_stop_queue(dev);
847         return mlxsw_sp_port_admin_status_set(mlxsw_sp_port, false);
848 }
849
850 static netdev_tx_t mlxsw_sp_port_xmit(struct sk_buff *skb,
851                                       struct net_device *dev)
852 {
853         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
854         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
855         struct mlxsw_sp_port_pcpu_stats *pcpu_stats;
856         const struct mlxsw_tx_info tx_info = {
857                 .local_port = mlxsw_sp_port->local_port,
858                 .is_emad = false,
859         };
860         u64 len;
861         int err;
862
863         memset(skb->cb, 0, sizeof(struct mlxsw_skb_cb));
864
865         if (mlxsw_core_skb_transmit_busy(mlxsw_sp->core, &tx_info))
866                 return NETDEV_TX_BUSY;
867
868         if (unlikely(skb_headroom(skb) < MLXSW_TXHDR_LEN)) {
869                 struct sk_buff *skb_orig = skb;
870
871                 skb = skb_realloc_headroom(skb, MLXSW_TXHDR_LEN);
872                 if (!skb) {
873                         this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped);
874                         dev_kfree_skb_any(skb_orig);
875                         return NETDEV_TX_OK;
876                 }
877                 dev_consume_skb_any(skb_orig);
878         }
879
880         if (eth_skb_pad(skb)) {
881                 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped);
882                 return NETDEV_TX_OK;
883         }
884
885         mlxsw_sp_txhdr_construct(skb, &tx_info);
886         /* TX header is consumed by HW on the way so we shouldn't count its
887          * bytes as being sent.
888          */
889         len = skb->len - MLXSW_TXHDR_LEN;
890
891         /* Due to a race we might fail here because of a full queue. In that
892          * unlikely case we simply drop the packet.
893          */
894         err = mlxsw_core_skb_transmit(mlxsw_sp->core, skb, &tx_info);
895
896         if (!err) {
897                 pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats);
898                 u64_stats_update_begin(&pcpu_stats->syncp);
899                 pcpu_stats->tx_packets++;
900                 pcpu_stats->tx_bytes += len;
901                 u64_stats_update_end(&pcpu_stats->syncp);
902         } else {
903                 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped);
904                 dev_kfree_skb_any(skb);
905         }
906         return NETDEV_TX_OK;
907 }
908
909 static void mlxsw_sp_set_rx_mode(struct net_device *dev)
910 {
911 }
912
913 static int mlxsw_sp_port_set_mac_address(struct net_device *dev, void *p)
914 {
915         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
916         struct sockaddr *addr = p;
917         int err;
918
919         if (!is_valid_ether_addr(addr->sa_data))
920                 return -EADDRNOTAVAIL;
921
922         err = mlxsw_sp_port_dev_addr_set(mlxsw_sp_port, addr->sa_data);
923         if (err)
924                 return err;
925         memcpy(dev->dev_addr, addr->sa_data, dev->addr_len);
926         return 0;
927 }
928
929 static u16 mlxsw_sp_pg_buf_threshold_get(const struct mlxsw_sp *mlxsw_sp,
930                                          int mtu)
931 {
932         return 2 * mlxsw_sp_bytes_cells(mlxsw_sp, mtu);
933 }
934
935 #define MLXSW_SP_CELL_FACTOR 2  /* 2 * cell_size / (IPG + cell_size + 1) */
936
937 static u16 mlxsw_sp_pfc_delay_get(const struct mlxsw_sp *mlxsw_sp, int mtu,
938                                   u16 delay)
939 {
940         delay = mlxsw_sp_bytes_cells(mlxsw_sp, DIV_ROUND_UP(delay,
941                                                             BITS_PER_BYTE));
942         return MLXSW_SP_CELL_FACTOR * delay + mlxsw_sp_bytes_cells(mlxsw_sp,
943                                                                    mtu);
944 }
945
946 /* Maximum delay buffer needed in case of PAUSE frames, in bytes.
947  * Assumes 100m cable and maximum MTU.
948  */
949 #define MLXSW_SP_PAUSE_DELAY 58752
950
951 static u16 mlxsw_sp_pg_buf_delay_get(const struct mlxsw_sp *mlxsw_sp, int mtu,
952                                      u16 delay, bool pfc, bool pause)
953 {
954         if (pfc)
955                 return mlxsw_sp_pfc_delay_get(mlxsw_sp, mtu, delay);
956         else if (pause)
957                 return mlxsw_sp_bytes_cells(mlxsw_sp, MLXSW_SP_PAUSE_DELAY);
958         else
959                 return 0;
960 }
961
962 static void mlxsw_sp_pg_buf_pack(char *pbmc_pl, int index, u16 size, u16 thres,
963                                  bool lossy)
964 {
965         if (lossy)
966                 mlxsw_reg_pbmc_lossy_buffer_pack(pbmc_pl, index, size);
967         else
968                 mlxsw_reg_pbmc_lossless_buffer_pack(pbmc_pl, index, size,
969                                                     thres);
970 }
971
972 int __mlxsw_sp_port_headroom_set(struct mlxsw_sp_port *mlxsw_sp_port, int mtu,
973                                  u8 *prio_tc, bool pause_en,
974                                  struct ieee_pfc *my_pfc)
975 {
976         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
977         u8 pfc_en = !!my_pfc ? my_pfc->pfc_en : 0;
978         u16 delay = !!my_pfc ? my_pfc->delay : 0;
979         char pbmc_pl[MLXSW_REG_PBMC_LEN];
980         u32 taken_headroom_cells = 0;
981         u32 max_headroom_cells;
982         int i, j, err;
983
984         max_headroom_cells = mlxsw_sp_sb_max_headroom_cells(mlxsw_sp);
985
986         mlxsw_reg_pbmc_pack(pbmc_pl, mlxsw_sp_port->local_port, 0, 0);
987         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl);
988         if (err)
989                 return err;
990
991         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
992                 bool configure = false;
993                 bool pfc = false;
994                 u16 thres_cells;
995                 u16 delay_cells;
996                 u16 total_cells;
997                 bool lossy;
998
999                 for (j = 0; j < IEEE_8021QAZ_MAX_TCS; j++) {
1000                         if (prio_tc[j] == i) {
1001                                 pfc = pfc_en & BIT(j);
1002                                 configure = true;
1003                                 break;
1004                         }
1005                 }
1006
1007                 if (!configure)
1008                         continue;
1009
1010                 lossy = !(pfc || pause_en);
1011                 thres_cells = mlxsw_sp_pg_buf_threshold_get(mlxsw_sp, mtu);
1012                 delay_cells = mlxsw_sp_pg_buf_delay_get(mlxsw_sp, mtu, delay,
1013                                                         pfc, pause_en);
1014                 total_cells = thres_cells + delay_cells;
1015
1016                 taken_headroom_cells += total_cells;
1017                 if (taken_headroom_cells > max_headroom_cells)
1018                         return -ENOBUFS;
1019
1020                 mlxsw_sp_pg_buf_pack(pbmc_pl, i, total_cells,
1021                                      thres_cells, lossy);
1022         }
1023
1024         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pbmc), pbmc_pl);
1025 }
1026
1027 static int mlxsw_sp_port_headroom_set(struct mlxsw_sp_port *mlxsw_sp_port,
1028                                       int mtu, bool pause_en)
1029 {
1030         u8 def_prio_tc[IEEE_8021QAZ_MAX_TCS] = {0};
1031         bool dcb_en = !!mlxsw_sp_port->dcb.ets;
1032         struct ieee_pfc *my_pfc;
1033         u8 *prio_tc;
1034
1035         prio_tc = dcb_en ? mlxsw_sp_port->dcb.ets->prio_tc : def_prio_tc;
1036         my_pfc = dcb_en ? mlxsw_sp_port->dcb.pfc : NULL;
1037
1038         return __mlxsw_sp_port_headroom_set(mlxsw_sp_port, mtu, prio_tc,
1039                                             pause_en, my_pfc);
1040 }
1041
1042 static int mlxsw_sp_port_change_mtu(struct net_device *dev, int mtu)
1043 {
1044         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1045         bool pause_en = mlxsw_sp_port_is_pause_en(mlxsw_sp_port);
1046         int err;
1047
1048         err = mlxsw_sp_port_headroom_set(mlxsw_sp_port, mtu, pause_en);
1049         if (err)
1050                 return err;
1051         err = mlxsw_sp_span_port_mtu_update(mlxsw_sp_port, mtu);
1052         if (err)
1053                 goto err_span_port_mtu_update;
1054         err = mlxsw_sp_port_mtu_set(mlxsw_sp_port, mtu);
1055         if (err)
1056                 goto err_port_mtu_set;
1057         dev->mtu = mtu;
1058         return 0;
1059
1060 err_port_mtu_set:
1061         mlxsw_sp_span_port_mtu_update(mlxsw_sp_port, dev->mtu);
1062 err_span_port_mtu_update:
1063         mlxsw_sp_port_headroom_set(mlxsw_sp_port, dev->mtu, pause_en);
1064         return err;
1065 }
1066
1067 static int
1068 mlxsw_sp_port_get_sw_stats64(const struct net_device *dev,
1069                              struct rtnl_link_stats64 *stats)
1070 {
1071         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1072         struct mlxsw_sp_port_pcpu_stats *p;
1073         u64 rx_packets, rx_bytes, tx_packets, tx_bytes;
1074         u32 tx_dropped = 0;
1075         unsigned int start;
1076         int i;
1077
1078         for_each_possible_cpu(i) {
1079                 p = per_cpu_ptr(mlxsw_sp_port->pcpu_stats, i);
1080                 do {
1081                         start = u64_stats_fetch_begin_irq(&p->syncp);
1082                         rx_packets      = p->rx_packets;
1083                         rx_bytes        = p->rx_bytes;
1084                         tx_packets      = p->tx_packets;
1085                         tx_bytes        = p->tx_bytes;
1086                 } while (u64_stats_fetch_retry_irq(&p->syncp, start));
1087
1088                 stats->rx_packets       += rx_packets;
1089                 stats->rx_bytes         += rx_bytes;
1090                 stats->tx_packets       += tx_packets;
1091                 stats->tx_bytes         += tx_bytes;
1092                 /* tx_dropped is u32, updated without syncp protection. */
1093                 tx_dropped      += p->tx_dropped;
1094         }
1095         stats->tx_dropped       = tx_dropped;
1096         return 0;
1097 }
1098
1099 static bool mlxsw_sp_port_has_offload_stats(const struct net_device *dev, int attr_id)
1100 {
1101         switch (attr_id) {
1102         case IFLA_OFFLOAD_XSTATS_CPU_HIT:
1103                 return true;
1104         }
1105
1106         return false;
1107 }
1108
1109 static int mlxsw_sp_port_get_offload_stats(int attr_id, const struct net_device *dev,
1110                                            void *sp)
1111 {
1112         switch (attr_id) {
1113         case IFLA_OFFLOAD_XSTATS_CPU_HIT:
1114                 return mlxsw_sp_port_get_sw_stats64(dev, sp);
1115         }
1116
1117         return -EINVAL;
1118 }
1119
1120 static int mlxsw_sp_port_get_stats_raw(struct net_device *dev, int grp,
1121                                        int prio, char *ppcnt_pl)
1122 {
1123         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1124         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1125
1126         mlxsw_reg_ppcnt_pack(ppcnt_pl, mlxsw_sp_port->local_port, grp, prio);
1127         return mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ppcnt), ppcnt_pl);
1128 }
1129
1130 static int mlxsw_sp_port_get_hw_stats(struct net_device *dev,
1131                                       struct rtnl_link_stats64 *stats)
1132 {
1133         char ppcnt_pl[MLXSW_REG_PPCNT_LEN];
1134         int err;
1135
1136         err = mlxsw_sp_port_get_stats_raw(dev, MLXSW_REG_PPCNT_IEEE_8023_CNT,
1137                                           0, ppcnt_pl);
1138         if (err)
1139                 goto out;
1140
1141         stats->tx_packets =
1142                 mlxsw_reg_ppcnt_a_frames_transmitted_ok_get(ppcnt_pl);
1143         stats->rx_packets =
1144                 mlxsw_reg_ppcnt_a_frames_received_ok_get(ppcnt_pl);
1145         stats->tx_bytes =
1146                 mlxsw_reg_ppcnt_a_octets_transmitted_ok_get(ppcnt_pl);
1147         stats->rx_bytes =
1148                 mlxsw_reg_ppcnt_a_octets_received_ok_get(ppcnt_pl);
1149         stats->multicast =
1150                 mlxsw_reg_ppcnt_a_multicast_frames_received_ok_get(ppcnt_pl);
1151
1152         stats->rx_crc_errors =
1153                 mlxsw_reg_ppcnt_a_frame_check_sequence_errors_get(ppcnt_pl);
1154         stats->rx_frame_errors =
1155                 mlxsw_reg_ppcnt_a_alignment_errors_get(ppcnt_pl);
1156
1157         stats->rx_length_errors = (
1158                 mlxsw_reg_ppcnt_a_in_range_length_errors_get(ppcnt_pl) +
1159                 mlxsw_reg_ppcnt_a_out_of_range_length_field_get(ppcnt_pl) +
1160                 mlxsw_reg_ppcnt_a_frame_too_long_errors_get(ppcnt_pl));
1161
1162         stats->rx_errors = (stats->rx_crc_errors +
1163                 stats->rx_frame_errors + stats->rx_length_errors);
1164
1165 out:
1166         return err;
1167 }
1168
1169 static void
1170 mlxsw_sp_port_get_hw_xstats(struct net_device *dev,
1171                             struct mlxsw_sp_port_xstats *xstats)
1172 {
1173         char ppcnt_pl[MLXSW_REG_PPCNT_LEN];
1174         int err, i;
1175
1176         err = mlxsw_sp_port_get_stats_raw(dev, MLXSW_REG_PPCNT_EXT_CNT, 0,
1177                                           ppcnt_pl);
1178         if (!err)
1179                 xstats->ecn = mlxsw_reg_ppcnt_ecn_marked_get(ppcnt_pl);
1180
1181         for (i = 0; i < TC_MAX_QUEUE; i++) {
1182                 err = mlxsw_sp_port_get_stats_raw(dev,
1183                                                   MLXSW_REG_PPCNT_TC_CONG_TC,
1184                                                   i, ppcnt_pl);
1185                 if (!err)
1186                         xstats->wred_drop[i] =
1187                                 mlxsw_reg_ppcnt_wred_discard_get(ppcnt_pl);
1188
1189                 err = mlxsw_sp_port_get_stats_raw(dev, MLXSW_REG_PPCNT_TC_CNT,
1190                                                   i, ppcnt_pl);
1191                 if (err)
1192                         continue;
1193
1194                 xstats->backlog[i] =
1195                         mlxsw_reg_ppcnt_tc_transmit_queue_get(ppcnt_pl);
1196                 xstats->tail_drop[i] =
1197                         mlxsw_reg_ppcnt_tc_no_buffer_discard_uc_get(ppcnt_pl);
1198         }
1199
1200         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
1201                 err = mlxsw_sp_port_get_stats_raw(dev, MLXSW_REG_PPCNT_PRIO_CNT,
1202                                                   i, ppcnt_pl);
1203                 if (err)
1204                         continue;
1205
1206                 xstats->tx_packets[i] = mlxsw_reg_ppcnt_tx_frames_get(ppcnt_pl);
1207                 xstats->tx_bytes[i] = mlxsw_reg_ppcnt_tx_octets_get(ppcnt_pl);
1208         }
1209 }
1210
1211 static void update_stats_cache(struct work_struct *work)
1212 {
1213         struct mlxsw_sp_port *mlxsw_sp_port =
1214                 container_of(work, struct mlxsw_sp_port,
1215                              periodic_hw_stats.update_dw.work);
1216
1217         if (!netif_carrier_ok(mlxsw_sp_port->dev))
1218                 goto out;
1219
1220         mlxsw_sp_port_get_hw_stats(mlxsw_sp_port->dev,
1221                                    &mlxsw_sp_port->periodic_hw_stats.stats);
1222         mlxsw_sp_port_get_hw_xstats(mlxsw_sp_port->dev,
1223                                     &mlxsw_sp_port->periodic_hw_stats.xstats);
1224
1225 out:
1226         mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw,
1227                                MLXSW_HW_STATS_UPDATE_TIME);
1228 }
1229
1230 /* Return the stats from a cache that is updated periodically,
1231  * as this function might get called in an atomic context.
1232  */
1233 static void
1234 mlxsw_sp_port_get_stats64(struct net_device *dev,
1235                           struct rtnl_link_stats64 *stats)
1236 {
1237         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1238
1239         memcpy(stats, &mlxsw_sp_port->periodic_hw_stats.stats, sizeof(*stats));
1240 }
1241
1242 static int __mlxsw_sp_port_vlan_set(struct mlxsw_sp_port *mlxsw_sp_port,
1243                                     u16 vid_begin, u16 vid_end,
1244                                     bool is_member, bool untagged)
1245 {
1246         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1247         char *spvm_pl;
1248         int err;
1249
1250         spvm_pl = kmalloc(MLXSW_REG_SPVM_LEN, GFP_KERNEL);
1251         if (!spvm_pl)
1252                 return -ENOMEM;
1253
1254         mlxsw_reg_spvm_pack(spvm_pl, mlxsw_sp_port->local_port, vid_begin,
1255                             vid_end, is_member, untagged);
1256         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvm), spvm_pl);
1257         kfree(spvm_pl);
1258         return err;
1259 }
1260
1261 int mlxsw_sp_port_vlan_set(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid_begin,
1262                            u16 vid_end, bool is_member, bool untagged)
1263 {
1264         u16 vid, vid_e;
1265         int err;
1266
1267         for (vid = vid_begin; vid <= vid_end;
1268              vid += MLXSW_REG_SPVM_REC_MAX_COUNT) {
1269                 vid_e = min((u16) (vid + MLXSW_REG_SPVM_REC_MAX_COUNT - 1),
1270                             vid_end);
1271
1272                 err = __mlxsw_sp_port_vlan_set(mlxsw_sp_port, vid, vid_e,
1273                                                is_member, untagged);
1274                 if (err)
1275                         return err;
1276         }
1277
1278         return 0;
1279 }
1280
1281 static void mlxsw_sp_port_vlan_flush(struct mlxsw_sp_port *mlxsw_sp_port,
1282                                      bool flush_default)
1283 {
1284         struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan, *tmp;
1285
1286         list_for_each_entry_safe(mlxsw_sp_port_vlan, tmp,
1287                                  &mlxsw_sp_port->vlans_list, list) {
1288                 if (!flush_default &&
1289                     mlxsw_sp_port_vlan->vid == MLXSW_SP_DEFAULT_VID)
1290                         continue;
1291                 mlxsw_sp_port_vlan_destroy(mlxsw_sp_port_vlan);
1292         }
1293 }
1294
1295 static void
1296 mlxsw_sp_port_vlan_cleanup(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan)
1297 {
1298         if (mlxsw_sp_port_vlan->bridge_port)
1299                 mlxsw_sp_port_vlan_bridge_leave(mlxsw_sp_port_vlan);
1300         else if (mlxsw_sp_port_vlan->fid)
1301                 mlxsw_sp_port_vlan_router_leave(mlxsw_sp_port_vlan);
1302 }
1303
1304 struct mlxsw_sp_port_vlan *
1305 mlxsw_sp_port_vlan_create(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid)
1306 {
1307         struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan;
1308         bool untagged = vid == MLXSW_SP_DEFAULT_VID;
1309         int err;
1310
1311         mlxsw_sp_port_vlan = mlxsw_sp_port_vlan_find_by_vid(mlxsw_sp_port, vid);
1312         if (mlxsw_sp_port_vlan)
1313                 return ERR_PTR(-EEXIST);
1314
1315         err = mlxsw_sp_port_vlan_set(mlxsw_sp_port, vid, vid, true, untagged);
1316         if (err)
1317                 return ERR_PTR(err);
1318
1319         mlxsw_sp_port_vlan = kzalloc(sizeof(*mlxsw_sp_port_vlan), GFP_KERNEL);
1320         if (!mlxsw_sp_port_vlan) {
1321                 err = -ENOMEM;
1322                 goto err_port_vlan_alloc;
1323         }
1324
1325         mlxsw_sp_port_vlan->mlxsw_sp_port = mlxsw_sp_port;
1326         mlxsw_sp_port_vlan->vid = vid;
1327         list_add(&mlxsw_sp_port_vlan->list, &mlxsw_sp_port->vlans_list);
1328
1329         return mlxsw_sp_port_vlan;
1330
1331 err_port_vlan_alloc:
1332         mlxsw_sp_port_vlan_set(mlxsw_sp_port, vid, vid, false, false);
1333         return ERR_PTR(err);
1334 }
1335
1336 void mlxsw_sp_port_vlan_destroy(struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan)
1337 {
1338         struct mlxsw_sp_port *mlxsw_sp_port = mlxsw_sp_port_vlan->mlxsw_sp_port;
1339         u16 vid = mlxsw_sp_port_vlan->vid;
1340
1341         mlxsw_sp_port_vlan_cleanup(mlxsw_sp_port_vlan);
1342         list_del(&mlxsw_sp_port_vlan->list);
1343         kfree(mlxsw_sp_port_vlan);
1344         mlxsw_sp_port_vlan_set(mlxsw_sp_port, vid, vid, false, false);
1345 }
1346
1347 static int mlxsw_sp_port_add_vid(struct net_device *dev,
1348                                  __be16 __always_unused proto, u16 vid)
1349 {
1350         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1351
1352         /* VLAN 0 is added to HW filter when device goes up, but it is
1353          * reserved in our case, so simply return.
1354          */
1355         if (!vid)
1356                 return 0;
1357
1358         return PTR_ERR_OR_ZERO(mlxsw_sp_port_vlan_create(mlxsw_sp_port, vid));
1359 }
1360
1361 static int mlxsw_sp_port_kill_vid(struct net_device *dev,
1362                                   __be16 __always_unused proto, u16 vid)
1363 {
1364         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1365         struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan;
1366
1367         /* VLAN 0 is removed from HW filter when device goes down, but
1368          * it is reserved in our case, so simply return.
1369          */
1370         if (!vid)
1371                 return 0;
1372
1373         mlxsw_sp_port_vlan = mlxsw_sp_port_vlan_find_by_vid(mlxsw_sp_port, vid);
1374         if (!mlxsw_sp_port_vlan)
1375                 return 0;
1376         mlxsw_sp_port_vlan_destroy(mlxsw_sp_port_vlan);
1377
1378         return 0;
1379 }
1380
1381 static struct mlxsw_sp_port_mall_tc_entry *
1382 mlxsw_sp_port_mall_tc_entry_find(struct mlxsw_sp_port *port,
1383                                  unsigned long cookie) {
1384         struct mlxsw_sp_port_mall_tc_entry *mall_tc_entry;
1385
1386         list_for_each_entry(mall_tc_entry, &port->mall_tc_list, list)
1387                 if (mall_tc_entry->cookie == cookie)
1388                         return mall_tc_entry;
1389
1390         return NULL;
1391 }
1392
1393 static int
1394 mlxsw_sp_port_add_cls_matchall_mirror(struct mlxsw_sp_port *mlxsw_sp_port,
1395                                       struct mlxsw_sp_port_mall_mirror_tc_entry *mirror,
1396                                       const struct flow_action_entry *act,
1397                                       bool ingress)
1398 {
1399         enum mlxsw_sp_span_type span_type;
1400
1401         if (!act->dev) {
1402                 netdev_err(mlxsw_sp_port->dev, "Could not find requested device\n");
1403                 return -EINVAL;
1404         }
1405
1406         mirror->ingress = ingress;
1407         span_type = ingress ? MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
1408         return mlxsw_sp_span_mirror_add(mlxsw_sp_port, act->dev, span_type,
1409                                         true, &mirror->span_id);
1410 }
1411
1412 static void
1413 mlxsw_sp_port_del_cls_matchall_mirror(struct mlxsw_sp_port *mlxsw_sp_port,
1414                                       struct mlxsw_sp_port_mall_mirror_tc_entry *mirror)
1415 {
1416         enum mlxsw_sp_span_type span_type;
1417
1418         span_type = mirror->ingress ?
1419                         MLXSW_SP_SPAN_INGRESS : MLXSW_SP_SPAN_EGRESS;
1420         mlxsw_sp_span_mirror_del(mlxsw_sp_port, mirror->span_id,
1421                                  span_type, true);
1422 }
1423
1424 static int
1425 mlxsw_sp_port_add_cls_matchall_sample(struct mlxsw_sp_port *mlxsw_sp_port,
1426                                       struct tc_cls_matchall_offload *cls,
1427                                       const struct flow_action_entry *act,
1428                                       bool ingress)
1429 {
1430         int err;
1431
1432         if (!mlxsw_sp_port->sample)
1433                 return -EOPNOTSUPP;
1434         if (rtnl_dereference(mlxsw_sp_port->sample->psample_group)) {
1435                 netdev_err(mlxsw_sp_port->dev, "sample already active\n");
1436                 return -EEXIST;
1437         }
1438         if (act->sample.rate > MLXSW_REG_MPSC_RATE_MAX) {
1439                 netdev_err(mlxsw_sp_port->dev, "sample rate not supported\n");
1440                 return -EOPNOTSUPP;
1441         }
1442
1443         rcu_assign_pointer(mlxsw_sp_port->sample->psample_group,
1444                            act->sample.psample_group);
1445         mlxsw_sp_port->sample->truncate = act->sample.truncate;
1446         mlxsw_sp_port->sample->trunc_size = act->sample.trunc_size;
1447         mlxsw_sp_port->sample->rate = act->sample.rate;
1448
1449         err = mlxsw_sp_port_sample_set(mlxsw_sp_port, true, act->sample.rate);
1450         if (err)
1451                 goto err_port_sample_set;
1452         return 0;
1453
1454 err_port_sample_set:
1455         RCU_INIT_POINTER(mlxsw_sp_port->sample->psample_group, NULL);
1456         return err;
1457 }
1458
1459 static void
1460 mlxsw_sp_port_del_cls_matchall_sample(struct mlxsw_sp_port *mlxsw_sp_port)
1461 {
1462         if (!mlxsw_sp_port->sample)
1463                 return;
1464
1465         mlxsw_sp_port_sample_set(mlxsw_sp_port, false, 1);
1466         RCU_INIT_POINTER(mlxsw_sp_port->sample->psample_group, NULL);
1467 }
1468
1469 static int mlxsw_sp_port_add_cls_matchall(struct mlxsw_sp_port *mlxsw_sp_port,
1470                                           struct tc_cls_matchall_offload *f,
1471                                           bool ingress)
1472 {
1473         struct mlxsw_sp_port_mall_tc_entry *mall_tc_entry;
1474         __be16 protocol = f->common.protocol;
1475         struct flow_action_entry *act;
1476         int err;
1477
1478         if (!flow_offload_has_one_action(&f->rule->action)) {
1479                 netdev_err(mlxsw_sp_port->dev, "only singular actions are supported\n");
1480                 return -EOPNOTSUPP;
1481         }
1482
1483         mall_tc_entry = kzalloc(sizeof(*mall_tc_entry), GFP_KERNEL);
1484         if (!mall_tc_entry)
1485                 return -ENOMEM;
1486         mall_tc_entry->cookie = f->cookie;
1487
1488         act = &f->rule->action.entries[0];
1489
1490         if (act->id == FLOW_ACTION_MIRRED && protocol == htons(ETH_P_ALL)) {
1491                 struct mlxsw_sp_port_mall_mirror_tc_entry *mirror;
1492
1493                 mall_tc_entry->type = MLXSW_SP_PORT_MALL_MIRROR;
1494                 mirror = &mall_tc_entry->mirror;
1495                 err = mlxsw_sp_port_add_cls_matchall_mirror(mlxsw_sp_port,
1496                                                             mirror, act,
1497                                                             ingress);
1498         } else if (act->id == FLOW_ACTION_SAMPLE &&
1499                    protocol == htons(ETH_P_ALL)) {
1500                 mall_tc_entry->type = MLXSW_SP_PORT_MALL_SAMPLE;
1501                 err = mlxsw_sp_port_add_cls_matchall_sample(mlxsw_sp_port, f,
1502                                                             act, ingress);
1503         } else {
1504                 err = -EOPNOTSUPP;
1505         }
1506
1507         if (err)
1508                 goto err_add_action;
1509
1510         list_add_tail(&mall_tc_entry->list, &mlxsw_sp_port->mall_tc_list);
1511         return 0;
1512
1513 err_add_action:
1514         kfree(mall_tc_entry);
1515         return err;
1516 }
1517
1518 static void mlxsw_sp_port_del_cls_matchall(struct mlxsw_sp_port *mlxsw_sp_port,
1519                                            struct tc_cls_matchall_offload *f)
1520 {
1521         struct mlxsw_sp_port_mall_tc_entry *mall_tc_entry;
1522
1523         mall_tc_entry = mlxsw_sp_port_mall_tc_entry_find(mlxsw_sp_port,
1524                                                          f->cookie);
1525         if (!mall_tc_entry) {
1526                 netdev_dbg(mlxsw_sp_port->dev, "tc entry not found on port\n");
1527                 return;
1528         }
1529         list_del(&mall_tc_entry->list);
1530
1531         switch (mall_tc_entry->type) {
1532         case MLXSW_SP_PORT_MALL_MIRROR:
1533                 mlxsw_sp_port_del_cls_matchall_mirror(mlxsw_sp_port,
1534                                                       &mall_tc_entry->mirror);
1535                 break;
1536         case MLXSW_SP_PORT_MALL_SAMPLE:
1537                 mlxsw_sp_port_del_cls_matchall_sample(mlxsw_sp_port);
1538                 break;
1539         default:
1540                 WARN_ON(1);
1541         }
1542
1543         kfree(mall_tc_entry);
1544 }
1545
1546 static int mlxsw_sp_setup_tc_cls_matchall(struct mlxsw_sp_port *mlxsw_sp_port,
1547                                           struct tc_cls_matchall_offload *f,
1548                                           bool ingress)
1549 {
1550         switch (f->command) {
1551         case TC_CLSMATCHALL_REPLACE:
1552                 return mlxsw_sp_port_add_cls_matchall(mlxsw_sp_port, f,
1553                                                       ingress);
1554         case TC_CLSMATCHALL_DESTROY:
1555                 mlxsw_sp_port_del_cls_matchall(mlxsw_sp_port, f);
1556                 return 0;
1557         default:
1558                 return -EOPNOTSUPP;
1559         }
1560 }
1561
1562 static int
1563 mlxsw_sp_setup_tc_cls_flower(struct mlxsw_sp_acl_block *acl_block,
1564                              struct flow_cls_offload *f)
1565 {
1566         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_acl_block_mlxsw_sp(acl_block);
1567
1568         switch (f->command) {
1569         case FLOW_CLS_REPLACE:
1570                 return mlxsw_sp_flower_replace(mlxsw_sp, acl_block, f);
1571         case FLOW_CLS_DESTROY:
1572                 mlxsw_sp_flower_destroy(mlxsw_sp, acl_block, f);
1573                 return 0;
1574         case FLOW_CLS_STATS:
1575                 return mlxsw_sp_flower_stats(mlxsw_sp, acl_block, f);
1576         case FLOW_CLS_TMPLT_CREATE:
1577                 return mlxsw_sp_flower_tmplt_create(mlxsw_sp, acl_block, f);
1578         case FLOW_CLS_TMPLT_DESTROY:
1579                 mlxsw_sp_flower_tmplt_destroy(mlxsw_sp, acl_block, f);
1580                 return 0;
1581         default:
1582                 return -EOPNOTSUPP;
1583         }
1584 }
1585
1586 static int mlxsw_sp_setup_tc_block_cb_matchall(enum tc_setup_type type,
1587                                                void *type_data,
1588                                                void *cb_priv, bool ingress)
1589 {
1590         struct mlxsw_sp_port *mlxsw_sp_port = cb_priv;
1591
1592         switch (type) {
1593         case TC_SETUP_CLSMATCHALL:
1594                 if (!tc_cls_can_offload_and_chain0(mlxsw_sp_port->dev,
1595                                                    type_data))
1596                         return -EOPNOTSUPP;
1597
1598                 return mlxsw_sp_setup_tc_cls_matchall(mlxsw_sp_port, type_data,
1599                                                       ingress);
1600         case TC_SETUP_CLSFLOWER:
1601                 return 0;
1602         default:
1603                 return -EOPNOTSUPP;
1604         }
1605 }
1606
1607 static int mlxsw_sp_setup_tc_block_cb_matchall_ig(enum tc_setup_type type,
1608                                                   void *type_data,
1609                                                   void *cb_priv)
1610 {
1611         return mlxsw_sp_setup_tc_block_cb_matchall(type, type_data,
1612                                                    cb_priv, true);
1613 }
1614
1615 static int mlxsw_sp_setup_tc_block_cb_matchall_eg(enum tc_setup_type type,
1616                                                   void *type_data,
1617                                                   void *cb_priv)
1618 {
1619         return mlxsw_sp_setup_tc_block_cb_matchall(type, type_data,
1620                                                    cb_priv, false);
1621 }
1622
1623 static int mlxsw_sp_setup_tc_block_cb_flower(enum tc_setup_type type,
1624                                              void *type_data, void *cb_priv)
1625 {
1626         struct mlxsw_sp_acl_block *acl_block = cb_priv;
1627
1628         switch (type) {
1629         case TC_SETUP_CLSMATCHALL:
1630                 return 0;
1631         case TC_SETUP_CLSFLOWER:
1632                 if (mlxsw_sp_acl_block_disabled(acl_block))
1633                         return -EOPNOTSUPP;
1634
1635                 return mlxsw_sp_setup_tc_cls_flower(acl_block, type_data);
1636         default:
1637                 return -EOPNOTSUPP;
1638         }
1639 }
1640
1641 static void mlxsw_sp_tc_block_flower_release(void *cb_priv)
1642 {
1643         struct mlxsw_sp_acl_block *acl_block = cb_priv;
1644
1645         mlxsw_sp_acl_block_destroy(acl_block);
1646 }
1647
1648 static LIST_HEAD(mlxsw_sp_block_cb_list);
1649
1650 static int
1651 mlxsw_sp_setup_tc_block_flower_bind(struct mlxsw_sp_port *mlxsw_sp_port,
1652                                     struct flow_block_offload *f, bool ingress)
1653 {
1654         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1655         struct mlxsw_sp_acl_block *acl_block;
1656         struct flow_block_cb *block_cb;
1657         bool register_block = false;
1658         int err;
1659
1660         block_cb = flow_block_cb_lookup(f->block,
1661                                         mlxsw_sp_setup_tc_block_cb_flower,
1662                                         mlxsw_sp);
1663         if (!block_cb) {
1664                 acl_block = mlxsw_sp_acl_block_create(mlxsw_sp, f->net);
1665                 if (!acl_block)
1666                         return -ENOMEM;
1667                 block_cb = flow_block_cb_alloc(mlxsw_sp_setup_tc_block_cb_flower,
1668                                                mlxsw_sp, acl_block,
1669                                                mlxsw_sp_tc_block_flower_release);
1670                 if (IS_ERR(block_cb)) {
1671                         mlxsw_sp_acl_block_destroy(acl_block);
1672                         err = PTR_ERR(block_cb);
1673                         goto err_cb_register;
1674                 }
1675                 register_block = true;
1676         } else {
1677                 acl_block = flow_block_cb_priv(block_cb);
1678         }
1679         flow_block_cb_incref(block_cb);
1680         err = mlxsw_sp_acl_block_bind(mlxsw_sp, acl_block,
1681                                       mlxsw_sp_port, ingress, f->extack);
1682         if (err)
1683                 goto err_block_bind;
1684
1685         if (ingress)
1686                 mlxsw_sp_port->ing_acl_block = acl_block;
1687         else
1688                 mlxsw_sp_port->eg_acl_block = acl_block;
1689
1690         if (register_block) {
1691                 flow_block_cb_add(block_cb, f);
1692                 list_add_tail(&block_cb->driver_list, &mlxsw_sp_block_cb_list);
1693         }
1694
1695         return 0;
1696
1697 err_block_bind:
1698         if (!flow_block_cb_decref(block_cb))
1699                 flow_block_cb_free(block_cb);
1700 err_cb_register:
1701         return err;
1702 }
1703
1704 static void
1705 mlxsw_sp_setup_tc_block_flower_unbind(struct mlxsw_sp_port *mlxsw_sp_port,
1706                                       struct flow_block_offload *f, bool ingress)
1707 {
1708         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1709         struct mlxsw_sp_acl_block *acl_block;
1710         struct flow_block_cb *block_cb;
1711         int err;
1712
1713         block_cb = flow_block_cb_lookup(f->block,
1714                                         mlxsw_sp_setup_tc_block_cb_flower,
1715                                         mlxsw_sp);
1716         if (!block_cb)
1717                 return;
1718
1719         if (ingress)
1720                 mlxsw_sp_port->ing_acl_block = NULL;
1721         else
1722                 mlxsw_sp_port->eg_acl_block = NULL;
1723
1724         acl_block = flow_block_cb_priv(block_cb);
1725         err = mlxsw_sp_acl_block_unbind(mlxsw_sp, acl_block,
1726                                         mlxsw_sp_port, ingress);
1727         if (!err && !flow_block_cb_decref(block_cb)) {
1728                 flow_block_cb_remove(block_cb, f);
1729                 list_del(&block_cb->driver_list);
1730         }
1731 }
1732
1733 static int mlxsw_sp_setup_tc_block(struct mlxsw_sp_port *mlxsw_sp_port,
1734                                    struct flow_block_offload *f)
1735 {
1736         struct flow_block_cb *block_cb;
1737         flow_setup_cb_t *cb;
1738         bool ingress;
1739         int err;
1740
1741         if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) {
1742                 cb = mlxsw_sp_setup_tc_block_cb_matchall_ig;
1743                 ingress = true;
1744         } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) {
1745                 cb = mlxsw_sp_setup_tc_block_cb_matchall_eg;
1746                 ingress = false;
1747         } else {
1748                 return -EOPNOTSUPP;
1749         }
1750
1751         f->driver_block_list = &mlxsw_sp_block_cb_list;
1752
1753         switch (f->command) {
1754         case FLOW_BLOCK_BIND:
1755                 if (flow_block_cb_is_busy(cb, mlxsw_sp_port,
1756                                           &mlxsw_sp_block_cb_list))
1757                         return -EBUSY;
1758
1759                 block_cb = flow_block_cb_alloc(cb, mlxsw_sp_port,
1760                                                mlxsw_sp_port, NULL);
1761                 if (IS_ERR(block_cb))
1762                         return PTR_ERR(block_cb);
1763                 err = mlxsw_sp_setup_tc_block_flower_bind(mlxsw_sp_port, f,
1764                                                           ingress);
1765                 if (err) {
1766                         flow_block_cb_free(block_cb);
1767                         return err;
1768                 }
1769                 flow_block_cb_add(block_cb, f);
1770                 list_add_tail(&block_cb->driver_list, &mlxsw_sp_block_cb_list);
1771                 return 0;
1772         case FLOW_BLOCK_UNBIND:
1773                 mlxsw_sp_setup_tc_block_flower_unbind(mlxsw_sp_port,
1774                                                       f, ingress);
1775                 block_cb = flow_block_cb_lookup(f->block, cb, mlxsw_sp_port);
1776                 if (!block_cb)
1777                         return -ENOENT;
1778
1779                 flow_block_cb_remove(block_cb, f);
1780                 list_del(&block_cb->driver_list);
1781                 return 0;
1782         default:
1783                 return -EOPNOTSUPP;
1784         }
1785 }
1786
1787 static int mlxsw_sp_setup_tc(struct net_device *dev, enum tc_setup_type type,
1788                              void *type_data)
1789 {
1790         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1791
1792         switch (type) {
1793         case TC_SETUP_BLOCK:
1794                 return mlxsw_sp_setup_tc_block(mlxsw_sp_port, type_data);
1795         case TC_SETUP_QDISC_RED:
1796                 return mlxsw_sp_setup_tc_red(mlxsw_sp_port, type_data);
1797         case TC_SETUP_QDISC_PRIO:
1798                 return mlxsw_sp_setup_tc_prio(mlxsw_sp_port, type_data);
1799         case TC_SETUP_QDISC_ETS:
1800                 return mlxsw_sp_setup_tc_ets(mlxsw_sp_port, type_data);
1801         default:
1802                 return -EOPNOTSUPP;
1803         }
1804 }
1805
1806
1807 static int mlxsw_sp_feature_hw_tc(struct net_device *dev, bool enable)
1808 {
1809         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1810
1811         if (!enable) {
1812                 if (mlxsw_sp_acl_block_rule_count(mlxsw_sp_port->ing_acl_block) ||
1813                     mlxsw_sp_acl_block_rule_count(mlxsw_sp_port->eg_acl_block) ||
1814                     !list_empty(&mlxsw_sp_port->mall_tc_list)) {
1815                         netdev_err(dev, "Active offloaded tc filters, can't turn hw_tc_offload off\n");
1816                         return -EINVAL;
1817                 }
1818                 mlxsw_sp_acl_block_disable_inc(mlxsw_sp_port->ing_acl_block);
1819                 mlxsw_sp_acl_block_disable_inc(mlxsw_sp_port->eg_acl_block);
1820         } else {
1821                 mlxsw_sp_acl_block_disable_dec(mlxsw_sp_port->ing_acl_block);
1822                 mlxsw_sp_acl_block_disable_dec(mlxsw_sp_port->eg_acl_block);
1823         }
1824         return 0;
1825 }
1826
1827 static int mlxsw_sp_feature_loopback(struct net_device *dev, bool enable)
1828 {
1829         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1830         char pplr_pl[MLXSW_REG_PPLR_LEN];
1831         int err;
1832
1833         if (netif_running(dev))
1834                 mlxsw_sp_port_admin_status_set(mlxsw_sp_port, false);
1835
1836         mlxsw_reg_pplr_pack(pplr_pl, mlxsw_sp_port->local_port, enable);
1837         err = mlxsw_reg_write(mlxsw_sp_port->mlxsw_sp->core, MLXSW_REG(pplr),
1838                               pplr_pl);
1839
1840         if (netif_running(dev))
1841                 mlxsw_sp_port_admin_status_set(mlxsw_sp_port, true);
1842
1843         return err;
1844 }
1845
1846 typedef int (*mlxsw_sp_feature_handler)(struct net_device *dev, bool enable);
1847
1848 static int mlxsw_sp_handle_feature(struct net_device *dev,
1849                                    netdev_features_t wanted_features,
1850                                    netdev_features_t feature,
1851                                    mlxsw_sp_feature_handler feature_handler)
1852 {
1853         netdev_features_t changes = wanted_features ^ dev->features;
1854         bool enable = !!(wanted_features & feature);
1855         int err;
1856
1857         if (!(changes & feature))
1858                 return 0;
1859
1860         err = feature_handler(dev, enable);
1861         if (err) {
1862                 netdev_err(dev, "%s feature %pNF failed, err %d\n",
1863                            enable ? "Enable" : "Disable", &feature, err);
1864                 return err;
1865         }
1866
1867         if (enable)
1868                 dev->features |= feature;
1869         else
1870                 dev->features &= ~feature;
1871
1872         return 0;
1873 }
1874 static int mlxsw_sp_set_features(struct net_device *dev,
1875                                  netdev_features_t features)
1876 {
1877         netdev_features_t oper_features = dev->features;
1878         int err = 0;
1879
1880         err |= mlxsw_sp_handle_feature(dev, features, NETIF_F_HW_TC,
1881                                        mlxsw_sp_feature_hw_tc);
1882         err |= mlxsw_sp_handle_feature(dev, features, NETIF_F_LOOPBACK,
1883                                        mlxsw_sp_feature_loopback);
1884
1885         if (err) {
1886                 dev->features = oper_features;
1887                 return -EINVAL;
1888         }
1889
1890         return 0;
1891 }
1892
1893 static struct devlink_port *
1894 mlxsw_sp_port_get_devlink_port(struct net_device *dev)
1895 {
1896         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1897         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1898
1899         return mlxsw_core_port_devlink_port_get(mlxsw_sp->core,
1900                                                 mlxsw_sp_port->local_port);
1901 }
1902
1903 static int mlxsw_sp_port_hwtstamp_set(struct mlxsw_sp_port *mlxsw_sp_port,
1904                                       struct ifreq *ifr)
1905 {
1906         struct hwtstamp_config config;
1907         int err;
1908
1909         if (copy_from_user(&config, ifr->ifr_data, sizeof(config)))
1910                 return -EFAULT;
1911
1912         err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port,
1913                                                              &config);
1914         if (err)
1915                 return err;
1916
1917         if (copy_to_user(ifr->ifr_data, &config, sizeof(config)))
1918                 return -EFAULT;
1919
1920         return 0;
1921 }
1922
1923 static int mlxsw_sp_port_hwtstamp_get(struct mlxsw_sp_port *mlxsw_sp_port,
1924                                       struct ifreq *ifr)
1925 {
1926         struct hwtstamp_config config;
1927         int err;
1928
1929         err = mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_get(mlxsw_sp_port,
1930                                                              &config);
1931         if (err)
1932                 return err;
1933
1934         if (copy_to_user(ifr->ifr_data, &config, sizeof(config)))
1935                 return -EFAULT;
1936
1937         return 0;
1938 }
1939
1940 static inline void mlxsw_sp_port_ptp_clear(struct mlxsw_sp_port *mlxsw_sp_port)
1941 {
1942         struct hwtstamp_config config = {0};
1943
1944         mlxsw_sp_port->mlxsw_sp->ptp_ops->hwtstamp_set(mlxsw_sp_port, &config);
1945 }
1946
1947 static int
1948 mlxsw_sp_port_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
1949 {
1950         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1951
1952         switch (cmd) {
1953         case SIOCSHWTSTAMP:
1954                 return mlxsw_sp_port_hwtstamp_set(mlxsw_sp_port, ifr);
1955         case SIOCGHWTSTAMP:
1956                 return mlxsw_sp_port_hwtstamp_get(mlxsw_sp_port, ifr);
1957         default:
1958                 return -EOPNOTSUPP;
1959         }
1960 }
1961
1962 static const struct net_device_ops mlxsw_sp_port_netdev_ops = {
1963         .ndo_open               = mlxsw_sp_port_open,
1964         .ndo_stop               = mlxsw_sp_port_stop,
1965         .ndo_start_xmit         = mlxsw_sp_port_xmit,
1966         .ndo_setup_tc           = mlxsw_sp_setup_tc,
1967         .ndo_set_rx_mode        = mlxsw_sp_set_rx_mode,
1968         .ndo_set_mac_address    = mlxsw_sp_port_set_mac_address,
1969         .ndo_change_mtu         = mlxsw_sp_port_change_mtu,
1970         .ndo_get_stats64        = mlxsw_sp_port_get_stats64,
1971         .ndo_has_offload_stats  = mlxsw_sp_port_has_offload_stats,
1972         .ndo_get_offload_stats  = mlxsw_sp_port_get_offload_stats,
1973         .ndo_vlan_rx_add_vid    = mlxsw_sp_port_add_vid,
1974         .ndo_vlan_rx_kill_vid   = mlxsw_sp_port_kill_vid,
1975         .ndo_set_features       = mlxsw_sp_set_features,
1976         .ndo_get_devlink_port   = mlxsw_sp_port_get_devlink_port,
1977         .ndo_do_ioctl           = mlxsw_sp_port_ioctl,
1978 };
1979
1980 static void mlxsw_sp_port_get_drvinfo(struct net_device *dev,
1981                                       struct ethtool_drvinfo *drvinfo)
1982 {
1983         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
1984         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
1985
1986         strlcpy(drvinfo->driver, mlxsw_sp->bus_info->device_kind,
1987                 sizeof(drvinfo->driver));
1988         strlcpy(drvinfo->version, mlxsw_sp_driver_version,
1989                 sizeof(drvinfo->version));
1990         snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version),
1991                  "%d.%d.%d",
1992                  mlxsw_sp->bus_info->fw_rev.major,
1993                  mlxsw_sp->bus_info->fw_rev.minor,
1994                  mlxsw_sp->bus_info->fw_rev.subminor);
1995         strlcpy(drvinfo->bus_info, mlxsw_sp->bus_info->device_name,
1996                 sizeof(drvinfo->bus_info));
1997 }
1998
1999 static void mlxsw_sp_port_get_pauseparam(struct net_device *dev,
2000                                          struct ethtool_pauseparam *pause)
2001 {
2002         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2003
2004         pause->rx_pause = mlxsw_sp_port->link.rx_pause;
2005         pause->tx_pause = mlxsw_sp_port->link.tx_pause;
2006 }
2007
2008 static int mlxsw_sp_port_pause_set(struct mlxsw_sp_port *mlxsw_sp_port,
2009                                    struct ethtool_pauseparam *pause)
2010 {
2011         char pfcc_pl[MLXSW_REG_PFCC_LEN];
2012
2013         mlxsw_reg_pfcc_pack(pfcc_pl, mlxsw_sp_port->local_port);
2014         mlxsw_reg_pfcc_pprx_set(pfcc_pl, pause->rx_pause);
2015         mlxsw_reg_pfcc_pptx_set(pfcc_pl, pause->tx_pause);
2016
2017         return mlxsw_reg_write(mlxsw_sp_port->mlxsw_sp->core, MLXSW_REG(pfcc),
2018                                pfcc_pl);
2019 }
2020
2021 static int mlxsw_sp_port_set_pauseparam(struct net_device *dev,
2022                                         struct ethtool_pauseparam *pause)
2023 {
2024         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2025         bool pause_en = pause->tx_pause || pause->rx_pause;
2026         int err;
2027
2028         if (mlxsw_sp_port->dcb.pfc && mlxsw_sp_port->dcb.pfc->pfc_en) {
2029                 netdev_err(dev, "PFC already enabled on port\n");
2030                 return -EINVAL;
2031         }
2032
2033         if (pause->autoneg) {
2034                 netdev_err(dev, "PAUSE frames autonegotiation isn't supported\n");
2035                 return -EINVAL;
2036         }
2037
2038         err = mlxsw_sp_port_headroom_set(mlxsw_sp_port, dev->mtu, pause_en);
2039         if (err) {
2040                 netdev_err(dev, "Failed to configure port's headroom\n");
2041                 return err;
2042         }
2043
2044         err = mlxsw_sp_port_pause_set(mlxsw_sp_port, pause);
2045         if (err) {
2046                 netdev_err(dev, "Failed to set PAUSE parameters\n");
2047                 goto err_port_pause_configure;
2048         }
2049
2050         mlxsw_sp_port->link.rx_pause = pause->rx_pause;
2051         mlxsw_sp_port->link.tx_pause = pause->tx_pause;
2052
2053         return 0;
2054
2055 err_port_pause_configure:
2056         pause_en = mlxsw_sp_port_is_pause_en(mlxsw_sp_port);
2057         mlxsw_sp_port_headroom_set(mlxsw_sp_port, dev->mtu, pause_en);
2058         return err;
2059 }
2060
2061 struct mlxsw_sp_port_hw_stats {
2062         char str[ETH_GSTRING_LEN];
2063         u64 (*getter)(const char *payload);
2064         bool cells_bytes;
2065 };
2066
2067 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_stats[] = {
2068         {
2069                 .str = "a_frames_transmitted_ok",
2070                 .getter = mlxsw_reg_ppcnt_a_frames_transmitted_ok_get,
2071         },
2072         {
2073                 .str = "a_frames_received_ok",
2074                 .getter = mlxsw_reg_ppcnt_a_frames_received_ok_get,
2075         },
2076         {
2077                 .str = "a_frame_check_sequence_errors",
2078                 .getter = mlxsw_reg_ppcnt_a_frame_check_sequence_errors_get,
2079         },
2080         {
2081                 .str = "a_alignment_errors",
2082                 .getter = mlxsw_reg_ppcnt_a_alignment_errors_get,
2083         },
2084         {
2085                 .str = "a_octets_transmitted_ok",
2086                 .getter = mlxsw_reg_ppcnt_a_octets_transmitted_ok_get,
2087         },
2088         {
2089                 .str = "a_octets_received_ok",
2090                 .getter = mlxsw_reg_ppcnt_a_octets_received_ok_get,
2091         },
2092         {
2093                 .str = "a_multicast_frames_xmitted_ok",
2094                 .getter = mlxsw_reg_ppcnt_a_multicast_frames_xmitted_ok_get,
2095         },
2096         {
2097                 .str = "a_broadcast_frames_xmitted_ok",
2098                 .getter = mlxsw_reg_ppcnt_a_broadcast_frames_xmitted_ok_get,
2099         },
2100         {
2101                 .str = "a_multicast_frames_received_ok",
2102                 .getter = mlxsw_reg_ppcnt_a_multicast_frames_received_ok_get,
2103         },
2104         {
2105                 .str = "a_broadcast_frames_received_ok",
2106                 .getter = mlxsw_reg_ppcnt_a_broadcast_frames_received_ok_get,
2107         },
2108         {
2109                 .str = "a_in_range_length_errors",
2110                 .getter = mlxsw_reg_ppcnt_a_in_range_length_errors_get,
2111         },
2112         {
2113                 .str = "a_out_of_range_length_field",
2114                 .getter = mlxsw_reg_ppcnt_a_out_of_range_length_field_get,
2115         },
2116         {
2117                 .str = "a_frame_too_long_errors",
2118                 .getter = mlxsw_reg_ppcnt_a_frame_too_long_errors_get,
2119         },
2120         {
2121                 .str = "a_symbol_error_during_carrier",
2122                 .getter = mlxsw_reg_ppcnt_a_symbol_error_during_carrier_get,
2123         },
2124         {
2125                 .str = "a_mac_control_frames_transmitted",
2126                 .getter = mlxsw_reg_ppcnt_a_mac_control_frames_transmitted_get,
2127         },
2128         {
2129                 .str = "a_mac_control_frames_received",
2130                 .getter = mlxsw_reg_ppcnt_a_mac_control_frames_received_get,
2131         },
2132         {
2133                 .str = "a_unsupported_opcodes_received",
2134                 .getter = mlxsw_reg_ppcnt_a_unsupported_opcodes_received_get,
2135         },
2136         {
2137                 .str = "a_pause_mac_ctrl_frames_received",
2138                 .getter = mlxsw_reg_ppcnt_a_pause_mac_ctrl_frames_received_get,
2139         },
2140         {
2141                 .str = "a_pause_mac_ctrl_frames_xmitted",
2142                 .getter = mlxsw_reg_ppcnt_a_pause_mac_ctrl_frames_transmitted_get,
2143         },
2144 };
2145
2146 #define MLXSW_SP_PORT_HW_STATS_LEN ARRAY_SIZE(mlxsw_sp_port_hw_stats)
2147
2148 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_2863_stats[] = {
2149         {
2150                 .str = "if_in_discards",
2151                 .getter = mlxsw_reg_ppcnt_if_in_discards_get,
2152         },
2153         {
2154                 .str = "if_out_discards",
2155                 .getter = mlxsw_reg_ppcnt_if_out_discards_get,
2156         },
2157         {
2158                 .str = "if_out_errors",
2159                 .getter = mlxsw_reg_ppcnt_if_out_errors_get,
2160         },
2161 };
2162
2163 #define MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN \
2164         ARRAY_SIZE(mlxsw_sp_port_hw_rfc_2863_stats)
2165
2166 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_2819_stats[] = {
2167         {
2168                 .str = "ether_stats_undersize_pkts",
2169                 .getter = mlxsw_reg_ppcnt_ether_stats_undersize_pkts_get,
2170         },
2171         {
2172                 .str = "ether_stats_oversize_pkts",
2173                 .getter = mlxsw_reg_ppcnt_ether_stats_oversize_pkts_get,
2174         },
2175         {
2176                 .str = "ether_stats_fragments",
2177                 .getter = mlxsw_reg_ppcnt_ether_stats_fragments_get,
2178         },
2179         {
2180                 .str = "ether_pkts64octets",
2181                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts64octets_get,
2182         },
2183         {
2184                 .str = "ether_pkts65to127octets",
2185                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts65to127octets_get,
2186         },
2187         {
2188                 .str = "ether_pkts128to255octets",
2189                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts128to255octets_get,
2190         },
2191         {
2192                 .str = "ether_pkts256to511octets",
2193                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts256to511octets_get,
2194         },
2195         {
2196                 .str = "ether_pkts512to1023octets",
2197                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts512to1023octets_get,
2198         },
2199         {
2200                 .str = "ether_pkts1024to1518octets",
2201                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts1024to1518octets_get,
2202         },
2203         {
2204                 .str = "ether_pkts1519to2047octets",
2205                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts1519to2047octets_get,
2206         },
2207         {
2208                 .str = "ether_pkts2048to4095octets",
2209                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts2048to4095octets_get,
2210         },
2211         {
2212                 .str = "ether_pkts4096to8191octets",
2213                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts4096to8191octets_get,
2214         },
2215         {
2216                 .str = "ether_pkts8192to10239octets",
2217                 .getter = mlxsw_reg_ppcnt_ether_stats_pkts8192to10239octets_get,
2218         },
2219 };
2220
2221 #define MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN \
2222         ARRAY_SIZE(mlxsw_sp_port_hw_rfc_2819_stats)
2223
2224 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_rfc_3635_stats[] = {
2225         {
2226                 .str = "dot3stats_fcs_errors",
2227                 .getter = mlxsw_reg_ppcnt_dot3stats_fcs_errors_get,
2228         },
2229         {
2230                 .str = "dot3stats_symbol_errors",
2231                 .getter = mlxsw_reg_ppcnt_dot3stats_symbol_errors_get,
2232         },
2233         {
2234                 .str = "dot3control_in_unknown_opcodes",
2235                 .getter = mlxsw_reg_ppcnt_dot3control_in_unknown_opcodes_get,
2236         },
2237         {
2238                 .str = "dot3in_pause_frames",
2239                 .getter = mlxsw_reg_ppcnt_dot3in_pause_frames_get,
2240         },
2241 };
2242
2243 #define MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN \
2244         ARRAY_SIZE(mlxsw_sp_port_hw_rfc_3635_stats)
2245
2246 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_discard_stats[] = {
2247         {
2248                 .str = "discard_ingress_general",
2249                 .getter = mlxsw_reg_ppcnt_ingress_general_get,
2250         },
2251         {
2252                 .str = "discard_ingress_policy_engine",
2253                 .getter = mlxsw_reg_ppcnt_ingress_policy_engine_get,
2254         },
2255         {
2256                 .str = "discard_ingress_vlan_membership",
2257                 .getter = mlxsw_reg_ppcnt_ingress_vlan_membership_get,
2258         },
2259         {
2260                 .str = "discard_ingress_tag_frame_type",
2261                 .getter = mlxsw_reg_ppcnt_ingress_tag_frame_type_get,
2262         },
2263         {
2264                 .str = "discard_egress_vlan_membership",
2265                 .getter = mlxsw_reg_ppcnt_egress_vlan_membership_get,
2266         },
2267         {
2268                 .str = "discard_loopback_filter",
2269                 .getter = mlxsw_reg_ppcnt_loopback_filter_get,
2270         },
2271         {
2272                 .str = "discard_egress_general",
2273                 .getter = mlxsw_reg_ppcnt_egress_general_get,
2274         },
2275         {
2276                 .str = "discard_egress_hoq",
2277                 .getter = mlxsw_reg_ppcnt_egress_hoq_get,
2278         },
2279         {
2280                 .str = "discard_egress_policy_engine",
2281                 .getter = mlxsw_reg_ppcnt_egress_policy_engine_get,
2282         },
2283         {
2284                 .str = "discard_ingress_tx_link_down",
2285                 .getter = mlxsw_reg_ppcnt_ingress_tx_link_down_get,
2286         },
2287         {
2288                 .str = "discard_egress_stp_filter",
2289                 .getter = mlxsw_reg_ppcnt_egress_stp_filter_get,
2290         },
2291         {
2292                 .str = "discard_egress_sll",
2293                 .getter = mlxsw_reg_ppcnt_egress_sll_get,
2294         },
2295 };
2296
2297 #define MLXSW_SP_PORT_HW_DISCARD_STATS_LEN \
2298         ARRAY_SIZE(mlxsw_sp_port_hw_discard_stats)
2299
2300 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_prio_stats[] = {
2301         {
2302                 .str = "rx_octets_prio",
2303                 .getter = mlxsw_reg_ppcnt_rx_octets_get,
2304         },
2305         {
2306                 .str = "rx_frames_prio",
2307                 .getter = mlxsw_reg_ppcnt_rx_frames_get,
2308         },
2309         {
2310                 .str = "tx_octets_prio",
2311                 .getter = mlxsw_reg_ppcnt_tx_octets_get,
2312         },
2313         {
2314                 .str = "tx_frames_prio",
2315                 .getter = mlxsw_reg_ppcnt_tx_frames_get,
2316         },
2317         {
2318                 .str = "rx_pause_prio",
2319                 .getter = mlxsw_reg_ppcnt_rx_pause_get,
2320         },
2321         {
2322                 .str = "rx_pause_duration_prio",
2323                 .getter = mlxsw_reg_ppcnt_rx_pause_duration_get,
2324         },
2325         {
2326                 .str = "tx_pause_prio",
2327                 .getter = mlxsw_reg_ppcnt_tx_pause_get,
2328         },
2329         {
2330                 .str = "tx_pause_duration_prio",
2331                 .getter = mlxsw_reg_ppcnt_tx_pause_duration_get,
2332         },
2333 };
2334
2335 #define MLXSW_SP_PORT_HW_PRIO_STATS_LEN ARRAY_SIZE(mlxsw_sp_port_hw_prio_stats)
2336
2337 static struct mlxsw_sp_port_hw_stats mlxsw_sp_port_hw_tc_stats[] = {
2338         {
2339                 .str = "tc_transmit_queue_tc",
2340                 .getter = mlxsw_reg_ppcnt_tc_transmit_queue_get,
2341                 .cells_bytes = true,
2342         },
2343         {
2344                 .str = "tc_no_buffer_discard_uc_tc",
2345                 .getter = mlxsw_reg_ppcnt_tc_no_buffer_discard_uc_get,
2346         },
2347 };
2348
2349 #define MLXSW_SP_PORT_HW_TC_STATS_LEN ARRAY_SIZE(mlxsw_sp_port_hw_tc_stats)
2350
2351 #define MLXSW_SP_PORT_ETHTOOL_STATS_LEN (MLXSW_SP_PORT_HW_STATS_LEN + \
2352                                          MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN + \
2353                                          MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN + \
2354                                          MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN + \
2355                                          MLXSW_SP_PORT_HW_DISCARD_STATS_LEN + \
2356                                          (MLXSW_SP_PORT_HW_PRIO_STATS_LEN * \
2357                                           IEEE_8021QAZ_MAX_TCS) + \
2358                                          (MLXSW_SP_PORT_HW_TC_STATS_LEN * \
2359                                           TC_MAX_QUEUE))
2360
2361 static void mlxsw_sp_port_get_prio_strings(u8 **p, int prio)
2362 {
2363         int i;
2364
2365         for (i = 0; i < MLXSW_SP_PORT_HW_PRIO_STATS_LEN; i++) {
2366                 snprintf(*p, ETH_GSTRING_LEN, "%.29s_%.1d",
2367                          mlxsw_sp_port_hw_prio_stats[i].str, prio);
2368                 *p += ETH_GSTRING_LEN;
2369         }
2370 }
2371
2372 static void mlxsw_sp_port_get_tc_strings(u8 **p, int tc)
2373 {
2374         int i;
2375
2376         for (i = 0; i < MLXSW_SP_PORT_HW_TC_STATS_LEN; i++) {
2377                 snprintf(*p, ETH_GSTRING_LEN, "%.29s_%.1d",
2378                          mlxsw_sp_port_hw_tc_stats[i].str, tc);
2379                 *p += ETH_GSTRING_LEN;
2380         }
2381 }
2382
2383 static void mlxsw_sp_port_get_strings(struct net_device *dev,
2384                                       u32 stringset, u8 *data)
2385 {
2386         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2387         u8 *p = data;
2388         int i;
2389
2390         switch (stringset) {
2391         case ETH_SS_STATS:
2392                 for (i = 0; i < MLXSW_SP_PORT_HW_STATS_LEN; i++) {
2393                         memcpy(p, mlxsw_sp_port_hw_stats[i].str,
2394                                ETH_GSTRING_LEN);
2395                         p += ETH_GSTRING_LEN;
2396                 }
2397
2398                 for (i = 0; i < MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN; i++) {
2399                         memcpy(p, mlxsw_sp_port_hw_rfc_2863_stats[i].str,
2400                                ETH_GSTRING_LEN);
2401                         p += ETH_GSTRING_LEN;
2402                 }
2403
2404                 for (i = 0; i < MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN; i++) {
2405                         memcpy(p, mlxsw_sp_port_hw_rfc_2819_stats[i].str,
2406                                ETH_GSTRING_LEN);
2407                         p += ETH_GSTRING_LEN;
2408                 }
2409
2410                 for (i = 0; i < MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN; i++) {
2411                         memcpy(p, mlxsw_sp_port_hw_rfc_3635_stats[i].str,
2412                                ETH_GSTRING_LEN);
2413                         p += ETH_GSTRING_LEN;
2414                 }
2415
2416                 for (i = 0; i < MLXSW_SP_PORT_HW_DISCARD_STATS_LEN; i++) {
2417                         memcpy(p, mlxsw_sp_port_hw_discard_stats[i].str,
2418                                ETH_GSTRING_LEN);
2419                         p += ETH_GSTRING_LEN;
2420                 }
2421
2422                 for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++)
2423                         mlxsw_sp_port_get_prio_strings(&p, i);
2424
2425                 for (i = 0; i < TC_MAX_QUEUE; i++)
2426                         mlxsw_sp_port_get_tc_strings(&p, i);
2427
2428                 mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_strings(&p);
2429                 break;
2430         }
2431 }
2432
2433 static int mlxsw_sp_port_set_phys_id(struct net_device *dev,
2434                                      enum ethtool_phys_id_state state)
2435 {
2436         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2437         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
2438         char mlcr_pl[MLXSW_REG_MLCR_LEN];
2439         bool active;
2440
2441         switch (state) {
2442         case ETHTOOL_ID_ACTIVE:
2443                 active = true;
2444                 break;
2445         case ETHTOOL_ID_INACTIVE:
2446                 active = false;
2447                 break;
2448         default:
2449                 return -EOPNOTSUPP;
2450         }
2451
2452         mlxsw_reg_mlcr_pack(mlcr_pl, mlxsw_sp_port->local_port, active);
2453         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(mlcr), mlcr_pl);
2454 }
2455
2456 static int
2457 mlxsw_sp_get_hw_stats_by_group(struct mlxsw_sp_port_hw_stats **p_hw_stats,
2458                                int *p_len, enum mlxsw_reg_ppcnt_grp grp)
2459 {
2460         switch (grp) {
2461         case MLXSW_REG_PPCNT_IEEE_8023_CNT:
2462                 *p_hw_stats = mlxsw_sp_port_hw_stats;
2463                 *p_len = MLXSW_SP_PORT_HW_STATS_LEN;
2464                 break;
2465         case MLXSW_REG_PPCNT_RFC_2863_CNT:
2466                 *p_hw_stats = mlxsw_sp_port_hw_rfc_2863_stats;
2467                 *p_len = MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN;
2468                 break;
2469         case MLXSW_REG_PPCNT_RFC_2819_CNT:
2470                 *p_hw_stats = mlxsw_sp_port_hw_rfc_2819_stats;
2471                 *p_len = MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN;
2472                 break;
2473         case MLXSW_REG_PPCNT_RFC_3635_CNT:
2474                 *p_hw_stats = mlxsw_sp_port_hw_rfc_3635_stats;
2475                 *p_len = MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN;
2476                 break;
2477         case MLXSW_REG_PPCNT_DISCARD_CNT:
2478                 *p_hw_stats = mlxsw_sp_port_hw_discard_stats;
2479                 *p_len = MLXSW_SP_PORT_HW_DISCARD_STATS_LEN;
2480                 break;
2481         case MLXSW_REG_PPCNT_PRIO_CNT:
2482                 *p_hw_stats = mlxsw_sp_port_hw_prio_stats;
2483                 *p_len = MLXSW_SP_PORT_HW_PRIO_STATS_LEN;
2484                 break;
2485         case MLXSW_REG_PPCNT_TC_CNT:
2486                 *p_hw_stats = mlxsw_sp_port_hw_tc_stats;
2487                 *p_len = MLXSW_SP_PORT_HW_TC_STATS_LEN;
2488                 break;
2489         default:
2490                 WARN_ON(1);
2491                 return -EOPNOTSUPP;
2492         }
2493         return 0;
2494 }
2495
2496 static void __mlxsw_sp_port_get_stats(struct net_device *dev,
2497                                       enum mlxsw_reg_ppcnt_grp grp, int prio,
2498                                       u64 *data, int data_index)
2499 {
2500         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2501         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
2502         struct mlxsw_sp_port_hw_stats *hw_stats;
2503         char ppcnt_pl[MLXSW_REG_PPCNT_LEN];
2504         int i, len;
2505         int err;
2506
2507         err = mlxsw_sp_get_hw_stats_by_group(&hw_stats, &len, grp);
2508         if (err)
2509                 return;
2510         mlxsw_sp_port_get_stats_raw(dev, grp, prio, ppcnt_pl);
2511         for (i = 0; i < len; i++) {
2512                 data[data_index + i] = hw_stats[i].getter(ppcnt_pl);
2513                 if (!hw_stats[i].cells_bytes)
2514                         continue;
2515                 data[data_index + i] = mlxsw_sp_cells_bytes(mlxsw_sp,
2516                                                             data[data_index + i]);
2517         }
2518 }
2519
2520 static void mlxsw_sp_port_get_stats(struct net_device *dev,
2521                                     struct ethtool_stats *stats, u64 *data)
2522 {
2523         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2524         int i, data_index = 0;
2525
2526         /* IEEE 802.3 Counters */
2527         __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_IEEE_8023_CNT, 0,
2528                                   data, data_index);
2529         data_index = MLXSW_SP_PORT_HW_STATS_LEN;
2530
2531         /* RFC 2863 Counters */
2532         __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_RFC_2863_CNT, 0,
2533                                   data, data_index);
2534         data_index += MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN;
2535
2536         /* RFC 2819 Counters */
2537         __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_RFC_2819_CNT, 0,
2538                                   data, data_index);
2539         data_index += MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN;
2540
2541         /* RFC 3635 Counters */
2542         __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_RFC_3635_CNT, 0,
2543                                   data, data_index);
2544         data_index += MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN;
2545
2546         /* Discard Counters */
2547         __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_DISCARD_CNT, 0,
2548                                   data, data_index);
2549         data_index += MLXSW_SP_PORT_HW_DISCARD_STATS_LEN;
2550
2551         /* Per-Priority Counters */
2552         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
2553                 __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_PRIO_CNT, i,
2554                                           data, data_index);
2555                 data_index += MLXSW_SP_PORT_HW_PRIO_STATS_LEN;
2556         }
2557
2558         /* Per-TC Counters */
2559         for (i = 0; i < TC_MAX_QUEUE; i++) {
2560                 __mlxsw_sp_port_get_stats(dev, MLXSW_REG_PPCNT_TC_CNT, i,
2561                                           data, data_index);
2562                 data_index += MLXSW_SP_PORT_HW_TC_STATS_LEN;
2563         }
2564
2565         /* PTP counters */
2566         mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats(mlxsw_sp_port,
2567                                                     data, data_index);
2568         data_index += mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_count();
2569 }
2570
2571 static int mlxsw_sp_port_get_sset_count(struct net_device *dev, int sset)
2572 {
2573         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
2574
2575         switch (sset) {
2576         case ETH_SS_STATS:
2577                 return MLXSW_SP_PORT_ETHTOOL_STATS_LEN +
2578                        mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_count();
2579         default:
2580                 return -EOPNOTSUPP;
2581         }
2582 }
2583
2584 struct mlxsw_sp1_port_link_mode {
2585         enum ethtool_link_mode_bit_indices mask_ethtool;
2586         u32 mask;
2587         u32 speed;
2588 };
2589
2590 static const struct mlxsw_sp1_port_link_mode mlxsw_sp1_port_link_mode[] = {
2591         {
2592                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_100BASE_T,
2593                 .mask_ethtool   = ETHTOOL_LINK_MODE_100baseT_Full_BIT,
2594                 .speed          = SPEED_100,
2595         },
2596         {
2597                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_SGMII |
2598                                   MLXSW_REG_PTYS_ETH_SPEED_1000BASE_KX,
2599                 .mask_ethtool   = ETHTOOL_LINK_MODE_1000baseKX_Full_BIT,
2600                 .speed          = SPEED_1000,
2601         },
2602         {
2603                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_10GBASE_T,
2604                 .mask_ethtool   = ETHTOOL_LINK_MODE_10000baseT_Full_BIT,
2605                 .speed          = SPEED_10000,
2606         },
2607         {
2608                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_10GBASE_CX4 |
2609                                   MLXSW_REG_PTYS_ETH_SPEED_10GBASE_KX4,
2610                 .mask_ethtool   = ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT,
2611                 .speed          = SPEED_10000,
2612         },
2613         {
2614                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_10GBASE_KR |
2615                                   MLXSW_REG_PTYS_ETH_SPEED_10GBASE_CR |
2616                                   MLXSW_REG_PTYS_ETH_SPEED_10GBASE_SR |
2617                                   MLXSW_REG_PTYS_ETH_SPEED_10GBASE_ER_LR,
2618                 .mask_ethtool   = ETHTOOL_LINK_MODE_10000baseKR_Full_BIT,
2619                 .speed          = SPEED_10000,
2620         },
2621         {
2622                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_20GBASE_KR2,
2623                 .mask_ethtool   = ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT,
2624                 .speed          = SPEED_20000,
2625         },
2626         {
2627                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_40GBASE_CR4,
2628                 .mask_ethtool   = ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT,
2629                 .speed          = SPEED_40000,
2630         },
2631         {
2632                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_40GBASE_KR4,
2633                 .mask_ethtool   = ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT,
2634                 .speed          = SPEED_40000,
2635         },
2636         {
2637                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_40GBASE_SR4,
2638                 .mask_ethtool   = ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT,
2639                 .speed          = SPEED_40000,
2640         },
2641         {
2642                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_40GBASE_LR4_ER4,
2643                 .mask_ethtool   = ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT,
2644                 .speed          = SPEED_40000,
2645         },
2646         {
2647                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_25GBASE_CR,
2648                 .mask_ethtool   = ETHTOOL_LINK_MODE_25000baseCR_Full_BIT,
2649                 .speed          = SPEED_25000,
2650         },
2651         {
2652                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_25GBASE_KR,
2653                 .mask_ethtool   = ETHTOOL_LINK_MODE_25000baseKR_Full_BIT,
2654                 .speed          = SPEED_25000,
2655         },
2656         {
2657                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_25GBASE_SR,
2658                 .mask_ethtool   = ETHTOOL_LINK_MODE_25000baseSR_Full_BIT,
2659                 .speed          = SPEED_25000,
2660         },
2661         {
2662                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_50GBASE_CR2,
2663                 .mask_ethtool   = ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT,
2664                 .speed          = SPEED_50000,
2665         },
2666         {
2667                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_50GBASE_KR2,
2668                 .mask_ethtool   = ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT,
2669                 .speed          = SPEED_50000,
2670         },
2671         {
2672                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_50GBASE_SR2,
2673                 .mask_ethtool   = ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT,
2674                 .speed          = SPEED_50000,
2675         },
2676         {
2677                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_100GBASE_CR4,
2678                 .mask_ethtool   = ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT,
2679                 .speed          = SPEED_100000,
2680         },
2681         {
2682                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_100GBASE_SR4,
2683                 .mask_ethtool   = ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT,
2684                 .speed          = SPEED_100000,
2685         },
2686         {
2687                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_100GBASE_KR4,
2688                 .mask_ethtool   = ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT,
2689                 .speed          = SPEED_100000,
2690         },
2691         {
2692                 .mask           = MLXSW_REG_PTYS_ETH_SPEED_100GBASE_LR4_ER4,
2693                 .mask_ethtool   = ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT,
2694                 .speed          = SPEED_100000,
2695         },
2696 };
2697
2698 #define MLXSW_SP1_PORT_LINK_MODE_LEN ARRAY_SIZE(mlxsw_sp1_port_link_mode)
2699
2700 static void
2701 mlxsw_sp1_from_ptys_supported_port(struct mlxsw_sp *mlxsw_sp,
2702                                    u32 ptys_eth_proto,
2703                                    struct ethtool_link_ksettings *cmd)
2704 {
2705         if (ptys_eth_proto & (MLXSW_REG_PTYS_ETH_SPEED_10GBASE_CR |
2706                               MLXSW_REG_PTYS_ETH_SPEED_10GBASE_SR |
2707                               MLXSW_REG_PTYS_ETH_SPEED_40GBASE_CR4 |
2708                               MLXSW_REG_PTYS_ETH_SPEED_40GBASE_SR4 |
2709                               MLXSW_REG_PTYS_ETH_SPEED_100GBASE_SR4 |
2710                               MLXSW_REG_PTYS_ETH_SPEED_SGMII))
2711                 ethtool_link_ksettings_add_link_mode(cmd, supported, FIBRE);
2712
2713         if (ptys_eth_proto & (MLXSW_REG_PTYS_ETH_SPEED_10GBASE_KR |
2714                               MLXSW_REG_PTYS_ETH_SPEED_10GBASE_KX4 |
2715                               MLXSW_REG_PTYS_ETH_SPEED_40GBASE_KR4 |
2716                               MLXSW_REG_PTYS_ETH_SPEED_100GBASE_KR4 |
2717                               MLXSW_REG_PTYS_ETH_SPEED_1000BASE_KX))
2718                 ethtool_link_ksettings_add_link_mode(cmd, supported, Backplane);
2719 }
2720
2721 static void
2722 mlxsw_sp1_from_ptys_link(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto,
2723                          u8 width, unsigned long *mode)
2724 {
2725         int i;
2726
2727         for (i = 0; i < MLXSW_SP1_PORT_LINK_MODE_LEN; i++) {
2728                 if (ptys_eth_proto & mlxsw_sp1_port_link_mode[i].mask)
2729                         __set_bit(mlxsw_sp1_port_link_mode[i].mask_ethtool,
2730                                   mode);
2731         }
2732 }
2733
2734 static u32
2735 mlxsw_sp1_from_ptys_speed(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto)
2736 {
2737         int i;
2738
2739         for (i = 0; i < MLXSW_SP1_PORT_LINK_MODE_LEN; i++) {
2740                 if (ptys_eth_proto & mlxsw_sp1_port_link_mode[i].mask)
2741                         return mlxsw_sp1_port_link_mode[i].speed;
2742         }
2743
2744         return SPEED_UNKNOWN;
2745 }
2746
2747 static void
2748 mlxsw_sp1_from_ptys_speed_duplex(struct mlxsw_sp *mlxsw_sp, bool carrier_ok,
2749                                  u32 ptys_eth_proto,
2750                                  struct ethtool_link_ksettings *cmd)
2751 {
2752         cmd->base.speed = SPEED_UNKNOWN;
2753         cmd->base.duplex = DUPLEX_UNKNOWN;
2754
2755         if (!carrier_ok)
2756                 return;
2757
2758         cmd->base.speed = mlxsw_sp1_from_ptys_speed(mlxsw_sp, ptys_eth_proto);
2759         if (cmd->base.speed != SPEED_UNKNOWN)
2760                 cmd->base.duplex = DUPLEX_FULL;
2761 }
2762
2763 static u32
2764 mlxsw_sp1_to_ptys_advert_link(struct mlxsw_sp *mlxsw_sp, u8 width,
2765                               const struct ethtool_link_ksettings *cmd)
2766 {
2767         u32 ptys_proto = 0;
2768         int i;
2769
2770         for (i = 0; i < MLXSW_SP1_PORT_LINK_MODE_LEN; i++) {
2771                 if (test_bit(mlxsw_sp1_port_link_mode[i].mask_ethtool,
2772                              cmd->link_modes.advertising))
2773                         ptys_proto |= mlxsw_sp1_port_link_mode[i].mask;
2774         }
2775         return ptys_proto;
2776 }
2777
2778 static u32 mlxsw_sp1_to_ptys_speed(struct mlxsw_sp *mlxsw_sp, u8 width,
2779                                    u32 speed)
2780 {
2781         u32 ptys_proto = 0;
2782         int i;
2783
2784         for (i = 0; i < MLXSW_SP1_PORT_LINK_MODE_LEN; i++) {
2785                 if (speed == mlxsw_sp1_port_link_mode[i].speed)
2786                         ptys_proto |= mlxsw_sp1_port_link_mode[i].mask;
2787         }
2788         return ptys_proto;
2789 }
2790
2791 static u32
2792 mlxsw_sp1_to_ptys_upper_speed(struct mlxsw_sp *mlxsw_sp, u32 upper_speed)
2793 {
2794         u32 ptys_proto = 0;
2795         int i;
2796
2797         for (i = 0; i < MLXSW_SP1_PORT_LINK_MODE_LEN; i++) {
2798                 if (mlxsw_sp1_port_link_mode[i].speed <= upper_speed)
2799                         ptys_proto |= mlxsw_sp1_port_link_mode[i].mask;
2800         }
2801         return ptys_proto;
2802 }
2803
2804 static int
2805 mlxsw_sp1_port_speed_base(struct mlxsw_sp *mlxsw_sp, u8 local_port,
2806                           u32 *base_speed)
2807 {
2808         *base_speed = MLXSW_SP_PORT_BASE_SPEED_25G;
2809         return 0;
2810 }
2811
2812 static void
2813 mlxsw_sp1_reg_ptys_eth_pack(struct mlxsw_sp *mlxsw_sp, char *payload,
2814                             u8 local_port, u32 proto_admin, bool autoneg)
2815 {
2816         mlxsw_reg_ptys_eth_pack(payload, local_port, proto_admin, autoneg);
2817 }
2818
2819 static void
2820 mlxsw_sp1_reg_ptys_eth_unpack(struct mlxsw_sp *mlxsw_sp, char *payload,
2821                               u32 *p_eth_proto_cap, u32 *p_eth_proto_admin,
2822                               u32 *p_eth_proto_oper)
2823 {
2824         mlxsw_reg_ptys_eth_unpack(payload, p_eth_proto_cap, p_eth_proto_admin,
2825                                   p_eth_proto_oper);
2826 }
2827
2828 static const struct mlxsw_sp_port_type_speed_ops
2829 mlxsw_sp1_port_type_speed_ops = {
2830         .from_ptys_supported_port       = mlxsw_sp1_from_ptys_supported_port,
2831         .from_ptys_link                 = mlxsw_sp1_from_ptys_link,
2832         .from_ptys_speed                = mlxsw_sp1_from_ptys_speed,
2833         .from_ptys_speed_duplex         = mlxsw_sp1_from_ptys_speed_duplex,
2834         .to_ptys_advert_link            = mlxsw_sp1_to_ptys_advert_link,
2835         .to_ptys_speed                  = mlxsw_sp1_to_ptys_speed,
2836         .to_ptys_upper_speed            = mlxsw_sp1_to_ptys_upper_speed,
2837         .port_speed_base                = mlxsw_sp1_port_speed_base,
2838         .reg_ptys_eth_pack              = mlxsw_sp1_reg_ptys_eth_pack,
2839         .reg_ptys_eth_unpack            = mlxsw_sp1_reg_ptys_eth_unpack,
2840 };
2841
2842 static const enum ethtool_link_mode_bit_indices
2843 mlxsw_sp2_mask_ethtool_sgmii_100m[] = {
2844         ETHTOOL_LINK_MODE_100baseT_Full_BIT,
2845 };
2846
2847 #define MLXSW_SP2_MASK_ETHTOOL_SGMII_100M_LEN \
2848         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_sgmii_100m)
2849
2850 static const enum ethtool_link_mode_bit_indices
2851 mlxsw_sp2_mask_ethtool_1000base_x_sgmii[] = {
2852         ETHTOOL_LINK_MODE_1000baseT_Full_BIT,
2853         ETHTOOL_LINK_MODE_1000baseKX_Full_BIT,
2854 };
2855
2856 #define MLXSW_SP2_MASK_ETHTOOL_1000BASE_X_SGMII_LEN \
2857         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_1000base_x_sgmii)
2858
2859 static const enum ethtool_link_mode_bit_indices
2860 mlxsw_sp2_mask_ethtool_2_5gbase_x_2_5gmii[] = {
2861         ETHTOOL_LINK_MODE_2500baseX_Full_BIT,
2862 };
2863
2864 #define MLXSW_SP2_MASK_ETHTOOL_2_5GBASE_X_2_5GMII_LEN \
2865         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_2_5gbase_x_2_5gmii)
2866
2867 static const enum ethtool_link_mode_bit_indices
2868 mlxsw_sp2_mask_ethtool_5gbase_r[] = {
2869         ETHTOOL_LINK_MODE_5000baseT_Full_BIT,
2870 };
2871
2872 #define MLXSW_SP2_MASK_ETHTOOL_5GBASE_R_LEN \
2873         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_5gbase_r)
2874
2875 static const enum ethtool_link_mode_bit_indices
2876 mlxsw_sp2_mask_ethtool_xfi_xaui_1_10g[] = {
2877         ETHTOOL_LINK_MODE_10000baseT_Full_BIT,
2878         ETHTOOL_LINK_MODE_10000baseKR_Full_BIT,
2879         ETHTOOL_LINK_MODE_10000baseR_FEC_BIT,
2880         ETHTOOL_LINK_MODE_10000baseCR_Full_BIT,
2881         ETHTOOL_LINK_MODE_10000baseSR_Full_BIT,
2882         ETHTOOL_LINK_MODE_10000baseLR_Full_BIT,
2883         ETHTOOL_LINK_MODE_10000baseER_Full_BIT,
2884 };
2885
2886 #define MLXSW_SP2_MASK_ETHTOOL_XFI_XAUI_1_10G_LEN \
2887         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_xfi_xaui_1_10g)
2888
2889 static const enum ethtool_link_mode_bit_indices
2890 mlxsw_sp2_mask_ethtool_xlaui_4_xlppi_4_40g[] = {
2891         ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT,
2892         ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT,
2893         ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT,
2894         ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT,
2895 };
2896
2897 #define MLXSW_SP2_MASK_ETHTOOL_XLAUI_4_XLPPI_4_40G_LEN \
2898         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_xlaui_4_xlppi_4_40g)
2899
2900 static const enum ethtool_link_mode_bit_indices
2901 mlxsw_sp2_mask_ethtool_25gaui_1_25gbase_cr_kr[] = {
2902         ETHTOOL_LINK_MODE_25000baseCR_Full_BIT,
2903         ETHTOOL_LINK_MODE_25000baseKR_Full_BIT,
2904         ETHTOOL_LINK_MODE_25000baseSR_Full_BIT,
2905 };
2906
2907 #define MLXSW_SP2_MASK_ETHTOOL_25GAUI_1_25GBASE_CR_KR_LEN \
2908         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_25gaui_1_25gbase_cr_kr)
2909
2910 static const enum ethtool_link_mode_bit_indices
2911 mlxsw_sp2_mask_ethtool_50gaui_2_laui_2_50gbase_cr2_kr2[] = {
2912         ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT,
2913         ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT,
2914         ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT,
2915 };
2916
2917 #define MLXSW_SP2_MASK_ETHTOOL_50GAUI_2_LAUI_2_50GBASE_CR2_KR2_LEN \
2918         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_50gaui_2_laui_2_50gbase_cr2_kr2)
2919
2920 static const enum ethtool_link_mode_bit_indices
2921 mlxsw_sp2_mask_ethtool_50gaui_1_laui_1_50gbase_cr_kr[] = {
2922         ETHTOOL_LINK_MODE_50000baseKR_Full_BIT,
2923         ETHTOOL_LINK_MODE_50000baseSR_Full_BIT,
2924         ETHTOOL_LINK_MODE_50000baseCR_Full_BIT,
2925         ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT,
2926         ETHTOOL_LINK_MODE_50000baseDR_Full_BIT,
2927 };
2928
2929 #define MLXSW_SP2_MASK_ETHTOOL_50GAUI_1_LAUI_1_50GBASE_CR_KR_LEN \
2930         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_50gaui_1_laui_1_50gbase_cr_kr)
2931
2932 static const enum ethtool_link_mode_bit_indices
2933 mlxsw_sp2_mask_ethtool_caui_4_100gbase_cr4_kr4[] = {
2934         ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT,
2935         ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT,
2936         ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT,
2937         ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT,
2938 };
2939
2940 #define MLXSW_SP2_MASK_ETHTOOL_CAUI_4_100GBASE_CR4_KR4_LEN \
2941         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_caui_4_100gbase_cr4_kr4)
2942
2943 static const enum ethtool_link_mode_bit_indices
2944 mlxsw_sp2_mask_ethtool_100gaui_2_100gbase_cr2_kr2[] = {
2945         ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT,
2946         ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT,
2947         ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT,
2948         ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT,
2949         ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT,
2950 };
2951
2952 #define MLXSW_SP2_MASK_ETHTOOL_100GAUI_2_100GBASE_CR2_KR2_LEN \
2953         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_100gaui_2_100gbase_cr2_kr2)
2954
2955 static const enum ethtool_link_mode_bit_indices
2956 mlxsw_sp2_mask_ethtool_200gaui_4_200gbase_cr4_kr4[] = {
2957         ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT,
2958         ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT,
2959         ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT,
2960         ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT,
2961         ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT,
2962 };
2963
2964 #define MLXSW_SP2_MASK_ETHTOOL_200GAUI_4_200GBASE_CR4_KR4_LEN \
2965         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_200gaui_4_200gbase_cr4_kr4)
2966
2967 static const enum ethtool_link_mode_bit_indices
2968 mlxsw_sp2_mask_ethtool_400gaui_8[] = {
2969         ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT,
2970         ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT,
2971         ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT,
2972         ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT,
2973         ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT,
2974 };
2975
2976 #define MLXSW_SP2_MASK_ETHTOOL_400GAUI_8_LEN \
2977         ARRAY_SIZE(mlxsw_sp2_mask_ethtool_400gaui_8)
2978
2979 #define MLXSW_SP_PORT_MASK_WIDTH_1X     BIT(0)
2980 #define MLXSW_SP_PORT_MASK_WIDTH_2X     BIT(1)
2981 #define MLXSW_SP_PORT_MASK_WIDTH_4X     BIT(2)
2982 #define MLXSW_SP_PORT_MASK_WIDTH_8X     BIT(3)
2983
2984 static u8 mlxsw_sp_port_mask_width_get(u8 width)
2985 {
2986         switch (width) {
2987         case 1:
2988                 return MLXSW_SP_PORT_MASK_WIDTH_1X;
2989         case 2:
2990                 return MLXSW_SP_PORT_MASK_WIDTH_2X;
2991         case 4:
2992                 return MLXSW_SP_PORT_MASK_WIDTH_4X;
2993         case 8:
2994                 return MLXSW_SP_PORT_MASK_WIDTH_8X;
2995         default:
2996                 WARN_ON_ONCE(1);
2997                 return 0;
2998         }
2999 }
3000
3001 struct mlxsw_sp2_port_link_mode {
3002         const enum ethtool_link_mode_bit_indices *mask_ethtool;
3003         int m_ethtool_len;
3004         u32 mask;
3005         u32 speed;
3006         u8 mask_width;
3007 };
3008
3009 static const struct mlxsw_sp2_port_link_mode mlxsw_sp2_port_link_mode[] = {
3010         {
3011                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_SGMII_100M,
3012                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_sgmii_100m,
3013                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_SGMII_100M_LEN,
3014                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3015                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3016                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3017                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3018                 .speed          = SPEED_100,
3019         },
3020         {
3021                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_1000BASE_X_SGMII,
3022                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_1000base_x_sgmii,
3023                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_1000BASE_X_SGMII_LEN,
3024                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3025                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3026                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3027                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3028                 .speed          = SPEED_1000,
3029         },
3030         {
3031                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_2_5GBASE_X_2_5GMII,
3032                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_2_5gbase_x_2_5gmii,
3033                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_2_5GBASE_X_2_5GMII_LEN,
3034                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3035                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3036                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3037                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3038                 .speed          = SPEED_2500,
3039         },
3040         {
3041                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_5GBASE_R,
3042                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_5gbase_r,
3043                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_5GBASE_R_LEN,
3044                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3045                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3046                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3047                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3048                 .speed          = SPEED_5000,
3049         },
3050         {
3051                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_XFI_XAUI_1_10G,
3052                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_xfi_xaui_1_10g,
3053                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_XFI_XAUI_1_10G_LEN,
3054                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3055                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3056                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3057                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3058                 .speed          = SPEED_10000,
3059         },
3060         {
3061                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_XLAUI_4_XLPPI_4_40G,
3062                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_xlaui_4_xlppi_4_40g,
3063                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_XLAUI_4_XLPPI_4_40G_LEN,
3064                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_4X |
3065                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3066                 .speed          = SPEED_40000,
3067         },
3068         {
3069                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_25GAUI_1_25GBASE_CR_KR,
3070                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_25gaui_1_25gbase_cr_kr,
3071                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_25GAUI_1_25GBASE_CR_KR_LEN,
3072                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X |
3073                                   MLXSW_SP_PORT_MASK_WIDTH_2X |
3074                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3075                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3076                 .speed          = SPEED_25000,
3077         },
3078         {
3079                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_50GAUI_2_LAUI_2_50GBASE_CR2_KR2,
3080                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_50gaui_2_laui_2_50gbase_cr2_kr2,
3081                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_50GAUI_2_LAUI_2_50GBASE_CR2_KR2_LEN,
3082                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_2X |
3083                                   MLXSW_SP_PORT_MASK_WIDTH_4X |
3084                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3085                 .speed          = SPEED_50000,
3086         },
3087         {
3088                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_50GAUI_1_LAUI_1_50GBASE_CR_KR,
3089                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_50gaui_1_laui_1_50gbase_cr_kr,
3090                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_50GAUI_1_LAUI_1_50GBASE_CR_KR_LEN,
3091                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_1X,
3092                 .speed          = SPEED_50000,
3093         },
3094         {
3095                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_CAUI_4_100GBASE_CR4_KR4,
3096                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_caui_4_100gbase_cr4_kr4,
3097                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_CAUI_4_100GBASE_CR4_KR4_LEN,
3098                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_4X |
3099                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3100                 .speed          = SPEED_100000,
3101         },
3102         {
3103                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_100GAUI_2_100GBASE_CR2_KR2,
3104                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_100gaui_2_100gbase_cr2_kr2,
3105                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_100GAUI_2_100GBASE_CR2_KR2_LEN,
3106                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_2X,
3107                 .speed          = SPEED_100000,
3108         },
3109         {
3110                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_200GAUI_4_200GBASE_CR4_KR4,
3111                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_200gaui_4_200gbase_cr4_kr4,
3112                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_200GAUI_4_200GBASE_CR4_KR4_LEN,
3113                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_4X |
3114                                   MLXSW_SP_PORT_MASK_WIDTH_8X,
3115                 .speed          = SPEED_200000,
3116         },
3117         {
3118                 .mask           = MLXSW_REG_PTYS_EXT_ETH_SPEED_400GAUI_8,
3119                 .mask_ethtool   = mlxsw_sp2_mask_ethtool_400gaui_8,
3120                 .m_ethtool_len  = MLXSW_SP2_MASK_ETHTOOL_400GAUI_8_LEN,
3121                 .mask_width     = MLXSW_SP_PORT_MASK_WIDTH_8X,
3122                 .speed          = SPEED_400000,
3123         },
3124 };
3125
3126 #define MLXSW_SP2_PORT_LINK_MODE_LEN ARRAY_SIZE(mlxsw_sp2_port_link_mode)
3127
3128 static void
3129 mlxsw_sp2_from_ptys_supported_port(struct mlxsw_sp *mlxsw_sp,
3130                                    u32 ptys_eth_proto,
3131                                    struct ethtool_link_ksettings *cmd)
3132 {
3133         ethtool_link_ksettings_add_link_mode(cmd, supported, FIBRE);
3134         ethtool_link_ksettings_add_link_mode(cmd, supported, Backplane);
3135 }
3136
3137 static void
3138 mlxsw_sp2_set_bit_ethtool(const struct mlxsw_sp2_port_link_mode *link_mode,
3139                           unsigned long *mode)
3140 {
3141         int i;
3142
3143         for (i = 0; i < link_mode->m_ethtool_len; i++)
3144                 __set_bit(link_mode->mask_ethtool[i], mode);
3145 }
3146
3147 static void
3148 mlxsw_sp2_from_ptys_link(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto,
3149                          u8 width, unsigned long *mode)
3150 {
3151         u8 mask_width = mlxsw_sp_port_mask_width_get(width);
3152         int i;
3153
3154         for (i = 0; i < MLXSW_SP2_PORT_LINK_MODE_LEN; i++) {
3155                 if ((ptys_eth_proto & mlxsw_sp2_port_link_mode[i].mask) &&
3156                     (mask_width & mlxsw_sp2_port_link_mode[i].mask_width))
3157                         mlxsw_sp2_set_bit_ethtool(&mlxsw_sp2_port_link_mode[i],
3158                                                   mode);
3159         }
3160 }
3161
3162 static u32
3163 mlxsw_sp2_from_ptys_speed(struct mlxsw_sp *mlxsw_sp, u32 ptys_eth_proto)
3164 {
3165         int i;
3166
3167         for (i = 0; i < MLXSW_SP2_PORT_LINK_MODE_LEN; i++) {
3168                 if (ptys_eth_proto & mlxsw_sp2_port_link_mode[i].mask)
3169                         return mlxsw_sp2_port_link_mode[i].speed;
3170         }
3171
3172         return SPEED_UNKNOWN;
3173 }
3174
3175 static void
3176 mlxsw_sp2_from_ptys_speed_duplex(struct mlxsw_sp *mlxsw_sp, bool carrier_ok,
3177                                  u32 ptys_eth_proto,
3178                                  struct ethtool_link_ksettings *cmd)
3179 {
3180         cmd->base.speed = SPEED_UNKNOWN;
3181         cmd->base.duplex = DUPLEX_UNKNOWN;
3182
3183         if (!carrier_ok)
3184                 return;
3185
3186         cmd->base.speed = mlxsw_sp2_from_ptys_speed(mlxsw_sp, ptys_eth_proto);
3187         if (cmd->base.speed != SPEED_UNKNOWN)
3188                 cmd->base.duplex = DUPLEX_FULL;
3189 }
3190
3191 static bool
3192 mlxsw_sp2_test_bit_ethtool(const struct mlxsw_sp2_port_link_mode *link_mode,
3193                            const unsigned long *mode)
3194 {
3195         int cnt = 0;
3196         int i;
3197
3198         for (i = 0; i < link_mode->m_ethtool_len; i++) {
3199                 if (test_bit(link_mode->mask_ethtool[i], mode))
3200                         cnt++;
3201         }
3202
3203         return cnt == link_mode->m_ethtool_len;
3204 }
3205
3206 static u32
3207 mlxsw_sp2_to_ptys_advert_link(struct mlxsw_sp *mlxsw_sp, u8 width,
3208                               const struct ethtool_link_ksettings *cmd)
3209 {
3210         u8 mask_width = mlxsw_sp_port_mask_width_get(width);
3211         u32 ptys_proto = 0;
3212         int i;
3213
3214         for (i = 0; i < MLXSW_SP2_PORT_LINK_MODE_LEN; i++) {
3215                 if ((mask_width & mlxsw_sp2_port_link_mode[i].mask_width) &&
3216                     mlxsw_sp2_test_bit_ethtool(&mlxsw_sp2_port_link_mode[i],
3217                                                cmd->link_modes.advertising))
3218                         ptys_proto |= mlxsw_sp2_port_link_mode[i].mask;
3219         }
3220         return ptys_proto;
3221 }
3222
3223 static u32 mlxsw_sp2_to_ptys_speed(struct mlxsw_sp *mlxsw_sp,
3224                                    u8 width, u32 speed)
3225 {
3226         u8 mask_width = mlxsw_sp_port_mask_width_get(width);
3227         u32 ptys_proto = 0;
3228         int i;
3229
3230         for (i = 0; i < MLXSW_SP2_PORT_LINK_MODE_LEN; i++) {
3231                 if ((speed == mlxsw_sp2_port_link_mode[i].speed) &&
3232                     (mask_width & mlxsw_sp2_port_link_mode[i].mask_width))
3233                         ptys_proto |= mlxsw_sp2_port_link_mode[i].mask;
3234         }
3235         return ptys_proto;
3236 }
3237
3238 static u32
3239 mlxsw_sp2_to_ptys_upper_speed(struct mlxsw_sp *mlxsw_sp, u32 upper_speed)
3240 {
3241         u32 ptys_proto = 0;
3242         int i;
3243
3244         for (i = 0; i < MLXSW_SP2_PORT_LINK_MODE_LEN; i++) {
3245                 if (mlxsw_sp2_port_link_mode[i].speed <= upper_speed)
3246                         ptys_proto |= mlxsw_sp2_port_link_mode[i].mask;
3247         }
3248         return ptys_proto;
3249 }
3250
3251 static int
3252 mlxsw_sp2_port_speed_base(struct mlxsw_sp *mlxsw_sp, u8 local_port,
3253                           u32 *base_speed)
3254 {
3255         char ptys_pl[MLXSW_REG_PTYS_LEN];
3256         u32 eth_proto_cap;
3257         int err;
3258
3259         /* In Spectrum-2, the speed of 1x can change from port to port, so query
3260          * it from firmware.
3261          */
3262         mlxsw_reg_ptys_ext_eth_pack(ptys_pl, local_port, 0, false);
3263         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl);
3264         if (err)
3265                 return err;
3266         mlxsw_reg_ptys_ext_eth_unpack(ptys_pl, &eth_proto_cap, NULL, NULL);
3267
3268         if (eth_proto_cap &
3269             MLXSW_REG_PTYS_EXT_ETH_SPEED_50GAUI_1_LAUI_1_50GBASE_CR_KR) {
3270                 *base_speed = MLXSW_SP_PORT_BASE_SPEED_50G;
3271                 return 0;
3272         }
3273
3274         if (eth_proto_cap &
3275             MLXSW_REG_PTYS_EXT_ETH_SPEED_25GAUI_1_25GBASE_CR_KR) {
3276                 *base_speed = MLXSW_SP_PORT_BASE_SPEED_25G;
3277                 return 0;
3278         }
3279
3280         return -EIO;
3281 }
3282
3283 static void
3284 mlxsw_sp2_reg_ptys_eth_pack(struct mlxsw_sp *mlxsw_sp, char *payload,
3285                             u8 local_port, u32 proto_admin,
3286                             bool autoneg)
3287 {
3288         mlxsw_reg_ptys_ext_eth_pack(payload, local_port, proto_admin, autoneg);
3289 }
3290
3291 static void
3292 mlxsw_sp2_reg_ptys_eth_unpack(struct mlxsw_sp *mlxsw_sp, char *payload,
3293                               u32 *p_eth_proto_cap, u32 *p_eth_proto_admin,
3294                               u32 *p_eth_proto_oper)
3295 {
3296         mlxsw_reg_ptys_ext_eth_unpack(payload, p_eth_proto_cap,
3297                                       p_eth_proto_admin, p_eth_proto_oper);
3298 }
3299
3300 static const struct mlxsw_sp_port_type_speed_ops
3301 mlxsw_sp2_port_type_speed_ops = {
3302         .from_ptys_supported_port       = mlxsw_sp2_from_ptys_supported_port,
3303         .from_ptys_link                 = mlxsw_sp2_from_ptys_link,
3304         .from_ptys_speed                = mlxsw_sp2_from_ptys_speed,
3305         .from_ptys_speed_duplex         = mlxsw_sp2_from_ptys_speed_duplex,
3306         .to_ptys_advert_link            = mlxsw_sp2_to_ptys_advert_link,
3307         .to_ptys_speed                  = mlxsw_sp2_to_ptys_speed,
3308         .to_ptys_upper_speed            = mlxsw_sp2_to_ptys_upper_speed,
3309         .port_speed_base                = mlxsw_sp2_port_speed_base,
3310         .reg_ptys_eth_pack              = mlxsw_sp2_reg_ptys_eth_pack,
3311         .reg_ptys_eth_unpack            = mlxsw_sp2_reg_ptys_eth_unpack,
3312 };
3313
3314 static void
3315 mlxsw_sp_port_get_link_supported(struct mlxsw_sp *mlxsw_sp, u32 eth_proto_cap,
3316                                  u8 width, struct ethtool_link_ksettings *cmd)
3317 {
3318         const struct mlxsw_sp_port_type_speed_ops *ops;
3319
3320         ops = mlxsw_sp->port_type_speed_ops;
3321
3322         ethtool_link_ksettings_add_link_mode(cmd, supported, Asym_Pause);
3323         ethtool_link_ksettings_add_link_mode(cmd, supported, Autoneg);
3324         ethtool_link_ksettings_add_link_mode(cmd, supported, Pause);
3325
3326         ops->from_ptys_supported_port(mlxsw_sp, eth_proto_cap, cmd);
3327         ops->from_ptys_link(mlxsw_sp, eth_proto_cap, width,
3328                             cmd->link_modes.supported);
3329 }
3330
3331 static void
3332 mlxsw_sp_port_get_link_advertise(struct mlxsw_sp *mlxsw_sp,
3333                                  u32 eth_proto_admin, bool autoneg, u8 width,
3334                                  struct ethtool_link_ksettings *cmd)
3335 {
3336         const struct mlxsw_sp_port_type_speed_ops *ops;
3337
3338         ops = mlxsw_sp->port_type_speed_ops;
3339
3340         if (!autoneg)
3341                 return;
3342
3343         ethtool_link_ksettings_add_link_mode(cmd, advertising, Autoneg);
3344         ops->from_ptys_link(mlxsw_sp, eth_proto_admin, width,
3345                             cmd->link_modes.advertising);
3346 }
3347
3348 static u8
3349 mlxsw_sp_port_connector_port(enum mlxsw_reg_ptys_connector_type connector_type)
3350 {
3351         switch (connector_type) {
3352         case MLXSW_REG_PTYS_CONNECTOR_TYPE_UNKNOWN_OR_NO_CONNECTOR:
3353                 return PORT_OTHER;
3354         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_NONE:
3355                 return PORT_NONE;
3356         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_TP:
3357                 return PORT_TP;
3358         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_AUI:
3359                 return PORT_AUI;
3360         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_BNC:
3361                 return PORT_BNC;
3362         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_MII:
3363                 return PORT_MII;
3364         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_FIBRE:
3365                 return PORT_FIBRE;
3366         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_DA:
3367                 return PORT_DA;
3368         case MLXSW_REG_PTYS_CONNECTOR_TYPE_PORT_OTHER:
3369                 return PORT_OTHER;
3370         default:
3371                 WARN_ON_ONCE(1);
3372                 return PORT_OTHER;
3373         }
3374 }
3375
3376 static int mlxsw_sp_port_get_link_ksettings(struct net_device *dev,
3377                                             struct ethtool_link_ksettings *cmd)
3378 {
3379         u32 eth_proto_cap, eth_proto_admin, eth_proto_oper;
3380         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
3381         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3382         const struct mlxsw_sp_port_type_speed_ops *ops;
3383         char ptys_pl[MLXSW_REG_PTYS_LEN];
3384         u8 connector_type;
3385         bool autoneg;
3386         int err;
3387
3388         ops = mlxsw_sp->port_type_speed_ops;
3389
3390         autoneg = mlxsw_sp_port->link.autoneg;
3391         ops->reg_ptys_eth_pack(mlxsw_sp, ptys_pl, mlxsw_sp_port->local_port,
3392                                0, false);
3393         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl);
3394         if (err)
3395                 return err;
3396         ops->reg_ptys_eth_unpack(mlxsw_sp, ptys_pl, &eth_proto_cap,
3397                                  &eth_proto_admin, &eth_proto_oper);
3398
3399         mlxsw_sp_port_get_link_supported(mlxsw_sp, eth_proto_cap,
3400                                          mlxsw_sp_port->mapping.width, cmd);
3401
3402         mlxsw_sp_port_get_link_advertise(mlxsw_sp, eth_proto_admin, autoneg,
3403                                          mlxsw_sp_port->mapping.width, cmd);
3404
3405         cmd->base.autoneg = autoneg ? AUTONEG_ENABLE : AUTONEG_DISABLE;
3406         connector_type = mlxsw_reg_ptys_connector_type_get(ptys_pl);
3407         cmd->base.port = mlxsw_sp_port_connector_port(connector_type);
3408         ops->from_ptys_speed_duplex(mlxsw_sp, netif_carrier_ok(dev),
3409                                     eth_proto_oper, cmd);
3410
3411         return 0;
3412 }
3413
3414 static int
3415 mlxsw_sp_port_set_link_ksettings(struct net_device *dev,
3416                                  const struct ethtool_link_ksettings *cmd)
3417 {
3418         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
3419         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3420         const struct mlxsw_sp_port_type_speed_ops *ops;
3421         char ptys_pl[MLXSW_REG_PTYS_LEN];
3422         u32 eth_proto_cap, eth_proto_new;
3423         bool autoneg;
3424         int err;
3425
3426         ops = mlxsw_sp->port_type_speed_ops;
3427
3428         ops->reg_ptys_eth_pack(mlxsw_sp, ptys_pl, mlxsw_sp_port->local_port,
3429                                0, false);
3430         err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl);
3431         if (err)
3432                 return err;
3433         ops->reg_ptys_eth_unpack(mlxsw_sp, ptys_pl, &eth_proto_cap, NULL, NULL);
3434
3435         autoneg = cmd->base.autoneg == AUTONEG_ENABLE;
3436         eth_proto_new = autoneg ?
3437                 ops->to_ptys_advert_link(mlxsw_sp, mlxsw_sp_port->mapping.width,
3438                                          cmd) :
3439                 ops->to_ptys_speed(mlxsw_sp, mlxsw_sp_port->mapping.width,
3440                                    cmd->base.speed);
3441
3442         eth_proto_new = eth_proto_new & eth_proto_cap;
3443         if (!eth_proto_new) {
3444                 netdev_err(dev, "No supported speed requested\n");
3445                 return -EINVAL;
3446         }
3447
3448         ops->reg_ptys_eth_pack(mlxsw_sp, ptys_pl, mlxsw_sp_port->local_port,
3449                                eth_proto_new, autoneg);
3450         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl);
3451         if (err)
3452                 return err;
3453
3454         mlxsw_sp_port->link.autoneg = autoneg;
3455
3456         if (!netif_running(dev))
3457                 return 0;
3458
3459         mlxsw_sp_port_admin_status_set(mlxsw_sp_port, false);
3460         mlxsw_sp_port_admin_status_set(mlxsw_sp_port, true);
3461
3462         return 0;
3463 }
3464
3465 static int mlxsw_sp_get_module_info(struct net_device *netdev,
3466                                     struct ethtool_modinfo *modinfo)
3467 {
3468         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(netdev);
3469         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3470         int err;
3471
3472         err = mlxsw_env_get_module_info(mlxsw_sp->core,
3473                                         mlxsw_sp_port->mapping.module,
3474                                         modinfo);
3475
3476         return err;
3477 }
3478
3479 static int mlxsw_sp_get_module_eeprom(struct net_device *netdev,
3480                                       struct ethtool_eeprom *ee,
3481                                       u8 *data)
3482 {
3483         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(netdev);
3484         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3485         int err;
3486
3487         err = mlxsw_env_get_module_eeprom(netdev, mlxsw_sp->core,
3488                                           mlxsw_sp_port->mapping.module, ee,
3489                                           data);
3490
3491         return err;
3492 }
3493
3494 static int
3495 mlxsw_sp_get_ts_info(struct net_device *netdev, struct ethtool_ts_info *info)
3496 {
3497         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(netdev);
3498         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3499
3500         return mlxsw_sp->ptp_ops->get_ts_info(mlxsw_sp, info);
3501 }
3502
3503 static const struct ethtool_ops mlxsw_sp_port_ethtool_ops = {
3504         .get_drvinfo            = mlxsw_sp_port_get_drvinfo,
3505         .get_link               = ethtool_op_get_link,
3506         .get_pauseparam         = mlxsw_sp_port_get_pauseparam,
3507         .set_pauseparam         = mlxsw_sp_port_set_pauseparam,
3508         .get_strings            = mlxsw_sp_port_get_strings,
3509         .set_phys_id            = mlxsw_sp_port_set_phys_id,
3510         .get_ethtool_stats      = mlxsw_sp_port_get_stats,
3511         .get_sset_count         = mlxsw_sp_port_get_sset_count,
3512         .get_link_ksettings     = mlxsw_sp_port_get_link_ksettings,
3513         .set_link_ksettings     = mlxsw_sp_port_set_link_ksettings,
3514         .get_module_info        = mlxsw_sp_get_module_info,
3515         .get_module_eeprom      = mlxsw_sp_get_module_eeprom,
3516         .get_ts_info            = mlxsw_sp_get_ts_info,
3517 };
3518
3519 static int
3520 mlxsw_sp_port_speed_by_width_set(struct mlxsw_sp_port *mlxsw_sp_port)
3521 {
3522         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3523         const struct mlxsw_sp_port_type_speed_ops *ops;
3524         char ptys_pl[MLXSW_REG_PTYS_LEN];
3525         u32 eth_proto_admin;
3526         u32 upper_speed;
3527         u32 base_speed;
3528         int err;
3529
3530         ops = mlxsw_sp->port_type_speed_ops;
3531
3532         err = ops->port_speed_base(mlxsw_sp, mlxsw_sp_port->local_port,
3533                                    &base_speed);
3534         if (err)
3535                 return err;
3536         upper_speed = base_speed * mlxsw_sp_port->mapping.width;
3537
3538         eth_proto_admin = ops->to_ptys_upper_speed(mlxsw_sp, upper_speed);
3539         ops->reg_ptys_eth_pack(mlxsw_sp, ptys_pl, mlxsw_sp_port->local_port,
3540                                eth_proto_admin, mlxsw_sp_port->link.autoneg);
3541         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl);
3542 }
3543
3544 int mlxsw_sp_port_ets_set(struct mlxsw_sp_port *mlxsw_sp_port,
3545                           enum mlxsw_reg_qeec_hr hr, u8 index, u8 next_index,
3546                           bool dwrr, u8 dwrr_weight)
3547 {
3548         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3549         char qeec_pl[MLXSW_REG_QEEC_LEN];
3550
3551         mlxsw_reg_qeec_pack(qeec_pl, mlxsw_sp_port->local_port, hr, index,
3552                             next_index);
3553         mlxsw_reg_qeec_de_set(qeec_pl, true);
3554         mlxsw_reg_qeec_dwrr_set(qeec_pl, dwrr);
3555         mlxsw_reg_qeec_dwrr_weight_set(qeec_pl, dwrr_weight);
3556         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qeec), qeec_pl);
3557 }
3558
3559 int mlxsw_sp_port_ets_maxrate_set(struct mlxsw_sp_port *mlxsw_sp_port,
3560                                   enum mlxsw_reg_qeec_hr hr, u8 index,
3561                                   u8 next_index, u32 maxrate)
3562 {
3563         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3564         char qeec_pl[MLXSW_REG_QEEC_LEN];
3565
3566         mlxsw_reg_qeec_pack(qeec_pl, mlxsw_sp_port->local_port, hr, index,
3567                             next_index);
3568         mlxsw_reg_qeec_mase_set(qeec_pl, true);
3569         mlxsw_reg_qeec_max_shaper_rate_set(qeec_pl, maxrate);
3570         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qeec), qeec_pl);
3571 }
3572
3573 static int mlxsw_sp_port_min_bw_set(struct mlxsw_sp_port *mlxsw_sp_port,
3574                                     enum mlxsw_reg_qeec_hr hr, u8 index,
3575                                     u8 next_index, u32 minrate)
3576 {
3577         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3578         char qeec_pl[MLXSW_REG_QEEC_LEN];
3579
3580         mlxsw_reg_qeec_pack(qeec_pl, mlxsw_sp_port->local_port, hr, index,
3581                             next_index);
3582         mlxsw_reg_qeec_mise_set(qeec_pl, true);
3583         mlxsw_reg_qeec_min_shaper_rate_set(qeec_pl, minrate);
3584
3585         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qeec), qeec_pl);
3586 }
3587
3588 int mlxsw_sp_port_prio_tc_set(struct mlxsw_sp_port *mlxsw_sp_port,
3589                               u8 switch_prio, u8 tclass)
3590 {
3591         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3592         char qtct_pl[MLXSW_REG_QTCT_LEN];
3593
3594         mlxsw_reg_qtct_pack(qtct_pl, mlxsw_sp_port->local_port, switch_prio,
3595                             tclass);
3596         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qtct), qtct_pl);
3597 }
3598
3599 static int mlxsw_sp_port_ets_init(struct mlxsw_sp_port *mlxsw_sp_port)
3600 {
3601         int err, i;
3602
3603         /* Setup the elements hierarcy, so that each TC is linked to
3604          * one subgroup, which are all member in the same group.
3605          */
3606         err = mlxsw_sp_port_ets_set(mlxsw_sp_port,
3607                                     MLXSW_REG_QEEC_HR_GROUP, 0, 0, false, 0);
3608         if (err)
3609                 return err;
3610         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3611                 err = mlxsw_sp_port_ets_set(mlxsw_sp_port,
3612                                             MLXSW_REG_QEEC_HR_SUBGROUP, i,
3613                                             0, false, 0);
3614                 if (err)
3615                         return err;
3616         }
3617         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3618                 err = mlxsw_sp_port_ets_set(mlxsw_sp_port,
3619                                             MLXSW_REG_QEEC_HR_TC, i, i,
3620                                             false, 0);
3621                 if (err)
3622                         return err;
3623
3624                 err = mlxsw_sp_port_ets_set(mlxsw_sp_port,
3625                                             MLXSW_REG_QEEC_HR_TC,
3626                                             i + 8, i,
3627                                             true, 100);
3628                 if (err)
3629                         return err;
3630         }
3631
3632         /* Make sure the max shaper is disabled in all hierarchies that support
3633          * it. Note that this disables ptps (PTP shaper), but that is intended
3634          * for the initial configuration.
3635          */
3636         err = mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port,
3637                                             MLXSW_REG_QEEC_HR_PORT, 0, 0,
3638                                             MLXSW_REG_QEEC_MAS_DIS);
3639         if (err)
3640                 return err;
3641         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3642                 err = mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port,
3643                                                     MLXSW_REG_QEEC_HR_SUBGROUP,
3644                                                     i, 0,
3645                                                     MLXSW_REG_QEEC_MAS_DIS);
3646                 if (err)
3647                         return err;
3648         }
3649         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3650                 err = mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port,
3651                                                     MLXSW_REG_QEEC_HR_TC,
3652                                                     i, i,
3653                                                     MLXSW_REG_QEEC_MAS_DIS);
3654                 if (err)
3655                         return err;
3656
3657                 err = mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port,
3658                                                     MLXSW_REG_QEEC_HR_TC,
3659                                                     i + 8, i,
3660                                                     MLXSW_REG_QEEC_MAS_DIS);
3661                 if (err)
3662                         return err;
3663         }
3664
3665         /* Configure the min shaper for multicast TCs. */
3666         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3667                 err = mlxsw_sp_port_min_bw_set(mlxsw_sp_port,
3668                                                MLXSW_REG_QEEC_HR_TC,
3669                                                i + 8, i,
3670                                                MLXSW_REG_QEEC_MIS_MIN);
3671                 if (err)
3672                         return err;
3673         }
3674
3675         /* Map all priorities to traffic class 0. */
3676         for (i = 0; i < IEEE_8021QAZ_MAX_TCS; i++) {
3677                 err = mlxsw_sp_port_prio_tc_set(mlxsw_sp_port, i, 0);
3678                 if (err)
3679                         return err;
3680         }
3681
3682         return 0;
3683 }
3684
3685 static int mlxsw_sp_port_tc_mc_mode_set(struct mlxsw_sp_port *mlxsw_sp_port,
3686                                         bool enable)
3687 {
3688         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
3689         char qtctm_pl[MLXSW_REG_QTCTM_LEN];
3690
3691         mlxsw_reg_qtctm_pack(qtctm_pl, mlxsw_sp_port->local_port, enable);
3692         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(qtctm), qtctm_pl);
3693 }
3694
3695 static int mlxsw_sp_port_create(struct mlxsw_sp *mlxsw_sp, u8 local_port,
3696                                 u8 split_base_local_port,
3697                                 struct mlxsw_sp_port_mapping *port_mapping)
3698 {
3699         struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan;
3700         bool split = !!split_base_local_port;
3701         struct mlxsw_sp_port *mlxsw_sp_port;
3702         struct net_device *dev;
3703         int err;
3704
3705         err = mlxsw_core_port_init(mlxsw_sp->core, local_port,
3706                                    port_mapping->module + 1, split,
3707                                    port_mapping->lane / port_mapping->width,
3708                                    mlxsw_sp->base_mac,
3709                                    sizeof(mlxsw_sp->base_mac));
3710         if (err) {
3711                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to init core port\n",
3712                         local_port);
3713                 return err;
3714         }
3715
3716         dev = alloc_etherdev(sizeof(struct mlxsw_sp_port));
3717         if (!dev) {
3718                 err = -ENOMEM;
3719                 goto err_alloc_etherdev;
3720         }
3721         SET_NETDEV_DEV(dev, mlxsw_sp->bus_info->dev);
3722         dev_net_set(dev, mlxsw_sp_net(mlxsw_sp));
3723         mlxsw_sp_port = netdev_priv(dev);
3724         mlxsw_sp_port->dev = dev;
3725         mlxsw_sp_port->mlxsw_sp = mlxsw_sp;
3726         mlxsw_sp_port->local_port = local_port;
3727         mlxsw_sp_port->pvid = MLXSW_SP_DEFAULT_VID;
3728         mlxsw_sp_port->split = split;
3729         mlxsw_sp_port->split_base_local_port = split_base_local_port;
3730         mlxsw_sp_port->mapping = *port_mapping;
3731         mlxsw_sp_port->link.autoneg = 1;
3732         INIT_LIST_HEAD(&mlxsw_sp_port->vlans_list);
3733         INIT_LIST_HEAD(&mlxsw_sp_port->mall_tc_list);
3734
3735         mlxsw_sp_port->pcpu_stats =
3736                 netdev_alloc_pcpu_stats(struct mlxsw_sp_port_pcpu_stats);
3737         if (!mlxsw_sp_port->pcpu_stats) {
3738                 err = -ENOMEM;
3739                 goto err_alloc_stats;
3740         }
3741
3742         mlxsw_sp_port->sample = kzalloc(sizeof(*mlxsw_sp_port->sample),
3743                                         GFP_KERNEL);
3744         if (!mlxsw_sp_port->sample) {
3745                 err = -ENOMEM;
3746                 goto err_alloc_sample;
3747         }
3748
3749         INIT_DELAYED_WORK(&mlxsw_sp_port->periodic_hw_stats.update_dw,
3750                           &update_stats_cache);
3751
3752         dev->netdev_ops = &mlxsw_sp_port_netdev_ops;
3753         dev->ethtool_ops = &mlxsw_sp_port_ethtool_ops;
3754
3755         err = mlxsw_sp_port_module_map(mlxsw_sp_port);
3756         if (err) {
3757                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to map module\n",
3758                         mlxsw_sp_port->local_port);
3759                 goto err_port_module_map;
3760         }
3761
3762         err = mlxsw_sp_port_swid_set(mlxsw_sp_port, 0);
3763         if (err) {
3764                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set SWID\n",
3765                         mlxsw_sp_port->local_port);
3766                 goto err_port_swid_set;
3767         }
3768
3769         err = mlxsw_sp_port_dev_addr_init(mlxsw_sp_port);
3770         if (err) {
3771                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Unable to init port mac address\n",
3772                         mlxsw_sp_port->local_port);
3773                 goto err_dev_addr_init;
3774         }
3775
3776         netif_carrier_off(dev);
3777
3778         dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG |
3779                          NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC;
3780         dev->hw_features |= NETIF_F_HW_TC | NETIF_F_LOOPBACK;
3781
3782         dev->min_mtu = 0;
3783         dev->max_mtu = ETH_MAX_MTU;
3784
3785         /* Each packet needs to have a Tx header (metadata) on top all other
3786          * headers.
3787          */
3788         dev->needed_headroom = MLXSW_TXHDR_LEN;
3789
3790         err = mlxsw_sp_port_system_port_mapping_set(mlxsw_sp_port);
3791         if (err) {
3792                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set system port mapping\n",
3793                         mlxsw_sp_port->local_port);
3794                 goto err_port_system_port_mapping_set;
3795         }
3796
3797         err = mlxsw_sp_port_speed_by_width_set(mlxsw_sp_port);
3798         if (err) {
3799                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to enable speeds\n",
3800                         mlxsw_sp_port->local_port);
3801                 goto err_port_speed_by_width_set;
3802         }
3803
3804         err = mlxsw_sp_port_mtu_set(mlxsw_sp_port, ETH_DATA_LEN);
3805         if (err) {
3806                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set MTU\n",
3807                         mlxsw_sp_port->local_port);
3808                 goto err_port_mtu_set;
3809         }
3810
3811         err = mlxsw_sp_port_admin_status_set(mlxsw_sp_port, false);
3812         if (err)
3813                 goto err_port_admin_status_set;
3814
3815         err = mlxsw_sp_port_buffers_init(mlxsw_sp_port);
3816         if (err) {
3817                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize buffers\n",
3818                         mlxsw_sp_port->local_port);
3819                 goto err_port_buffers_init;
3820         }
3821
3822         err = mlxsw_sp_port_ets_init(mlxsw_sp_port);
3823         if (err) {
3824                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize ETS\n",
3825                         mlxsw_sp_port->local_port);
3826                 goto err_port_ets_init;
3827         }
3828
3829         err = mlxsw_sp_port_tc_mc_mode_set(mlxsw_sp_port, true);
3830         if (err) {
3831                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize TC MC mode\n",
3832                         mlxsw_sp_port->local_port);
3833                 goto err_port_tc_mc_mode;
3834         }
3835
3836         /* ETS and buffers must be initialized before DCB. */
3837         err = mlxsw_sp_port_dcb_init(mlxsw_sp_port);
3838         if (err) {
3839                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize DCB\n",
3840                         mlxsw_sp_port->local_port);
3841                 goto err_port_dcb_init;
3842         }
3843
3844         err = mlxsw_sp_port_fids_init(mlxsw_sp_port);
3845         if (err) {
3846                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize FIDs\n",
3847                         mlxsw_sp_port->local_port);
3848                 goto err_port_fids_init;
3849         }
3850
3851         err = mlxsw_sp_tc_qdisc_init(mlxsw_sp_port);
3852         if (err) {
3853                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize TC qdiscs\n",
3854                         mlxsw_sp_port->local_port);
3855                 goto err_port_qdiscs_init;
3856         }
3857
3858         err = mlxsw_sp_port_vlan_set(mlxsw_sp_port, 0, VLAN_N_VID - 1, false,
3859                                      false);
3860         if (err) {
3861                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to clear VLAN filter\n",
3862                         mlxsw_sp_port->local_port);
3863                 goto err_port_vlan_clear;
3864         }
3865
3866         err = mlxsw_sp_port_nve_init(mlxsw_sp_port);
3867         if (err) {
3868                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to initialize NVE\n",
3869                         mlxsw_sp_port->local_port);
3870                 goto err_port_nve_init;
3871         }
3872
3873         err = mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID);
3874         if (err) {
3875                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to set PVID\n",
3876                         mlxsw_sp_port->local_port);
3877                 goto err_port_pvid_set;
3878         }
3879
3880         mlxsw_sp_port_vlan = mlxsw_sp_port_vlan_create(mlxsw_sp_port,
3881                                                        MLXSW_SP_DEFAULT_VID);
3882         if (IS_ERR(mlxsw_sp_port_vlan)) {
3883                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to create VID 1\n",
3884                         mlxsw_sp_port->local_port);
3885                 err = PTR_ERR(mlxsw_sp_port_vlan);
3886                 goto err_port_vlan_create;
3887         }
3888         mlxsw_sp_port->default_vlan = mlxsw_sp_port_vlan;
3889
3890         INIT_DELAYED_WORK(&mlxsw_sp_port->ptp.shaper_dw,
3891                           mlxsw_sp->ptp_ops->shaper_work);
3892
3893         mlxsw_sp->ports[local_port] = mlxsw_sp_port;
3894         err = register_netdev(dev);
3895         if (err) {
3896                 dev_err(mlxsw_sp->bus_info->dev, "Port %d: Failed to register netdev\n",
3897                         mlxsw_sp_port->local_port);
3898                 goto err_register_netdev;
3899         }
3900
3901         mlxsw_core_port_eth_set(mlxsw_sp->core, mlxsw_sp_port->local_port,
3902                                 mlxsw_sp_port, dev);
3903         mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, 0);
3904         return 0;
3905
3906 err_register_netdev:
3907         mlxsw_sp->ports[local_port] = NULL;
3908         mlxsw_sp_port_vlan_destroy(mlxsw_sp_port_vlan);
3909 err_port_vlan_create:
3910 err_port_pvid_set:
3911         mlxsw_sp_port_nve_fini(mlxsw_sp_port);
3912 err_port_nve_init:
3913 err_port_vlan_clear:
3914         mlxsw_sp_tc_qdisc_fini(mlxsw_sp_port);
3915 err_port_qdiscs_init:
3916         mlxsw_sp_port_fids_fini(mlxsw_sp_port);
3917 err_port_fids_init:
3918         mlxsw_sp_port_dcb_fini(mlxsw_sp_port);
3919 err_port_dcb_init:
3920         mlxsw_sp_port_tc_mc_mode_set(mlxsw_sp_port, false);
3921 err_port_tc_mc_mode:
3922 err_port_ets_init:
3923 err_port_buffers_init:
3924 err_port_admin_status_set:
3925 err_port_mtu_set:
3926 err_port_speed_by_width_set:
3927 err_port_system_port_mapping_set:
3928 err_dev_addr_init:
3929         mlxsw_sp_port_swid_set(mlxsw_sp_port, MLXSW_PORT_SWID_DISABLED_PORT);
3930 err_port_swid_set:
3931         mlxsw_sp_port_module_unmap(mlxsw_sp_port);
3932 err_port_module_map:
3933         kfree(mlxsw_sp_port->sample);
3934 err_alloc_sample:
3935         free_percpu(mlxsw_sp_port->pcpu_stats);
3936 err_alloc_stats:
3937         free_netdev(dev);
3938 err_alloc_etherdev:
3939         mlxsw_core_port_fini(mlxsw_sp->core, local_port);
3940         return err;
3941 }
3942
3943 static void mlxsw_sp_port_remove(struct mlxsw_sp *mlxsw_sp, u8 local_port)
3944 {
3945         struct mlxsw_sp_port *mlxsw_sp_port = mlxsw_sp->ports[local_port];
3946
3947         cancel_delayed_work_sync(&mlxsw_sp_port->periodic_hw_stats.update_dw);
3948         cancel_delayed_work_sync(&mlxsw_sp_port->ptp.shaper_dw);
3949         mlxsw_sp_port_ptp_clear(mlxsw_sp_port);
3950         mlxsw_core_port_clear(mlxsw_sp->core, local_port, mlxsw_sp);
3951         unregister_netdev(mlxsw_sp_port->dev); /* This calls ndo_stop */
3952         mlxsw_sp->ports[local_port] = NULL;
3953         mlxsw_sp_port_vlan_flush(mlxsw_sp_port, true);
3954         mlxsw_sp_port_nve_fini(mlxsw_sp_port);
3955         mlxsw_sp_tc_qdisc_fini(mlxsw_sp_port);
3956         mlxsw_sp_port_fids_fini(mlxsw_sp_port);
3957         mlxsw_sp_port_dcb_fini(mlxsw_sp_port);
3958         mlxsw_sp_port_tc_mc_mode_set(mlxsw_sp_port, false);
3959         mlxsw_sp_port_swid_set(mlxsw_sp_port, MLXSW_PORT_SWID_DISABLED_PORT);
3960         mlxsw_sp_port_module_unmap(mlxsw_sp_port);
3961         kfree(mlxsw_sp_port->sample);
3962         free_percpu(mlxsw_sp_port->pcpu_stats);
3963         WARN_ON_ONCE(!list_empty(&mlxsw_sp_port->vlans_list));
3964         free_netdev(mlxsw_sp_port->dev);
3965         mlxsw_core_port_fini(mlxsw_sp->core, local_port);
3966 }
3967
3968 static int mlxsw_sp_cpu_port_create(struct mlxsw_sp *mlxsw_sp)
3969 {
3970         struct mlxsw_sp_port *mlxsw_sp_port;
3971         int err;
3972
3973         mlxsw_sp_port = kzalloc(sizeof(*mlxsw_sp_port), GFP_KERNEL);
3974         if (!mlxsw_sp_port)
3975                 return -ENOMEM;
3976
3977         mlxsw_sp_port->mlxsw_sp = mlxsw_sp;
3978         mlxsw_sp_port->local_port = MLXSW_PORT_CPU_PORT;
3979
3980         err = mlxsw_core_cpu_port_init(mlxsw_sp->core,
3981                                        mlxsw_sp_port,
3982                                        mlxsw_sp->base_mac,
3983                                        sizeof(mlxsw_sp->base_mac));
3984         if (err) {
3985                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize core CPU port\n");
3986                 goto err_core_cpu_port_init;
3987         }
3988
3989         mlxsw_sp->ports[MLXSW_PORT_CPU_PORT] = mlxsw_sp_port;
3990         return 0;
3991
3992 err_core_cpu_port_init:
3993         kfree(mlxsw_sp_port);
3994         return err;
3995 }
3996
3997 static void mlxsw_sp_cpu_port_remove(struct mlxsw_sp *mlxsw_sp)
3998 {
3999         struct mlxsw_sp_port *mlxsw_sp_port =
4000                                 mlxsw_sp->ports[MLXSW_PORT_CPU_PORT];
4001
4002         mlxsw_core_cpu_port_fini(mlxsw_sp->core);
4003         mlxsw_sp->ports[MLXSW_PORT_CPU_PORT] = NULL;
4004         kfree(mlxsw_sp_port);
4005 }
4006
4007 static bool mlxsw_sp_port_created(struct mlxsw_sp *mlxsw_sp, u8 local_port)
4008 {
4009         return mlxsw_sp->ports[local_port] != NULL;
4010 }
4011
4012 static void mlxsw_sp_ports_remove(struct mlxsw_sp *mlxsw_sp)
4013 {
4014         int i;
4015
4016         for (i = 1; i < mlxsw_core_max_ports(mlxsw_sp->core); i++)
4017                 if (mlxsw_sp_port_created(mlxsw_sp, i))
4018                         mlxsw_sp_port_remove(mlxsw_sp, i);
4019         mlxsw_sp_cpu_port_remove(mlxsw_sp);
4020         kfree(mlxsw_sp->ports);
4021 }
4022
4023 static int mlxsw_sp_ports_create(struct mlxsw_sp *mlxsw_sp)
4024 {
4025         unsigned int max_ports = mlxsw_core_max_ports(mlxsw_sp->core);
4026         struct mlxsw_sp_port_mapping *port_mapping;
4027         size_t alloc_size;
4028         int i;
4029         int err;
4030
4031         alloc_size = sizeof(struct mlxsw_sp_port *) * max_ports;
4032         mlxsw_sp->ports = kzalloc(alloc_size, GFP_KERNEL);
4033         if (!mlxsw_sp->ports)
4034                 return -ENOMEM;
4035
4036         err = mlxsw_sp_cpu_port_create(mlxsw_sp);
4037         if (err)
4038                 goto err_cpu_port_create;
4039
4040         for (i = 1; i < max_ports; i++) {
4041                 port_mapping = mlxsw_sp->port_mapping[i];
4042                 if (!port_mapping)
4043                         continue;
4044                 err = mlxsw_sp_port_create(mlxsw_sp, i, 0, port_mapping);
4045                 if (err)
4046                         goto err_port_create;
4047         }
4048         return 0;
4049
4050 err_port_create:
4051         for (i--; i >= 1; i--)
4052                 if (mlxsw_sp_port_created(mlxsw_sp, i))
4053                         mlxsw_sp_port_remove(mlxsw_sp, i);
4054         mlxsw_sp_cpu_port_remove(mlxsw_sp);
4055 err_cpu_port_create:
4056         kfree(mlxsw_sp->ports);
4057         return err;
4058 }
4059
4060 static int mlxsw_sp_port_module_info_init(struct mlxsw_sp *mlxsw_sp)
4061 {
4062         unsigned int max_ports = mlxsw_core_max_ports(mlxsw_sp->core);
4063         struct mlxsw_sp_port_mapping port_mapping;
4064         int i;
4065         int err;
4066
4067         mlxsw_sp->port_mapping = kcalloc(max_ports,
4068                                          sizeof(struct mlxsw_sp_port_mapping *),
4069                                          GFP_KERNEL);
4070         if (!mlxsw_sp->port_mapping)
4071                 return -ENOMEM;
4072
4073         for (i = 1; i < max_ports; i++) {
4074                 err = mlxsw_sp_port_module_info_get(mlxsw_sp, i, &port_mapping);
4075                 if (err)
4076                         goto err_port_module_info_get;
4077                 if (!port_mapping.width)
4078                         continue;
4079
4080                 mlxsw_sp->port_mapping[i] = kmemdup(&port_mapping,
4081                                                     sizeof(port_mapping),
4082                                                     GFP_KERNEL);
4083                 if (!mlxsw_sp->port_mapping[i]) {
4084                         err = -ENOMEM;
4085                         goto err_port_module_info_dup;
4086                 }
4087         }
4088         return 0;
4089
4090 err_port_module_info_get:
4091 err_port_module_info_dup:
4092         for (i--; i >= 1; i--)
4093                 kfree(mlxsw_sp->port_mapping[i]);
4094         kfree(mlxsw_sp->port_mapping);
4095         return err;
4096 }
4097
4098 static void mlxsw_sp_port_module_info_fini(struct mlxsw_sp *mlxsw_sp)
4099 {
4100         int i;
4101
4102         for (i = 1; i < mlxsw_core_max_ports(mlxsw_sp->core); i++)
4103                 kfree(mlxsw_sp->port_mapping[i]);
4104         kfree(mlxsw_sp->port_mapping);
4105 }
4106
4107 static u8 mlxsw_sp_cluster_base_port_get(u8 local_port, unsigned int max_width)
4108 {
4109         u8 offset = (local_port - 1) % max_width;
4110
4111         return local_port - offset;
4112 }
4113
4114 static int
4115 mlxsw_sp_port_split_create(struct mlxsw_sp *mlxsw_sp, u8 base_port,
4116                            struct mlxsw_sp_port_mapping *port_mapping,
4117                            unsigned int count, u8 offset)
4118 {
4119         struct mlxsw_sp_port_mapping split_port_mapping;
4120         int err, i;
4121
4122         split_port_mapping = *port_mapping;
4123         split_port_mapping.width /= count;
4124         for (i = 0; i < count; i++) {
4125                 err = mlxsw_sp_port_create(mlxsw_sp, base_port + i * offset,
4126                                            base_port, &split_port_mapping);
4127                 if (err)
4128                         goto err_port_create;
4129                 split_port_mapping.lane += split_port_mapping.width;
4130         }
4131
4132         return 0;
4133
4134 err_port_create:
4135         for (i--; i >= 0; i--)
4136                 if (mlxsw_sp_port_created(mlxsw_sp, base_port + i * offset))
4137                         mlxsw_sp_port_remove(mlxsw_sp, base_port + i * offset);
4138         return err;
4139 }
4140
4141 static void mlxsw_sp_port_unsplit_create(struct mlxsw_sp *mlxsw_sp,
4142                                          u8 base_port,
4143                                          unsigned int count, u8 offset)
4144 {
4145         struct mlxsw_sp_port_mapping *port_mapping;
4146         int i;
4147
4148         /* Go over original unsplit ports in the gap and recreate them. */
4149         for (i = 0; i < count * offset; i++) {
4150                 port_mapping = mlxsw_sp->port_mapping[base_port + i];
4151                 if (!port_mapping)
4152                         continue;
4153                 mlxsw_sp_port_create(mlxsw_sp, base_port + i, 0, port_mapping);
4154         }
4155 }
4156
4157 static int mlxsw_sp_local_ports_offset(struct mlxsw_core *mlxsw_core,
4158                                        unsigned int count,
4159                                        unsigned int max_width)
4160 {
4161         enum mlxsw_res_id local_ports_in_x_res_id;
4162         int split_width = max_width / count;
4163
4164         if (split_width == 1)
4165                 local_ports_in_x_res_id = MLXSW_RES_ID_LOCAL_PORTS_IN_1X;
4166         else if (split_width == 2)
4167                 local_ports_in_x_res_id = MLXSW_RES_ID_LOCAL_PORTS_IN_2X;
4168         else if (split_width == 4)
4169                 local_ports_in_x_res_id = MLXSW_RES_ID_LOCAL_PORTS_IN_4X;
4170         else
4171                 return -EINVAL;
4172
4173         if (!mlxsw_core_res_valid(mlxsw_core, local_ports_in_x_res_id))
4174                 return -EINVAL;
4175         return mlxsw_core_res_get(mlxsw_core, local_ports_in_x_res_id);
4176 }
4177
4178 static int mlxsw_sp_port_split(struct mlxsw_core *mlxsw_core, u8 local_port,
4179                                unsigned int count,
4180                                struct netlink_ext_ack *extack)
4181 {
4182         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
4183         struct mlxsw_sp_port_mapping port_mapping;
4184         struct mlxsw_sp_port *mlxsw_sp_port;
4185         int max_width;
4186         u8 base_port;
4187         int offset;
4188         int i;
4189         int err;
4190
4191         mlxsw_sp_port = mlxsw_sp->ports[local_port];
4192         if (!mlxsw_sp_port) {
4193                 dev_err(mlxsw_sp->bus_info->dev, "Port number \"%d\" does not exist\n",
4194                         local_port);
4195                 NL_SET_ERR_MSG_MOD(extack, "Port number does not exist");
4196                 return -EINVAL;
4197         }
4198
4199         /* Split ports cannot be split. */
4200         if (mlxsw_sp_port->split) {
4201                 netdev_err(mlxsw_sp_port->dev, "Port cannot be split further\n");
4202                 NL_SET_ERR_MSG_MOD(extack, "Port cannot be split further");
4203                 return -EINVAL;
4204         }
4205
4206         max_width = mlxsw_core_module_max_width(mlxsw_core,
4207                                                 mlxsw_sp_port->mapping.module);
4208         if (max_width < 0) {
4209                 netdev_err(mlxsw_sp_port->dev, "Cannot get max width of port module\n");
4210                 NL_SET_ERR_MSG_MOD(extack, "Cannot get max width of port module");
4211                 return max_width;
4212         }
4213
4214         /* Split port with non-max and 1 module width cannot be split. */
4215         if (mlxsw_sp_port->mapping.width != max_width || max_width == 1) {
4216                 netdev_err(mlxsw_sp_port->dev, "Port cannot be split\n");
4217                 NL_SET_ERR_MSG_MOD(extack, "Port cannot be split");
4218                 return -EINVAL;
4219         }
4220
4221         if (count == 1 || !is_power_of_2(count) || count > max_width) {
4222                 netdev_err(mlxsw_sp_port->dev, "Invalid split count\n");
4223                 NL_SET_ERR_MSG_MOD(extack, "Invalid split count");
4224                 return -EINVAL;
4225         }
4226
4227         offset = mlxsw_sp_local_ports_offset(mlxsw_core, count, max_width);
4228         if (offset < 0) {
4229                 netdev_err(mlxsw_sp_port->dev, "Cannot obtain local port offset\n");
4230                 NL_SET_ERR_MSG_MOD(extack, "Cannot obtain local port offset");
4231                 return -EINVAL;
4232         }
4233
4234         /* Only in case max split is being done, the local port and
4235          * base port may differ.
4236          */
4237         base_port = count == max_width ?
4238                     mlxsw_sp_cluster_base_port_get(local_port, max_width) :
4239                     local_port;
4240
4241         for (i = 0; i < count * offset; i++) {
4242                 /* Expect base port to exist and also the one in the middle in
4243                  * case of maximal split count.
4244                  */
4245                 if (i == 0 || (count == max_width && i == count / 2))
4246                         continue;
4247
4248                 if (mlxsw_sp_port_created(mlxsw_sp, base_port + i)) {
4249                         netdev_err(mlxsw_sp_port->dev, "Invalid split configuration\n");
4250                         NL_SET_ERR_MSG_MOD(extack, "Invalid split configuration");
4251                         return -EINVAL;
4252                 }
4253         }
4254
4255         port_mapping = mlxsw_sp_port->mapping;
4256
4257         for (i = 0; i < count; i++)
4258                 if (mlxsw_sp_port_created(mlxsw_sp, base_port + i * offset))
4259                         mlxsw_sp_port_remove(mlxsw_sp, base_port + i * offset);
4260
4261         err = mlxsw_sp_port_split_create(mlxsw_sp, base_port, &port_mapping,
4262                                          count, offset);
4263         if (err) {
4264                 dev_err(mlxsw_sp->bus_info->dev, "Failed to create split ports\n");
4265                 goto err_port_split_create;
4266         }
4267
4268         return 0;
4269
4270 err_port_split_create:
4271         mlxsw_sp_port_unsplit_create(mlxsw_sp, base_port, count, offset);
4272         return err;
4273 }
4274
4275 static int mlxsw_sp_port_unsplit(struct mlxsw_core *mlxsw_core, u8 local_port,
4276                                  struct netlink_ext_ack *extack)
4277 {
4278         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
4279         struct mlxsw_sp_port *mlxsw_sp_port;
4280         unsigned int count;
4281         int max_width;
4282         u8 base_port;
4283         int offset;
4284         int i;
4285
4286         mlxsw_sp_port = mlxsw_sp->ports[local_port];
4287         if (!mlxsw_sp_port) {
4288                 dev_err(mlxsw_sp->bus_info->dev, "Port number \"%d\" does not exist\n",
4289                         local_port);
4290                 NL_SET_ERR_MSG_MOD(extack, "Port number does not exist");
4291                 return -EINVAL;
4292         }
4293
4294         if (!mlxsw_sp_port->split) {
4295                 netdev_err(mlxsw_sp_port->dev, "Port was not split\n");
4296                 NL_SET_ERR_MSG_MOD(extack, "Port was not split");
4297                 return -EINVAL;
4298         }
4299
4300         max_width = mlxsw_core_module_max_width(mlxsw_core,
4301                                                 mlxsw_sp_port->mapping.module);
4302         if (max_width < 0) {
4303                 netdev_err(mlxsw_sp_port->dev, "Cannot get max width of port module\n");
4304                 NL_SET_ERR_MSG_MOD(extack, "Cannot get max width of port module");
4305                 return max_width;
4306         }
4307
4308         count = max_width / mlxsw_sp_port->mapping.width;
4309
4310         offset = mlxsw_sp_local_ports_offset(mlxsw_core, count, max_width);
4311         if (WARN_ON(offset < 0)) {
4312                 netdev_err(mlxsw_sp_port->dev, "Cannot obtain local port offset\n");
4313                 NL_SET_ERR_MSG_MOD(extack, "Cannot obtain local port offset");
4314                 return -EINVAL;
4315         }
4316
4317         base_port = mlxsw_sp_port->split_base_local_port;
4318
4319         for (i = 0; i < count; i++)
4320                 if (mlxsw_sp_port_created(mlxsw_sp, base_port + i * offset))
4321                         mlxsw_sp_port_remove(mlxsw_sp, base_port + i * offset);
4322
4323         mlxsw_sp_port_unsplit_create(mlxsw_sp, base_port, count, offset);
4324
4325         return 0;
4326 }
4327
4328 static void mlxsw_sp_pude_event_func(const struct mlxsw_reg_info *reg,
4329                                      char *pude_pl, void *priv)
4330 {
4331         struct mlxsw_sp *mlxsw_sp = priv;
4332         struct mlxsw_sp_port *mlxsw_sp_port;
4333         enum mlxsw_reg_pude_oper_status status;
4334         u8 local_port;
4335
4336         local_port = mlxsw_reg_pude_local_port_get(pude_pl);
4337         mlxsw_sp_port = mlxsw_sp->ports[local_port];
4338         if (!mlxsw_sp_port)
4339                 return;
4340
4341         status = mlxsw_reg_pude_oper_status_get(pude_pl);
4342         if (status == MLXSW_PORT_OPER_STATUS_UP) {
4343                 netdev_info(mlxsw_sp_port->dev, "link up\n");
4344                 netif_carrier_on(mlxsw_sp_port->dev);
4345                 mlxsw_core_schedule_dw(&mlxsw_sp_port->ptp.shaper_dw, 0);
4346         } else {
4347                 netdev_info(mlxsw_sp_port->dev, "link down\n");
4348                 netif_carrier_off(mlxsw_sp_port->dev);
4349         }
4350 }
4351
4352 static void mlxsw_sp1_ptp_fifo_event_func(struct mlxsw_sp *mlxsw_sp,
4353                                           char *mtpptr_pl, bool ingress)
4354 {
4355         u8 local_port;
4356         u8 num_rec;
4357         int i;
4358
4359         local_port = mlxsw_reg_mtpptr_local_port_get(mtpptr_pl);
4360         num_rec = mlxsw_reg_mtpptr_num_rec_get(mtpptr_pl);
4361         for (i = 0; i < num_rec; i++) {
4362                 u8 domain_number;
4363                 u8 message_type;
4364                 u16 sequence_id;
4365                 u64 timestamp;
4366
4367                 mlxsw_reg_mtpptr_unpack(mtpptr_pl, i, &message_type,
4368                                         &domain_number, &sequence_id,
4369                                         &timestamp);
4370                 mlxsw_sp1_ptp_got_timestamp(mlxsw_sp, ingress, local_port,
4371                                             message_type, domain_number,
4372                                             sequence_id, timestamp);
4373         }
4374 }
4375
4376 static void mlxsw_sp1_ptp_ing_fifo_event_func(const struct mlxsw_reg_info *reg,
4377                                               char *mtpptr_pl, void *priv)
4378 {
4379         struct mlxsw_sp *mlxsw_sp = priv;
4380
4381         mlxsw_sp1_ptp_fifo_event_func(mlxsw_sp, mtpptr_pl, true);
4382 }
4383
4384 static void mlxsw_sp1_ptp_egr_fifo_event_func(const struct mlxsw_reg_info *reg,
4385                                               char *mtpptr_pl, void *priv)
4386 {
4387         struct mlxsw_sp *mlxsw_sp = priv;
4388
4389         mlxsw_sp1_ptp_fifo_event_func(mlxsw_sp, mtpptr_pl, false);
4390 }
4391
4392 void mlxsw_sp_rx_listener_no_mark_func(struct sk_buff *skb,
4393                                        u8 local_port, void *priv)
4394 {
4395         struct mlxsw_sp *mlxsw_sp = priv;
4396         struct mlxsw_sp_port *mlxsw_sp_port = mlxsw_sp->ports[local_port];
4397         struct mlxsw_sp_port_pcpu_stats *pcpu_stats;
4398
4399         if (unlikely(!mlxsw_sp_port)) {
4400                 dev_warn_ratelimited(mlxsw_sp->bus_info->dev, "Port %d: skb received for non-existent port\n",
4401                                      local_port);
4402                 return;
4403         }
4404
4405         skb->dev = mlxsw_sp_port->dev;
4406
4407         pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats);
4408         u64_stats_update_begin(&pcpu_stats->syncp);
4409         pcpu_stats->rx_packets++;
4410         pcpu_stats->rx_bytes += skb->len;
4411         u64_stats_update_end(&pcpu_stats->syncp);
4412
4413         skb->protocol = eth_type_trans(skb, skb->dev);
4414         netif_receive_skb(skb);
4415 }
4416
4417 static void mlxsw_sp_rx_listener_mark_func(struct sk_buff *skb, u8 local_port,
4418                                            void *priv)
4419 {
4420         skb->offload_fwd_mark = 1;
4421         return mlxsw_sp_rx_listener_no_mark_func(skb, local_port, priv);
4422 }
4423
4424 static void mlxsw_sp_rx_listener_l3_mark_func(struct sk_buff *skb,
4425                                               u8 local_port, void *priv)
4426 {
4427         skb->offload_l3_fwd_mark = 1;
4428         skb->offload_fwd_mark = 1;
4429         return mlxsw_sp_rx_listener_no_mark_func(skb, local_port, priv);
4430 }
4431
4432 static void mlxsw_sp_rx_listener_sample_func(struct sk_buff *skb, u8 local_port,
4433                                              void *priv)
4434 {
4435         struct mlxsw_sp *mlxsw_sp = priv;
4436         struct mlxsw_sp_port *mlxsw_sp_port = mlxsw_sp->ports[local_port];
4437         struct psample_group *psample_group;
4438         u32 size;
4439
4440         if (unlikely(!mlxsw_sp_port)) {
4441                 dev_warn_ratelimited(mlxsw_sp->bus_info->dev, "Port %d: sample skb received for non-existent port\n",
4442                                      local_port);
4443                 goto out;
4444         }
4445         if (unlikely(!mlxsw_sp_port->sample)) {
4446                 dev_warn_ratelimited(mlxsw_sp->bus_info->dev, "Port %d: sample skb received on unsupported port\n",
4447                                      local_port);
4448                 goto out;
4449         }
4450
4451         size = mlxsw_sp_port->sample->truncate ?
4452                   mlxsw_sp_port->sample->trunc_size : skb->len;
4453
4454         rcu_read_lock();
4455         psample_group = rcu_dereference(mlxsw_sp_port->sample->psample_group);
4456         if (!psample_group)
4457                 goto out_unlock;
4458         psample_sample_packet(psample_group, skb, size,
4459                               mlxsw_sp_port->dev->ifindex, 0,
4460                               mlxsw_sp_port->sample->rate);
4461 out_unlock:
4462         rcu_read_unlock();
4463 out:
4464         consume_skb(skb);
4465 }
4466
4467 static void mlxsw_sp_rx_listener_ptp(struct sk_buff *skb, u8 local_port,
4468                                      void *priv)
4469 {
4470         struct mlxsw_sp *mlxsw_sp = priv;
4471
4472         mlxsw_sp->ptp_ops->receive(mlxsw_sp, skb, local_port);
4473 }
4474
4475 #define MLXSW_SP_RXL_NO_MARK(_trap_id, _action, _trap_group, _is_ctrl)  \
4476         MLXSW_RXL(mlxsw_sp_rx_listener_no_mark_func, _trap_id, _action, \
4477                   _is_ctrl, SP_##_trap_group, DISCARD)
4478
4479 #define MLXSW_SP_RXL_MARK(_trap_id, _action, _trap_group, _is_ctrl)     \
4480         MLXSW_RXL(mlxsw_sp_rx_listener_mark_func, _trap_id, _action,    \
4481                 _is_ctrl, SP_##_trap_group, DISCARD)
4482
4483 #define MLXSW_SP_RXL_L3_MARK(_trap_id, _action, _trap_group, _is_ctrl)  \
4484         MLXSW_RXL(mlxsw_sp_rx_listener_l3_mark_func, _trap_id, _action, \
4485                 _is_ctrl, SP_##_trap_group, DISCARD)
4486
4487 #define MLXSW_SP_EVENTL(_func, _trap_id)                \
4488         MLXSW_EVENTL(_func, _trap_id, SP_EVENT)
4489
4490 static const struct mlxsw_listener mlxsw_sp_listener[] = {
4491         /* Events */
4492         MLXSW_SP_EVENTL(mlxsw_sp_pude_event_func, PUDE),
4493         /* L2 traps */
4494         MLXSW_SP_RXL_NO_MARK(STP, TRAP_TO_CPU, STP, true),
4495         MLXSW_SP_RXL_NO_MARK(LACP, TRAP_TO_CPU, LACP, true),
4496         MLXSW_RXL(mlxsw_sp_rx_listener_ptp, LLDP, TRAP_TO_CPU,
4497                   false, SP_LLDP, DISCARD),
4498         MLXSW_SP_RXL_MARK(DHCP, MIRROR_TO_CPU, DHCP, false),
4499         MLXSW_SP_RXL_MARK(IGMP_QUERY, MIRROR_TO_CPU, IGMP, false),
4500         MLXSW_SP_RXL_NO_MARK(IGMP_V1_REPORT, TRAP_TO_CPU, IGMP, false),
4501         MLXSW_SP_RXL_NO_MARK(IGMP_V2_REPORT, TRAP_TO_CPU, IGMP, false),
4502         MLXSW_SP_RXL_NO_MARK(IGMP_V2_LEAVE, TRAP_TO_CPU, IGMP, false),
4503         MLXSW_SP_RXL_NO_MARK(IGMP_V3_REPORT, TRAP_TO_CPU, IGMP, false),
4504         MLXSW_SP_RXL_MARK(ARPBC, MIRROR_TO_CPU, ARP, false),
4505         MLXSW_SP_RXL_MARK(ARPUC, MIRROR_TO_CPU, ARP, false),
4506         MLXSW_SP_RXL_NO_MARK(FID_MISS, TRAP_TO_CPU, IP2ME, false),
4507         MLXSW_SP_RXL_MARK(IPV6_MLDV12_LISTENER_QUERY, MIRROR_TO_CPU, IPV6_MLD,
4508                           false),
4509         MLXSW_SP_RXL_NO_MARK(IPV6_MLDV1_LISTENER_REPORT, TRAP_TO_CPU, IPV6_MLD,
4510                              false),
4511         MLXSW_SP_RXL_NO_MARK(IPV6_MLDV1_LISTENER_DONE, TRAP_TO_CPU, IPV6_MLD,
4512                              false),
4513         MLXSW_SP_RXL_NO_MARK(IPV6_MLDV2_LISTENER_REPORT, TRAP_TO_CPU, IPV6_MLD,
4514                              false),
4515         /* L3 traps */
4516         MLXSW_SP_RXL_L3_MARK(LBERROR, MIRROR_TO_CPU, LBERROR, false),
4517         MLXSW_SP_RXL_MARK(IP2ME, TRAP_TO_CPU, IP2ME, false),
4518         MLXSW_SP_RXL_MARK(IPV6_UNSPECIFIED_ADDRESS, TRAP_TO_CPU, ROUTER_EXP,
4519                           false),
4520         MLXSW_SP_RXL_MARK(IPV6_LINK_LOCAL_DEST, TRAP_TO_CPU, ROUTER_EXP, false),
4521         MLXSW_SP_RXL_MARK(IPV6_LINK_LOCAL_SRC, TRAP_TO_CPU, ROUTER_EXP, false),
4522         MLXSW_SP_RXL_MARK(IPV6_ALL_NODES_LINK, TRAP_TO_CPU, ROUTER_EXP, false),
4523         MLXSW_SP_RXL_MARK(IPV6_ALL_ROUTERS_LINK, TRAP_TO_CPU, ROUTER_EXP,
4524                           false),
4525         MLXSW_SP_RXL_MARK(IPV4_OSPF, TRAP_TO_CPU, OSPF, false),
4526         MLXSW_SP_RXL_MARK(IPV6_OSPF, TRAP_TO_CPU, OSPF, false),
4527         MLXSW_SP_RXL_MARK(IPV6_DHCP, TRAP_TO_CPU, DHCP, false),
4528         MLXSW_SP_RXL_MARK(RTR_INGRESS0, TRAP_TO_CPU, REMOTE_ROUTE, false),
4529         MLXSW_SP_RXL_MARK(IPV4_BGP, TRAP_TO_CPU, BGP, false),
4530         MLXSW_SP_RXL_MARK(IPV6_BGP, TRAP_TO_CPU, BGP, false),
4531         MLXSW_SP_RXL_MARK(L3_IPV6_ROUTER_SOLICITATION, TRAP_TO_CPU, IPV6_ND,
4532                           false),
4533         MLXSW_SP_RXL_MARK(L3_IPV6_ROUTER_ADVERTISMENT, TRAP_TO_CPU, IPV6_ND,
4534                           false),
4535         MLXSW_SP_RXL_MARK(L3_IPV6_NEIGHBOR_SOLICITATION, TRAP_TO_CPU, IPV6_ND,
4536                           false),
4537         MLXSW_SP_RXL_MARK(L3_IPV6_NEIGHBOR_ADVERTISMENT, TRAP_TO_CPU, IPV6_ND,
4538                           false),
4539         MLXSW_SP_RXL_MARK(L3_IPV6_REDIRECTION, TRAP_TO_CPU, IPV6_ND, false),
4540         MLXSW_SP_RXL_MARK(IPV6_MC_LINK_LOCAL_DEST, TRAP_TO_CPU, ROUTER_EXP,
4541                           false),
4542         MLXSW_SP_RXL_MARK(ROUTER_ALERT_IPV4, TRAP_TO_CPU, ROUTER_EXP, false),
4543         MLXSW_SP_RXL_MARK(ROUTER_ALERT_IPV6, TRAP_TO_CPU, ROUTER_EXP, false),
4544         MLXSW_SP_RXL_MARK(IPIP_DECAP_ERROR, TRAP_TO_CPU, ROUTER_EXP, false),
4545         MLXSW_SP_RXL_MARK(DECAP_ECN0, TRAP_TO_CPU, ROUTER_EXP, false),
4546         MLXSW_SP_RXL_MARK(IPV4_VRRP, TRAP_TO_CPU, VRRP, false),
4547         MLXSW_SP_RXL_MARK(IPV6_VRRP, TRAP_TO_CPU, VRRP, false),
4548         /* PKT Sample trap */
4549         MLXSW_RXL(mlxsw_sp_rx_listener_sample_func, PKT_SAMPLE, MIRROR_TO_CPU,
4550                   false, SP_IP2ME, DISCARD),
4551         /* ACL trap */
4552         MLXSW_SP_RXL_NO_MARK(ACL0, TRAP_TO_CPU, IP2ME, false),
4553         /* Multicast Router Traps */
4554         MLXSW_SP_RXL_MARK(IPV4_PIM, TRAP_TO_CPU, PIM, false),
4555         MLXSW_SP_RXL_MARK(IPV6_PIM, TRAP_TO_CPU, PIM, false),
4556         MLXSW_SP_RXL_MARK(ACL1, TRAP_TO_CPU, MULTICAST, false),
4557         MLXSW_SP_RXL_L3_MARK(ACL2, TRAP_TO_CPU, MULTICAST, false),
4558         /* NVE traps */
4559         MLXSW_SP_RXL_MARK(NVE_ENCAP_ARP, TRAP_TO_CPU, ARP, false),
4560         MLXSW_SP_RXL_NO_MARK(NVE_DECAP_ARP, TRAP_TO_CPU, ARP, false),
4561         /* PTP traps */
4562         MLXSW_RXL(mlxsw_sp_rx_listener_ptp, PTP0, TRAP_TO_CPU,
4563                   false, SP_PTP0, DISCARD),
4564         MLXSW_SP_RXL_NO_MARK(PTP1, TRAP_TO_CPU, PTP1, false),
4565 };
4566
4567 static const struct mlxsw_listener mlxsw_sp1_listener[] = {
4568         /* Events */
4569         MLXSW_EVENTL(mlxsw_sp1_ptp_egr_fifo_event_func, PTP_EGR_FIFO, SP_PTP0),
4570         MLXSW_EVENTL(mlxsw_sp1_ptp_ing_fifo_event_func, PTP_ING_FIFO, SP_PTP0),
4571 };
4572
4573 static int mlxsw_sp_cpu_policers_set(struct mlxsw_core *mlxsw_core)
4574 {
4575         char qpcr_pl[MLXSW_REG_QPCR_LEN];
4576         enum mlxsw_reg_qpcr_ir_units ir_units;
4577         int max_cpu_policers;
4578         bool is_bytes;
4579         u8 burst_size;
4580         u32 rate;
4581         int i, err;
4582
4583         if (!MLXSW_CORE_RES_VALID(mlxsw_core, MAX_CPU_POLICERS))
4584                 return -EIO;
4585
4586         max_cpu_policers = MLXSW_CORE_RES_GET(mlxsw_core, MAX_CPU_POLICERS);
4587
4588         ir_units = MLXSW_REG_QPCR_IR_UNITS_M;
4589         for (i = 0; i < max_cpu_policers; i++) {
4590                 is_bytes = false;
4591                 switch (i) {
4592                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_STP:
4593                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LACP:
4594                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LLDP:
4595                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_OSPF:
4596                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PIM:
4597                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_RPF:
4598                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LBERROR:
4599                         rate = 128;
4600                         burst_size = 7;
4601                         break;
4602                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IGMP:
4603                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IPV6_MLD:
4604                         rate = 16 * 1024;
4605                         burst_size = 10;
4606                         break;
4607                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_BGP:
4608                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_ARP:
4609                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_DHCP:
4610                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_HOST_MISS:
4611                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_ROUTER_EXP:
4612                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_REMOTE_ROUTE:
4613                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IPV6_ND:
4614                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_MULTICAST:
4615                         rate = 1024;
4616                         burst_size = 7;
4617                         break;
4618                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IP2ME:
4619                         rate = 1024;
4620                         burst_size = 7;
4621                         break;
4622                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PTP0:
4623                         rate = 24 * 1024;
4624                         burst_size = 12;
4625                         break;
4626                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PTP1:
4627                         rate = 19 * 1024;
4628                         burst_size = 12;
4629                         break;
4630                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_VRRP:
4631                         rate = 360;
4632                         burst_size = 7;
4633                         break;
4634                 default:
4635                         continue;
4636                 }
4637
4638                 mlxsw_reg_qpcr_pack(qpcr_pl, i, ir_units, is_bytes, rate,
4639                                     burst_size);
4640                 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(qpcr), qpcr_pl);
4641                 if (err)
4642                         return err;
4643         }
4644
4645         return 0;
4646 }
4647
4648 static int mlxsw_sp_trap_groups_set(struct mlxsw_core *mlxsw_core)
4649 {
4650         char htgt_pl[MLXSW_REG_HTGT_LEN];
4651         enum mlxsw_reg_htgt_trap_group i;
4652         int max_cpu_policers;
4653         int max_trap_groups;
4654         u8 priority, tc;
4655         u16 policer_id;
4656         int err;
4657
4658         if (!MLXSW_CORE_RES_VALID(mlxsw_core, MAX_TRAP_GROUPS))
4659                 return -EIO;
4660
4661         max_trap_groups = MLXSW_CORE_RES_GET(mlxsw_core, MAX_TRAP_GROUPS);
4662         max_cpu_policers = MLXSW_CORE_RES_GET(mlxsw_core, MAX_CPU_POLICERS);
4663
4664         for (i = 0; i < max_trap_groups; i++) {
4665                 policer_id = i;
4666                 switch (i) {
4667                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_STP:
4668                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LACP:
4669                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LLDP:
4670                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_OSPF:
4671                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PIM:
4672                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PTP0:
4673                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_VRRP:
4674                         priority = 5;
4675                         tc = 5;
4676                         break;
4677                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_BGP:
4678                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_DHCP:
4679                         priority = 4;
4680                         tc = 4;
4681                         break;
4682                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IGMP:
4683                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IP2ME:
4684                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IPV6_MLD:
4685                         priority = 3;
4686                         tc = 3;
4687                         break;
4688                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_ARP:
4689                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_IPV6_ND:
4690                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_RPF:
4691                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_PTP1:
4692                         priority = 2;
4693                         tc = 2;
4694                         break;
4695                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_HOST_MISS:
4696                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_ROUTER_EXP:
4697                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_REMOTE_ROUTE:
4698                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_MULTICAST:
4699                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_LBERROR:
4700                         priority = 1;
4701                         tc = 1;
4702                         break;
4703                 case MLXSW_REG_HTGT_TRAP_GROUP_SP_EVENT:
4704                         priority = MLXSW_REG_HTGT_DEFAULT_PRIORITY;
4705                         tc = MLXSW_REG_HTGT_DEFAULT_TC;
4706                         policer_id = MLXSW_REG_HTGT_INVALID_POLICER;
4707                         break;
4708                 default:
4709                         continue;
4710                 }
4711
4712                 if (max_cpu_policers <= policer_id &&
4713                     policer_id != MLXSW_REG_HTGT_INVALID_POLICER)
4714                         return -EIO;
4715
4716                 mlxsw_reg_htgt_pack(htgt_pl, i, policer_id, priority, tc);
4717                 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(htgt), htgt_pl);
4718                 if (err)
4719                         return err;
4720         }
4721
4722         return 0;
4723 }
4724
4725 static int mlxsw_sp_traps_register(struct mlxsw_sp *mlxsw_sp,
4726                                    const struct mlxsw_listener listeners[],
4727                                    size_t listeners_count)
4728 {
4729         int i;
4730         int err;
4731
4732         for (i = 0; i < listeners_count; i++) {
4733                 err = mlxsw_core_trap_register(mlxsw_sp->core,
4734                                                &listeners[i],
4735                                                mlxsw_sp);
4736                 if (err)
4737                         goto err_listener_register;
4738
4739         }
4740         return 0;
4741
4742 err_listener_register:
4743         for (i--; i >= 0; i--) {
4744                 mlxsw_core_trap_unregister(mlxsw_sp->core,
4745                                            &listeners[i],
4746                                            mlxsw_sp);
4747         }
4748         return err;
4749 }
4750
4751 static void mlxsw_sp_traps_unregister(struct mlxsw_sp *mlxsw_sp,
4752                                       const struct mlxsw_listener listeners[],
4753                                       size_t listeners_count)
4754 {
4755         int i;
4756
4757         for (i = 0; i < listeners_count; i++) {
4758                 mlxsw_core_trap_unregister(mlxsw_sp->core,
4759                                            &listeners[i],
4760                                            mlxsw_sp);
4761         }
4762 }
4763
4764 static int mlxsw_sp_traps_init(struct mlxsw_sp *mlxsw_sp)
4765 {
4766         int err;
4767
4768         err = mlxsw_sp_cpu_policers_set(mlxsw_sp->core);
4769         if (err)
4770                 return err;
4771
4772         err = mlxsw_sp_trap_groups_set(mlxsw_sp->core);
4773         if (err)
4774                 return err;
4775
4776         err = mlxsw_sp_traps_register(mlxsw_sp, mlxsw_sp_listener,
4777                                       ARRAY_SIZE(mlxsw_sp_listener));
4778         if (err)
4779                 return err;
4780
4781         err = mlxsw_sp_traps_register(mlxsw_sp, mlxsw_sp->listeners,
4782                                       mlxsw_sp->listeners_count);
4783         if (err)
4784                 goto err_extra_traps_init;
4785
4786         return 0;
4787
4788 err_extra_traps_init:
4789         mlxsw_sp_traps_unregister(mlxsw_sp, mlxsw_sp_listener,
4790                                   ARRAY_SIZE(mlxsw_sp_listener));
4791         return err;
4792 }
4793
4794 static void mlxsw_sp_traps_fini(struct mlxsw_sp *mlxsw_sp)
4795 {
4796         mlxsw_sp_traps_unregister(mlxsw_sp, mlxsw_sp->listeners,
4797                                   mlxsw_sp->listeners_count);
4798         mlxsw_sp_traps_unregister(mlxsw_sp, mlxsw_sp_listener,
4799                                   ARRAY_SIZE(mlxsw_sp_listener));
4800 }
4801
4802 #define MLXSW_SP_LAG_SEED_INIT 0xcafecafe
4803
4804 static int mlxsw_sp_lag_init(struct mlxsw_sp *mlxsw_sp)
4805 {
4806         char slcr_pl[MLXSW_REG_SLCR_LEN];
4807         u32 seed;
4808         int err;
4809
4810         seed = jhash(mlxsw_sp->base_mac, sizeof(mlxsw_sp->base_mac),
4811                      MLXSW_SP_LAG_SEED_INIT);
4812         mlxsw_reg_slcr_pack(slcr_pl, MLXSW_REG_SLCR_LAG_HASH_SMAC |
4813                                      MLXSW_REG_SLCR_LAG_HASH_DMAC |
4814                                      MLXSW_REG_SLCR_LAG_HASH_ETHERTYPE |
4815                                      MLXSW_REG_SLCR_LAG_HASH_VLANID |
4816                                      MLXSW_REG_SLCR_LAG_HASH_SIP |
4817                                      MLXSW_REG_SLCR_LAG_HASH_DIP |
4818                                      MLXSW_REG_SLCR_LAG_HASH_SPORT |
4819                                      MLXSW_REG_SLCR_LAG_HASH_DPORT |
4820                                      MLXSW_REG_SLCR_LAG_HASH_IPPROTO, seed);
4821         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcr), slcr_pl);
4822         if (err)
4823                 return err;
4824
4825         if (!MLXSW_CORE_RES_VALID(mlxsw_sp->core, MAX_LAG) ||
4826             !MLXSW_CORE_RES_VALID(mlxsw_sp->core, MAX_LAG_MEMBERS))
4827                 return -EIO;
4828
4829         mlxsw_sp->lags = kcalloc(MLXSW_CORE_RES_GET(mlxsw_sp->core, MAX_LAG),
4830                                  sizeof(struct mlxsw_sp_upper),
4831                                  GFP_KERNEL);
4832         if (!mlxsw_sp->lags)
4833                 return -ENOMEM;
4834
4835         return 0;
4836 }
4837
4838 static void mlxsw_sp_lag_fini(struct mlxsw_sp *mlxsw_sp)
4839 {
4840         kfree(mlxsw_sp->lags);
4841 }
4842
4843 static int mlxsw_sp_basic_trap_groups_set(struct mlxsw_core *mlxsw_core)
4844 {
4845         char htgt_pl[MLXSW_REG_HTGT_LEN];
4846
4847         mlxsw_reg_htgt_pack(htgt_pl, MLXSW_REG_HTGT_TRAP_GROUP_EMAD,
4848                             MLXSW_REG_HTGT_INVALID_POLICER,
4849                             MLXSW_REG_HTGT_DEFAULT_PRIORITY,
4850                             MLXSW_REG_HTGT_DEFAULT_TC);
4851         return mlxsw_reg_write(mlxsw_core, MLXSW_REG(htgt), htgt_pl);
4852 }
4853
4854 static const struct mlxsw_sp_ptp_ops mlxsw_sp1_ptp_ops = {
4855         .clock_init     = mlxsw_sp1_ptp_clock_init,
4856         .clock_fini     = mlxsw_sp1_ptp_clock_fini,
4857         .init           = mlxsw_sp1_ptp_init,
4858         .fini           = mlxsw_sp1_ptp_fini,
4859         .receive        = mlxsw_sp1_ptp_receive,
4860         .transmitted    = mlxsw_sp1_ptp_transmitted,
4861         .hwtstamp_get   = mlxsw_sp1_ptp_hwtstamp_get,
4862         .hwtstamp_set   = mlxsw_sp1_ptp_hwtstamp_set,
4863         .shaper_work    = mlxsw_sp1_ptp_shaper_work,
4864         .get_ts_info    = mlxsw_sp1_ptp_get_ts_info,
4865         .get_stats_count = mlxsw_sp1_get_stats_count,
4866         .get_stats_strings = mlxsw_sp1_get_stats_strings,
4867         .get_stats      = mlxsw_sp1_get_stats,
4868 };
4869
4870 static const struct mlxsw_sp_ptp_ops mlxsw_sp2_ptp_ops = {
4871         .clock_init     = mlxsw_sp2_ptp_clock_init,
4872         .clock_fini     = mlxsw_sp2_ptp_clock_fini,
4873         .init           = mlxsw_sp2_ptp_init,
4874         .fini           = mlxsw_sp2_ptp_fini,
4875         .receive        = mlxsw_sp2_ptp_receive,
4876         .transmitted    = mlxsw_sp2_ptp_transmitted,
4877         .hwtstamp_get   = mlxsw_sp2_ptp_hwtstamp_get,
4878         .hwtstamp_set   = mlxsw_sp2_ptp_hwtstamp_set,
4879         .shaper_work    = mlxsw_sp2_ptp_shaper_work,
4880         .get_ts_info    = mlxsw_sp2_ptp_get_ts_info,
4881         .get_stats_count = mlxsw_sp2_get_stats_count,
4882         .get_stats_strings = mlxsw_sp2_get_stats_strings,
4883         .get_stats      = mlxsw_sp2_get_stats,
4884 };
4885
4886 static int mlxsw_sp_netdevice_event(struct notifier_block *unused,
4887                                     unsigned long event, void *ptr);
4888
4889 static int mlxsw_sp_init(struct mlxsw_core *mlxsw_core,
4890                          const struct mlxsw_bus_info *mlxsw_bus_info,
4891                          struct netlink_ext_ack *extack)
4892 {
4893         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
4894         int err;
4895
4896         mlxsw_sp->core = mlxsw_core;
4897         mlxsw_sp->bus_info = mlxsw_bus_info;
4898
4899         err = mlxsw_sp_fw_rev_validate(mlxsw_sp);
4900         if (err)
4901                 return err;
4902
4903         mlxsw_core_emad_string_tlv_enable(mlxsw_core);
4904
4905         err = mlxsw_sp_base_mac_get(mlxsw_sp);
4906         if (err) {
4907                 dev_err(mlxsw_sp->bus_info->dev, "Failed to get base mac\n");
4908                 return err;
4909         }
4910
4911         err = mlxsw_sp_kvdl_init(mlxsw_sp);
4912         if (err) {
4913                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize KVDL\n");
4914                 return err;
4915         }
4916
4917         err = mlxsw_sp_fids_init(mlxsw_sp);
4918         if (err) {
4919                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize FIDs\n");
4920                 goto err_fids_init;
4921         }
4922
4923         err = mlxsw_sp_traps_init(mlxsw_sp);
4924         if (err) {
4925                 dev_err(mlxsw_sp->bus_info->dev, "Failed to set traps\n");
4926                 goto err_traps_init;
4927         }
4928
4929         err = mlxsw_sp_devlink_traps_init(mlxsw_sp);
4930         if (err) {
4931                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize devlink traps\n");
4932                 goto err_devlink_traps_init;
4933         }
4934
4935         err = mlxsw_sp_buffers_init(mlxsw_sp);
4936         if (err) {
4937                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize buffers\n");
4938                 goto err_buffers_init;
4939         }
4940
4941         err = mlxsw_sp_lag_init(mlxsw_sp);
4942         if (err) {
4943                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize LAG\n");
4944                 goto err_lag_init;
4945         }
4946
4947         /* Initialize SPAN before router and switchdev, so that those components
4948          * can call mlxsw_sp_span_respin().
4949          */
4950         err = mlxsw_sp_span_init(mlxsw_sp);
4951         if (err) {
4952                 dev_err(mlxsw_sp->bus_info->dev, "Failed to init span system\n");
4953                 goto err_span_init;
4954         }
4955
4956         err = mlxsw_sp_switchdev_init(mlxsw_sp);
4957         if (err) {
4958                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize switchdev\n");
4959                 goto err_switchdev_init;
4960         }
4961
4962         err = mlxsw_sp_counter_pool_init(mlxsw_sp);
4963         if (err) {
4964                 dev_err(mlxsw_sp->bus_info->dev, "Failed to init counter pool\n");
4965                 goto err_counter_pool_init;
4966         }
4967
4968         err = mlxsw_sp_afa_init(mlxsw_sp);
4969         if (err) {
4970                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize ACL actions\n");
4971                 goto err_afa_init;
4972         }
4973
4974         err = mlxsw_sp_nve_init(mlxsw_sp);
4975         if (err) {
4976                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize NVE\n");
4977                 goto err_nve_init;
4978         }
4979
4980         err = mlxsw_sp_acl_init(mlxsw_sp);
4981         if (err) {
4982                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize ACL\n");
4983                 goto err_acl_init;
4984         }
4985
4986         err = mlxsw_sp_router_init(mlxsw_sp, extack);
4987         if (err) {
4988                 dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize router\n");
4989                 goto err_router_init;
4990         }
4991
4992         if (mlxsw_sp->bus_info->read_frc_capable) {
4993                 /* NULL is a valid return value from clock_init */
4994                 mlxsw_sp->clock =
4995                         mlxsw_sp->ptp_ops->clock_init(mlxsw_sp,
4996                                                       mlxsw_sp->bus_info->dev);
4997                 if (IS_ERR(mlxsw_sp->clock)) {
4998                         err = PTR_ERR(mlxsw_sp->clock);
4999                         dev_err(mlxsw_sp->bus_info->dev, "Failed to init ptp clock\n");
5000                         goto err_ptp_clock_init;
5001                 }
5002         }
5003
5004         if (mlxsw_sp->clock) {
5005                 /* NULL is a valid return value from ptp_ops->init */
5006                 mlxsw_sp->ptp_state = mlxsw_sp->ptp_ops->init(mlxsw_sp);
5007                 if (IS_ERR(mlxsw_sp->ptp_state)) {
5008                         err = PTR_ERR(mlxsw_sp->ptp_state);
5009                         dev_err(mlxsw_sp->bus_info->dev, "Failed to initialize PTP\n");
5010                         goto err_ptp_init;
5011                 }
5012         }
5013
5014         /* Initialize netdevice notifier after router and SPAN is initialized,
5015          * so that the event handler can use router structures and call SPAN
5016          * respin.
5017          */
5018         mlxsw_sp->netdevice_nb.notifier_call = mlxsw_sp_netdevice_event;
5019         err = register_netdevice_notifier_net(mlxsw_sp_net(mlxsw_sp),
5020                                               &mlxsw_sp->netdevice_nb);
5021         if (err) {
5022                 dev_err(mlxsw_sp->bus_info->dev, "Failed to register netdev notifier\n");
5023                 goto err_netdev_notifier;
5024         }
5025
5026         err = mlxsw_sp_dpipe_init(mlxsw_sp);
5027         if (err) {
5028                 dev_err(mlxsw_sp->bus_info->dev, "Failed to init pipeline debug\n");
5029                 goto err_dpipe_init;
5030         }
5031
5032         err = mlxsw_sp_port_module_info_init(mlxsw_sp);
5033         if (err) {
5034                 dev_err(mlxsw_sp->bus_info->dev, "Failed to init port module info\n");
5035                 goto err_port_module_info_init;
5036         }
5037
5038         err = mlxsw_sp_ports_create(mlxsw_sp);
5039         if (err) {
5040                 dev_err(mlxsw_sp->bus_info->dev, "Failed to create ports\n");
5041                 goto err_ports_create;
5042         }
5043
5044         return 0;
5045
5046 err_ports_create:
5047         mlxsw_sp_port_module_info_fini(mlxsw_sp);
5048 err_port_module_info_init:
5049         mlxsw_sp_dpipe_fini(mlxsw_sp);
5050 err_dpipe_init:
5051         unregister_netdevice_notifier_net(mlxsw_sp_net(mlxsw_sp),
5052                                           &mlxsw_sp->netdevice_nb);
5053 err_netdev_notifier:
5054         if (mlxsw_sp->clock)
5055                 mlxsw_sp->ptp_ops->fini(mlxsw_sp->ptp_state);
5056 err_ptp_init:
5057         if (mlxsw_sp->clock)
5058                 mlxsw_sp->ptp_ops->clock_fini(mlxsw_sp->clock);
5059 err_ptp_clock_init:
5060         mlxsw_sp_router_fini(mlxsw_sp);
5061 err_router_init:
5062         mlxsw_sp_acl_fini(mlxsw_sp);
5063 err_acl_init:
5064         mlxsw_sp_nve_fini(mlxsw_sp);
5065 err_nve_init:
5066         mlxsw_sp_afa_fini(mlxsw_sp);
5067 err_afa_init:
5068         mlxsw_sp_counter_pool_fini(mlxsw_sp);
5069 err_counter_pool_init:
5070         mlxsw_sp_switchdev_fini(mlxsw_sp);
5071 err_switchdev_init:
5072         mlxsw_sp_span_fini(mlxsw_sp);
5073 err_span_init:
5074         mlxsw_sp_lag_fini(mlxsw_sp);
5075 err_lag_init:
5076         mlxsw_sp_buffers_fini(mlxsw_sp);
5077 err_buffers_init:
5078         mlxsw_sp_devlink_traps_fini(mlxsw_sp);
5079 err_devlink_traps_init:
5080         mlxsw_sp_traps_fini(mlxsw_sp);
5081 err_traps_init:
5082         mlxsw_sp_fids_fini(mlxsw_sp);
5083 err_fids_init:
5084         mlxsw_sp_kvdl_fini(mlxsw_sp);
5085         return err;
5086 }
5087
5088 static int mlxsw_sp1_init(struct mlxsw_core *mlxsw_core,
5089                           const struct mlxsw_bus_info *mlxsw_bus_info,
5090                           struct netlink_ext_ack *extack)
5091 {
5092         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5093
5094         mlxsw_sp->req_rev = &mlxsw_sp1_fw_rev;
5095         mlxsw_sp->fw_filename = MLXSW_SP1_FW_FILENAME;
5096         mlxsw_sp->kvdl_ops = &mlxsw_sp1_kvdl_ops;
5097         mlxsw_sp->afa_ops = &mlxsw_sp1_act_afa_ops;
5098         mlxsw_sp->afk_ops = &mlxsw_sp1_afk_ops;
5099         mlxsw_sp->mr_tcam_ops = &mlxsw_sp1_mr_tcam_ops;
5100         mlxsw_sp->acl_tcam_ops = &mlxsw_sp1_acl_tcam_ops;
5101         mlxsw_sp->nve_ops_arr = mlxsw_sp1_nve_ops_arr;
5102         mlxsw_sp->mac_mask = mlxsw_sp1_mac_mask;
5103         mlxsw_sp->rif_ops_arr = mlxsw_sp1_rif_ops_arr;
5104         mlxsw_sp->sb_vals = &mlxsw_sp1_sb_vals;
5105         mlxsw_sp->port_type_speed_ops = &mlxsw_sp1_port_type_speed_ops;
5106         mlxsw_sp->ptp_ops = &mlxsw_sp1_ptp_ops;
5107         mlxsw_sp->listeners = mlxsw_sp1_listener;
5108         mlxsw_sp->listeners_count = ARRAY_SIZE(mlxsw_sp1_listener);
5109
5110         return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack);
5111 }
5112
5113 static int mlxsw_sp2_init(struct mlxsw_core *mlxsw_core,
5114                           const struct mlxsw_bus_info *mlxsw_bus_info,
5115                           struct netlink_ext_ack *extack)
5116 {
5117         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5118
5119         mlxsw_sp->req_rev = &mlxsw_sp2_fw_rev;
5120         mlxsw_sp->fw_filename = MLXSW_SP2_FW_FILENAME;
5121         mlxsw_sp->kvdl_ops = &mlxsw_sp2_kvdl_ops;
5122         mlxsw_sp->afa_ops = &mlxsw_sp2_act_afa_ops;
5123         mlxsw_sp->afk_ops = &mlxsw_sp2_afk_ops;
5124         mlxsw_sp->mr_tcam_ops = &mlxsw_sp2_mr_tcam_ops;
5125         mlxsw_sp->acl_tcam_ops = &mlxsw_sp2_acl_tcam_ops;
5126         mlxsw_sp->nve_ops_arr = mlxsw_sp2_nve_ops_arr;
5127         mlxsw_sp->mac_mask = mlxsw_sp2_mac_mask;
5128         mlxsw_sp->rif_ops_arr = mlxsw_sp2_rif_ops_arr;
5129         mlxsw_sp->sb_vals = &mlxsw_sp2_sb_vals;
5130         mlxsw_sp->port_type_speed_ops = &mlxsw_sp2_port_type_speed_ops;
5131         mlxsw_sp->ptp_ops = &mlxsw_sp2_ptp_ops;
5132
5133         return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack);
5134 }
5135
5136 static void mlxsw_sp_fini(struct mlxsw_core *mlxsw_core)
5137 {
5138         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5139
5140         mlxsw_sp_ports_remove(mlxsw_sp);
5141         mlxsw_sp_port_module_info_fini(mlxsw_sp);
5142         mlxsw_sp_dpipe_fini(mlxsw_sp);
5143         unregister_netdevice_notifier_net(mlxsw_sp_net(mlxsw_sp),
5144                                           &mlxsw_sp->netdevice_nb);
5145         if (mlxsw_sp->clock) {
5146                 mlxsw_sp->ptp_ops->fini(mlxsw_sp->ptp_state);
5147                 mlxsw_sp->ptp_ops->clock_fini(mlxsw_sp->clock);
5148         }
5149         mlxsw_sp_router_fini(mlxsw_sp);
5150         mlxsw_sp_acl_fini(mlxsw_sp);
5151         mlxsw_sp_nve_fini(mlxsw_sp);
5152         mlxsw_sp_afa_fini(mlxsw_sp);
5153         mlxsw_sp_counter_pool_fini(mlxsw_sp);
5154         mlxsw_sp_switchdev_fini(mlxsw_sp);
5155         mlxsw_sp_span_fini(mlxsw_sp);
5156         mlxsw_sp_lag_fini(mlxsw_sp);
5157         mlxsw_sp_buffers_fini(mlxsw_sp);
5158         mlxsw_sp_devlink_traps_fini(mlxsw_sp);
5159         mlxsw_sp_traps_fini(mlxsw_sp);
5160         mlxsw_sp_fids_fini(mlxsw_sp);
5161         mlxsw_sp_kvdl_fini(mlxsw_sp);
5162 }
5163
5164 /* Per-FID flood tables are used for both "true" 802.1D FIDs and emulated
5165  * 802.1Q FIDs
5166  */
5167 #define MLXSW_SP_FID_FLOOD_TABLE_SIZE   (MLXSW_SP_FID_8021D_MAX + \
5168                                          VLAN_VID_MASK - 1)
5169
5170 static const struct mlxsw_config_profile mlxsw_sp1_config_profile = {
5171         .used_max_mid                   = 1,
5172         .max_mid                        = MLXSW_SP_MID_MAX,
5173         .used_flood_tables              = 1,
5174         .used_flood_mode                = 1,
5175         .flood_mode                     = 3,
5176         .max_fid_flood_tables           = 3,
5177         .fid_flood_table_size           = MLXSW_SP_FID_FLOOD_TABLE_SIZE,
5178         .used_max_ib_mc                 = 1,
5179         .max_ib_mc                      = 0,
5180         .used_max_pkey                  = 1,
5181         .max_pkey                       = 0,
5182         .used_kvd_sizes                 = 1,
5183         .kvd_hash_single_parts          = 59,
5184         .kvd_hash_double_parts          = 41,
5185         .kvd_linear_size                = MLXSW_SP_KVD_LINEAR_SIZE,
5186         .swid_config                    = {
5187                 {
5188                         .used_type      = 1,
5189                         .type           = MLXSW_PORT_SWID_TYPE_ETH,
5190                 }
5191         },
5192 };
5193
5194 static const struct mlxsw_config_profile mlxsw_sp2_config_profile = {
5195         .used_max_mid                   = 1,
5196         .max_mid                        = MLXSW_SP_MID_MAX,
5197         .used_flood_tables              = 1,
5198         .used_flood_mode                = 1,
5199         .flood_mode                     = 3,
5200         .max_fid_flood_tables           = 3,
5201         .fid_flood_table_size           = MLXSW_SP_FID_FLOOD_TABLE_SIZE,
5202         .used_max_ib_mc                 = 1,
5203         .max_ib_mc                      = 0,
5204         .used_max_pkey                  = 1,
5205         .max_pkey                       = 0,
5206         .swid_config                    = {
5207                 {
5208                         .used_type      = 1,
5209                         .type           = MLXSW_PORT_SWID_TYPE_ETH,
5210                 }
5211         },
5212 };
5213
5214 static void
5215 mlxsw_sp_resource_size_params_prepare(struct mlxsw_core *mlxsw_core,
5216                                       struct devlink_resource_size_params *kvd_size_params,
5217                                       struct devlink_resource_size_params *linear_size_params,
5218                                       struct devlink_resource_size_params *hash_double_size_params,
5219                                       struct devlink_resource_size_params *hash_single_size_params)
5220 {
5221         u32 single_size_min = MLXSW_CORE_RES_GET(mlxsw_core,
5222                                                  KVD_SINGLE_MIN_SIZE);
5223         u32 double_size_min = MLXSW_CORE_RES_GET(mlxsw_core,
5224                                                  KVD_DOUBLE_MIN_SIZE);
5225         u32 kvd_size = MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE);
5226         u32 linear_size_min = 0;
5227
5228         devlink_resource_size_params_init(kvd_size_params, kvd_size, kvd_size,
5229                                           MLXSW_SP_KVD_GRANULARITY,
5230                                           DEVLINK_RESOURCE_UNIT_ENTRY);
5231         devlink_resource_size_params_init(linear_size_params, linear_size_min,
5232                                           kvd_size - single_size_min -
5233                                           double_size_min,
5234                                           MLXSW_SP_KVD_GRANULARITY,
5235                                           DEVLINK_RESOURCE_UNIT_ENTRY);
5236         devlink_resource_size_params_init(hash_double_size_params,
5237                                           double_size_min,
5238                                           kvd_size - single_size_min -
5239                                           linear_size_min,
5240                                           MLXSW_SP_KVD_GRANULARITY,
5241                                           DEVLINK_RESOURCE_UNIT_ENTRY);
5242         devlink_resource_size_params_init(hash_single_size_params,
5243                                           single_size_min,
5244                                           kvd_size - double_size_min -
5245                                           linear_size_min,
5246                                           MLXSW_SP_KVD_GRANULARITY,
5247                                           DEVLINK_RESOURCE_UNIT_ENTRY);
5248 }
5249
5250 static int mlxsw_sp1_resources_kvd_register(struct mlxsw_core *mlxsw_core)
5251 {
5252         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5253         struct devlink_resource_size_params hash_single_size_params;
5254         struct devlink_resource_size_params hash_double_size_params;
5255         struct devlink_resource_size_params linear_size_params;
5256         struct devlink_resource_size_params kvd_size_params;
5257         u32 kvd_size, single_size, double_size, linear_size;
5258         const struct mlxsw_config_profile *profile;
5259         int err;
5260
5261         profile = &mlxsw_sp1_config_profile;
5262         if (!MLXSW_CORE_RES_VALID(mlxsw_core, KVD_SIZE))
5263                 return -EIO;
5264
5265         mlxsw_sp_resource_size_params_prepare(mlxsw_core, &kvd_size_params,
5266                                               &linear_size_params,
5267                                               &hash_double_size_params,
5268                                               &hash_single_size_params);
5269
5270         kvd_size = MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE);
5271         err = devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_KVD,
5272                                         kvd_size, MLXSW_SP_RESOURCE_KVD,
5273                                         DEVLINK_RESOURCE_ID_PARENT_TOP,
5274                                         &kvd_size_params);
5275         if (err)
5276                 return err;
5277
5278         linear_size = profile->kvd_linear_size;
5279         err = devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_KVD_LINEAR,
5280                                         linear_size,
5281                                         MLXSW_SP_RESOURCE_KVD_LINEAR,
5282                                         MLXSW_SP_RESOURCE_KVD,
5283                                         &linear_size_params);
5284         if (err)
5285                 return err;
5286
5287         err = mlxsw_sp1_kvdl_resources_register(mlxsw_core);
5288         if  (err)
5289                 return err;
5290
5291         double_size = kvd_size - linear_size;
5292         double_size *= profile->kvd_hash_double_parts;
5293         double_size /= profile->kvd_hash_double_parts +
5294                        profile->kvd_hash_single_parts;
5295         double_size = rounddown(double_size, MLXSW_SP_KVD_GRANULARITY);
5296         err = devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_KVD_HASH_DOUBLE,
5297                                         double_size,
5298                                         MLXSW_SP_RESOURCE_KVD_HASH_DOUBLE,
5299                                         MLXSW_SP_RESOURCE_KVD,
5300                                         &hash_double_size_params);
5301         if (err)
5302                 return err;
5303
5304         single_size = kvd_size - double_size - linear_size;
5305         err = devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_KVD_HASH_SINGLE,
5306                                         single_size,
5307                                         MLXSW_SP_RESOURCE_KVD_HASH_SINGLE,
5308                                         MLXSW_SP_RESOURCE_KVD,
5309                                         &hash_single_size_params);
5310         if (err)
5311                 return err;
5312
5313         return 0;
5314 }
5315
5316 static int mlxsw_sp2_resources_kvd_register(struct mlxsw_core *mlxsw_core)
5317 {
5318         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5319         struct devlink_resource_size_params kvd_size_params;
5320         u32 kvd_size;
5321
5322         if (!MLXSW_CORE_RES_VALID(mlxsw_core, KVD_SIZE))
5323                 return -EIO;
5324
5325         kvd_size = MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE);
5326         devlink_resource_size_params_init(&kvd_size_params, kvd_size, kvd_size,
5327                                           MLXSW_SP_KVD_GRANULARITY,
5328                                           DEVLINK_RESOURCE_UNIT_ENTRY);
5329
5330         return devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_KVD,
5331                                          kvd_size, MLXSW_SP_RESOURCE_KVD,
5332                                          DEVLINK_RESOURCE_ID_PARENT_TOP,
5333                                          &kvd_size_params);
5334 }
5335
5336 static int mlxsw_sp_resources_span_register(struct mlxsw_core *mlxsw_core)
5337 {
5338         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5339         struct devlink_resource_size_params span_size_params;
5340         u32 max_span;
5341
5342         if (!MLXSW_CORE_RES_VALID(mlxsw_core, MAX_SPAN))
5343                 return -EIO;
5344
5345         max_span = MLXSW_CORE_RES_GET(mlxsw_core, MAX_SPAN);
5346         devlink_resource_size_params_init(&span_size_params, max_span, max_span,
5347                                           1, DEVLINK_RESOURCE_UNIT_ENTRY);
5348
5349         return devlink_resource_register(devlink, MLXSW_SP_RESOURCE_NAME_SPAN,
5350                                          max_span, MLXSW_SP_RESOURCE_SPAN,
5351                                          DEVLINK_RESOURCE_ID_PARENT_TOP,
5352                                          &span_size_params);
5353 }
5354
5355 static int mlxsw_sp1_resources_register(struct mlxsw_core *mlxsw_core)
5356 {
5357         int err;
5358
5359         err = mlxsw_sp1_resources_kvd_register(mlxsw_core);
5360         if (err)
5361                 return err;
5362
5363         err = mlxsw_sp_resources_span_register(mlxsw_core);
5364         if (err)
5365                 goto err_resources_span_register;
5366
5367         return 0;
5368
5369 err_resources_span_register:
5370         devlink_resources_unregister(priv_to_devlink(mlxsw_core), NULL);
5371         return err;
5372 }
5373
5374 static int mlxsw_sp2_resources_register(struct mlxsw_core *mlxsw_core)
5375 {
5376         int err;
5377
5378         err = mlxsw_sp2_resources_kvd_register(mlxsw_core);
5379         if (err)
5380                 return err;
5381
5382         err = mlxsw_sp_resources_span_register(mlxsw_core);
5383         if (err)
5384                 goto err_resources_span_register;
5385
5386         return 0;
5387
5388 err_resources_span_register:
5389         devlink_resources_unregister(priv_to_devlink(mlxsw_core), NULL);
5390         return err;
5391 }
5392
5393 static int mlxsw_sp_kvd_sizes_get(struct mlxsw_core *mlxsw_core,
5394                                   const struct mlxsw_config_profile *profile,
5395                                   u64 *p_single_size, u64 *p_double_size,
5396                                   u64 *p_linear_size)
5397 {
5398         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5399         u32 double_size;
5400         int err;
5401
5402         if (!MLXSW_CORE_RES_VALID(mlxsw_core, KVD_SINGLE_MIN_SIZE) ||
5403             !MLXSW_CORE_RES_VALID(mlxsw_core, KVD_DOUBLE_MIN_SIZE))
5404                 return -EIO;
5405
5406         /* The hash part is what left of the kvd without the
5407          * linear part. It is split to the single size and
5408          * double size by the parts ratio from the profile.
5409          * Both sizes must be a multiplications of the
5410          * granularity from the profile. In case the user
5411          * provided the sizes they are obtained via devlink.
5412          */
5413         err = devlink_resource_size_get(devlink,
5414                                         MLXSW_SP_RESOURCE_KVD_LINEAR,
5415                                         p_linear_size);
5416         if (err)
5417                 *p_linear_size = profile->kvd_linear_size;
5418
5419         err = devlink_resource_size_get(devlink,
5420                                         MLXSW_SP_RESOURCE_KVD_HASH_DOUBLE,
5421                                         p_double_size);
5422         if (err) {
5423                 double_size = MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE) -
5424                               *p_linear_size;
5425                 double_size *= profile->kvd_hash_double_parts;
5426                 double_size /= profile->kvd_hash_double_parts +
5427                                profile->kvd_hash_single_parts;
5428                 *p_double_size = rounddown(double_size,
5429                                            MLXSW_SP_KVD_GRANULARITY);
5430         }
5431
5432         err = devlink_resource_size_get(devlink,
5433                                         MLXSW_SP_RESOURCE_KVD_HASH_SINGLE,
5434                                         p_single_size);
5435         if (err)
5436                 *p_single_size = MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE) -
5437                                  *p_double_size - *p_linear_size;
5438
5439         /* Check results are legal. */
5440         if (*p_single_size < MLXSW_CORE_RES_GET(mlxsw_core, KVD_SINGLE_MIN_SIZE) ||
5441             *p_double_size < MLXSW_CORE_RES_GET(mlxsw_core, KVD_DOUBLE_MIN_SIZE) ||
5442             MLXSW_CORE_RES_GET(mlxsw_core, KVD_SIZE) < *p_linear_size)
5443                 return -EIO;
5444
5445         return 0;
5446 }
5447
5448 static int
5449 mlxsw_sp_devlink_param_fw_load_policy_validate(struct devlink *devlink, u32 id,
5450                                                union devlink_param_value val,
5451                                                struct netlink_ext_ack *extack)
5452 {
5453         if ((val.vu8 != DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER) &&
5454             (val.vu8 != DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH)) {
5455                 NL_SET_ERR_MSG_MOD(extack, "'fw_load_policy' must be 'driver' or 'flash'");
5456                 return -EINVAL;
5457         }
5458
5459         return 0;
5460 }
5461
5462 static const struct devlink_param mlxsw_sp_devlink_params[] = {
5463         DEVLINK_PARAM_GENERIC(FW_LOAD_POLICY,
5464                               BIT(DEVLINK_PARAM_CMODE_DRIVERINIT),
5465                               NULL, NULL,
5466                               mlxsw_sp_devlink_param_fw_load_policy_validate),
5467 };
5468
5469 static int mlxsw_sp_params_register(struct mlxsw_core *mlxsw_core)
5470 {
5471         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5472         union devlink_param_value value;
5473         int err;
5474
5475         err = devlink_params_register(devlink, mlxsw_sp_devlink_params,
5476                                       ARRAY_SIZE(mlxsw_sp_devlink_params));
5477         if (err)
5478                 return err;
5479
5480         value.vu8 = DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER;
5481         devlink_param_driverinit_value_set(devlink,
5482                                            DEVLINK_PARAM_GENERIC_ID_FW_LOAD_POLICY,
5483                                            value);
5484         return 0;
5485 }
5486
5487 static void mlxsw_sp_params_unregister(struct mlxsw_core *mlxsw_core)
5488 {
5489         devlink_params_unregister(priv_to_devlink(mlxsw_core),
5490                                   mlxsw_sp_devlink_params,
5491                                   ARRAY_SIZE(mlxsw_sp_devlink_params));
5492 }
5493
5494 static int
5495 mlxsw_sp_params_acl_region_rehash_intrvl_get(struct devlink *devlink, u32 id,
5496                                              struct devlink_param_gset_ctx *ctx)
5497 {
5498         struct mlxsw_core *mlxsw_core = devlink_priv(devlink);
5499         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5500
5501         ctx->val.vu32 = mlxsw_sp_acl_region_rehash_intrvl_get(mlxsw_sp);
5502         return 0;
5503 }
5504
5505 static int
5506 mlxsw_sp_params_acl_region_rehash_intrvl_set(struct devlink *devlink, u32 id,
5507                                              struct devlink_param_gset_ctx *ctx)
5508 {
5509         struct mlxsw_core *mlxsw_core = devlink_priv(devlink);
5510         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5511
5512         return mlxsw_sp_acl_region_rehash_intrvl_set(mlxsw_sp, ctx->val.vu32);
5513 }
5514
5515 static const struct devlink_param mlxsw_sp2_devlink_params[] = {
5516         DEVLINK_PARAM_DRIVER(MLXSW_DEVLINK_PARAM_ID_ACL_REGION_REHASH_INTERVAL,
5517                              "acl_region_rehash_interval",
5518                              DEVLINK_PARAM_TYPE_U32,
5519                              BIT(DEVLINK_PARAM_CMODE_RUNTIME),
5520                              mlxsw_sp_params_acl_region_rehash_intrvl_get,
5521                              mlxsw_sp_params_acl_region_rehash_intrvl_set,
5522                              NULL),
5523 };
5524
5525 static int mlxsw_sp2_params_register(struct mlxsw_core *mlxsw_core)
5526 {
5527         struct devlink *devlink = priv_to_devlink(mlxsw_core);
5528         union devlink_param_value value;
5529         int err;
5530
5531         err = mlxsw_sp_params_register(mlxsw_core);
5532         if (err)
5533                 return err;
5534
5535         err = devlink_params_register(devlink, mlxsw_sp2_devlink_params,
5536                                       ARRAY_SIZE(mlxsw_sp2_devlink_params));
5537         if (err)
5538                 goto err_devlink_params_register;
5539
5540         value.vu32 = 0;
5541         devlink_param_driverinit_value_set(devlink,
5542                                            MLXSW_DEVLINK_PARAM_ID_ACL_REGION_REHASH_INTERVAL,
5543                                            value);
5544         return 0;
5545
5546 err_devlink_params_register:
5547         mlxsw_sp_params_unregister(mlxsw_core);
5548         return err;
5549 }
5550
5551 static void mlxsw_sp2_params_unregister(struct mlxsw_core *mlxsw_core)
5552 {
5553         devlink_params_unregister(priv_to_devlink(mlxsw_core),
5554                                   mlxsw_sp2_devlink_params,
5555                                   ARRAY_SIZE(mlxsw_sp2_devlink_params));
5556         mlxsw_sp_params_unregister(mlxsw_core);
5557 }
5558
5559 static void mlxsw_sp_ptp_transmitted(struct mlxsw_core *mlxsw_core,
5560                                      struct sk_buff *skb, u8 local_port)
5561 {
5562         struct mlxsw_sp *mlxsw_sp = mlxsw_core_driver_priv(mlxsw_core);
5563
5564         skb_pull(skb, MLXSW_TXHDR_LEN);
5565         mlxsw_sp->ptp_ops->transmitted(mlxsw_sp, skb, local_port);
5566 }
5567
5568 static struct mlxsw_driver mlxsw_sp1_driver = {
5569         .kind                           = mlxsw_sp1_driver_name,
5570         .priv_size                      = sizeof(struct mlxsw_sp),
5571         .init                           = mlxsw_sp1_init,
5572         .fini                           = mlxsw_sp_fini,
5573         .basic_trap_groups_set          = mlxsw_sp_basic_trap_groups_set,
5574         .port_split                     = mlxsw_sp_port_split,
5575         .port_unsplit                   = mlxsw_sp_port_unsplit,
5576         .sb_pool_get                    = mlxsw_sp_sb_pool_get,
5577         .sb_pool_set                    = mlxsw_sp_sb_pool_set,
5578         .sb_port_pool_get               = mlxsw_sp_sb_port_pool_get,
5579         .sb_port_pool_set               = mlxsw_sp_sb_port_pool_set,
5580         .sb_tc_pool_bind_get            = mlxsw_sp_sb_tc_pool_bind_get,
5581         .sb_tc_pool_bind_set            = mlxsw_sp_sb_tc_pool_bind_set,
5582         .sb_occ_snapshot                = mlxsw_sp_sb_occ_snapshot,
5583         .sb_occ_max_clear               = mlxsw_sp_sb_occ_max_clear,
5584         .sb_occ_port_pool_get           = mlxsw_sp_sb_occ_port_pool_get,
5585         .sb_occ_tc_port_bind_get        = mlxsw_sp_sb_occ_tc_port_bind_get,
5586         .flash_update                   = mlxsw_sp_flash_update,
5587         .trap_init                      = mlxsw_sp_trap_init,
5588         .trap_fini                      = mlxsw_sp_trap_fini,
5589         .trap_action_set                = mlxsw_sp_trap_action_set,
5590         .trap_group_init                = mlxsw_sp_trap_group_init,
5591         .txhdr_construct                = mlxsw_sp_txhdr_construct,
5592         .resources_register             = mlxsw_sp1_resources_register,
5593         .kvd_sizes_get                  = mlxsw_sp_kvd_sizes_get,
5594         .params_register                = mlxsw_sp_params_register,
5595         .params_unregister              = mlxsw_sp_params_unregister,
5596         .ptp_transmitted                = mlxsw_sp_ptp_transmitted,
5597         .txhdr_len                      = MLXSW_TXHDR_LEN,
5598         .profile                        = &mlxsw_sp1_config_profile,
5599         .res_query_enabled              = true,
5600 };
5601
5602 static struct mlxsw_driver mlxsw_sp2_driver = {
5603         .kind                           = mlxsw_sp2_driver_name,
5604         .priv_size                      = sizeof(struct mlxsw_sp),
5605         .init                           = mlxsw_sp2_init,
5606         .fini                           = mlxsw_sp_fini,
5607         .basic_trap_groups_set          = mlxsw_sp_basic_trap_groups_set,
5608         .port_split                     = mlxsw_sp_port_split,
5609         .port_unsplit                   = mlxsw_sp_port_unsplit,
5610         .sb_pool_get                    = mlxsw_sp_sb_pool_get,
5611         .sb_pool_set                    = mlxsw_sp_sb_pool_set,
5612         .sb_port_pool_get               = mlxsw_sp_sb_port_pool_get,
5613         .sb_port_pool_set               = mlxsw_sp_sb_port_pool_set,
5614         .sb_tc_pool_bind_get            = mlxsw_sp_sb_tc_pool_bind_get,
5615         .sb_tc_pool_bind_set            = mlxsw_sp_sb_tc_pool_bind_set,
5616         .sb_occ_snapshot                = mlxsw_sp_sb_occ_snapshot,
5617         .sb_occ_max_clear               = mlxsw_sp_sb_occ_max_clear,
5618         .sb_occ_port_pool_get           = mlxsw_sp_sb_occ_port_pool_get,
5619         .sb_occ_tc_port_bind_get        = mlxsw_sp_sb_occ_tc_port_bind_get,
5620         .flash_update                   = mlxsw_sp_flash_update,
5621         .trap_init                      = mlxsw_sp_trap_init,
5622         .trap_fini                      = mlxsw_sp_trap_fini,
5623         .trap_action_set                = mlxsw_sp_trap_action_set,
5624         .trap_group_init                = mlxsw_sp_trap_group_init,
5625         .txhdr_construct                = mlxsw_sp_txhdr_construct,
5626         .resources_register             = mlxsw_sp2_resources_register,
5627         .params_register                = mlxsw_sp2_params_register,
5628         .params_unregister              = mlxsw_sp2_params_unregister,
5629         .ptp_transmitted                = mlxsw_sp_ptp_transmitted,
5630         .txhdr_len                      = MLXSW_TXHDR_LEN,
5631         .profile                        = &mlxsw_sp2_config_profile,
5632         .res_query_enabled              = true,
5633 };
5634
5635 static struct mlxsw_driver mlxsw_sp3_driver = {
5636         .kind                           = mlxsw_sp3_driver_name,
5637         .priv_size                      = sizeof(struct mlxsw_sp),
5638         .init                           = mlxsw_sp2_init,
5639         .fini                           = mlxsw_sp_fini,
5640         .basic_trap_groups_set          = mlxsw_sp_basic_trap_groups_set,
5641         .port_split                     = mlxsw_sp_port_split,
5642         .port_unsplit                   = mlxsw_sp_port_unsplit,
5643         .sb_pool_get                    = mlxsw_sp_sb_pool_get,
5644         .sb_pool_set                    = mlxsw_sp_sb_pool_set,
5645         .sb_port_pool_get               = mlxsw_sp_sb_port_pool_get,
5646         .sb_port_pool_set               = mlxsw_sp_sb_port_pool_set,
5647         .sb_tc_pool_bind_get            = mlxsw_sp_sb_tc_pool_bind_get,
5648         .sb_tc_pool_bind_set            = mlxsw_sp_sb_tc_pool_bind_set,
5649         .sb_occ_snapshot                = mlxsw_sp_sb_occ_snapshot,
5650         .sb_occ_max_clear               = mlxsw_sp_sb_occ_max_clear,
5651         .sb_occ_port_pool_get           = mlxsw_sp_sb_occ_port_pool_get,
5652         .sb_occ_tc_port_bind_get        = mlxsw_sp_sb_occ_tc_port_bind_get,
5653         .flash_update                   = mlxsw_sp_flash_update,
5654         .trap_init                      = mlxsw_sp_trap_init,
5655         .trap_fini                      = mlxsw_sp_trap_fini,
5656         .trap_action_set                = mlxsw_sp_trap_action_set,
5657         .trap_group_init                = mlxsw_sp_trap_group_init,
5658         .txhdr_construct                = mlxsw_sp_txhdr_construct,
5659         .resources_register             = mlxsw_sp2_resources_register,
5660         .params_register                = mlxsw_sp2_params_register,
5661         .params_unregister              = mlxsw_sp2_params_unregister,
5662         .ptp_transmitted                = mlxsw_sp_ptp_transmitted,
5663         .txhdr_len                      = MLXSW_TXHDR_LEN,
5664         .profile                        = &mlxsw_sp2_config_profile,
5665         .res_query_enabled              = true,
5666 };
5667
5668 bool mlxsw_sp_port_dev_check(const struct net_device *dev)
5669 {
5670         return dev->netdev_ops == &mlxsw_sp_port_netdev_ops;
5671 }
5672
5673 static int mlxsw_sp_lower_dev_walk(struct net_device *lower_dev, void *data)
5674 {
5675         struct mlxsw_sp_port **p_mlxsw_sp_port = data;
5676         int ret = 0;
5677
5678         if (mlxsw_sp_port_dev_check(lower_dev)) {
5679                 *p_mlxsw_sp_port = netdev_priv(lower_dev);
5680                 ret = 1;
5681         }
5682
5683         return ret;
5684 }
5685
5686 struct mlxsw_sp_port *mlxsw_sp_port_dev_lower_find(struct net_device *dev)
5687 {
5688         struct mlxsw_sp_port *mlxsw_sp_port;
5689
5690         if (mlxsw_sp_port_dev_check(dev))
5691                 return netdev_priv(dev);
5692
5693         mlxsw_sp_port = NULL;
5694         netdev_walk_all_lower_dev(dev, mlxsw_sp_lower_dev_walk, &mlxsw_sp_port);
5695
5696         return mlxsw_sp_port;
5697 }
5698
5699 struct mlxsw_sp *mlxsw_sp_lower_get(struct net_device *dev)
5700 {
5701         struct mlxsw_sp_port *mlxsw_sp_port;
5702
5703         mlxsw_sp_port = mlxsw_sp_port_dev_lower_find(dev);
5704         return mlxsw_sp_port ? mlxsw_sp_port->mlxsw_sp : NULL;
5705 }
5706
5707 struct mlxsw_sp_port *mlxsw_sp_port_dev_lower_find_rcu(struct net_device *dev)
5708 {
5709         struct mlxsw_sp_port *mlxsw_sp_port;
5710
5711         if (mlxsw_sp_port_dev_check(dev))
5712                 return netdev_priv(dev);
5713
5714         mlxsw_sp_port = NULL;
5715         netdev_walk_all_lower_dev_rcu(dev, mlxsw_sp_lower_dev_walk,
5716                                       &mlxsw_sp_port);
5717
5718         return mlxsw_sp_port;
5719 }
5720
5721 struct mlxsw_sp_port *mlxsw_sp_port_lower_dev_hold(struct net_device *dev)
5722 {
5723         struct mlxsw_sp_port *mlxsw_sp_port;
5724
5725         rcu_read_lock();
5726         mlxsw_sp_port = mlxsw_sp_port_dev_lower_find_rcu(dev);
5727         if (mlxsw_sp_port)
5728                 dev_hold(mlxsw_sp_port->dev);
5729         rcu_read_unlock();
5730         return mlxsw_sp_port;
5731 }
5732
5733 void mlxsw_sp_port_dev_put(struct mlxsw_sp_port *mlxsw_sp_port)
5734 {
5735         dev_put(mlxsw_sp_port->dev);
5736 }
5737
5738 static void
5739 mlxsw_sp_port_lag_uppers_cleanup(struct mlxsw_sp_port *mlxsw_sp_port,
5740                                  struct net_device *lag_dev)
5741 {
5742         struct net_device *br_dev = netdev_master_upper_dev_get(lag_dev);
5743         struct net_device *upper_dev;
5744         struct list_head *iter;
5745
5746         if (netif_is_bridge_port(lag_dev))
5747                 mlxsw_sp_port_bridge_leave(mlxsw_sp_port, lag_dev, br_dev);
5748
5749         netdev_for_each_upper_dev_rcu(lag_dev, upper_dev, iter) {
5750                 if (!netif_is_bridge_port(upper_dev))
5751                         continue;
5752                 br_dev = netdev_master_upper_dev_get(upper_dev);
5753                 mlxsw_sp_port_bridge_leave(mlxsw_sp_port, upper_dev, br_dev);
5754         }
5755 }
5756
5757 static int mlxsw_sp_lag_create(struct mlxsw_sp *mlxsw_sp, u16 lag_id)
5758 {
5759         char sldr_pl[MLXSW_REG_SLDR_LEN];
5760
5761         mlxsw_reg_sldr_lag_create_pack(sldr_pl, lag_id);
5762         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sldr), sldr_pl);
5763 }
5764
5765 static int mlxsw_sp_lag_destroy(struct mlxsw_sp *mlxsw_sp, u16 lag_id)
5766 {
5767         char sldr_pl[MLXSW_REG_SLDR_LEN];
5768
5769         mlxsw_reg_sldr_lag_destroy_pack(sldr_pl, lag_id);
5770         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sldr), sldr_pl);
5771 }
5772
5773 static int mlxsw_sp_lag_col_port_add(struct mlxsw_sp_port *mlxsw_sp_port,
5774                                      u16 lag_id, u8 port_index)
5775 {
5776         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5777         char slcor_pl[MLXSW_REG_SLCOR_LEN];
5778
5779         mlxsw_reg_slcor_port_add_pack(slcor_pl, mlxsw_sp_port->local_port,
5780                                       lag_id, port_index);
5781         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl);
5782 }
5783
5784 static int mlxsw_sp_lag_col_port_remove(struct mlxsw_sp_port *mlxsw_sp_port,
5785                                         u16 lag_id)
5786 {
5787         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5788         char slcor_pl[MLXSW_REG_SLCOR_LEN];
5789
5790         mlxsw_reg_slcor_port_remove_pack(slcor_pl, mlxsw_sp_port->local_port,
5791                                          lag_id);
5792         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl);
5793 }
5794
5795 static int mlxsw_sp_lag_col_port_enable(struct mlxsw_sp_port *mlxsw_sp_port,
5796                                         u16 lag_id)
5797 {
5798         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5799         char slcor_pl[MLXSW_REG_SLCOR_LEN];
5800
5801         mlxsw_reg_slcor_col_enable_pack(slcor_pl, mlxsw_sp_port->local_port,
5802                                         lag_id);
5803         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl);
5804 }
5805
5806 static int mlxsw_sp_lag_col_port_disable(struct mlxsw_sp_port *mlxsw_sp_port,
5807                                          u16 lag_id)
5808 {
5809         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5810         char slcor_pl[MLXSW_REG_SLCOR_LEN];
5811
5812         mlxsw_reg_slcor_col_disable_pack(slcor_pl, mlxsw_sp_port->local_port,
5813                                          lag_id);
5814         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(slcor), slcor_pl);
5815 }
5816
5817 static int mlxsw_sp_lag_index_get(struct mlxsw_sp *mlxsw_sp,
5818                                   struct net_device *lag_dev,
5819                                   u16 *p_lag_id)
5820 {
5821         struct mlxsw_sp_upper *lag;
5822         int free_lag_id = -1;
5823         u64 max_lag;
5824         int i;
5825
5826         max_lag = MLXSW_CORE_RES_GET(mlxsw_sp->core, MAX_LAG);
5827         for (i = 0; i < max_lag; i++) {
5828                 lag = mlxsw_sp_lag_get(mlxsw_sp, i);
5829                 if (lag->ref_count) {
5830                         if (lag->dev == lag_dev) {
5831                                 *p_lag_id = i;
5832                                 return 0;
5833                         }
5834                 } else if (free_lag_id < 0) {
5835                         free_lag_id = i;
5836                 }
5837         }
5838         if (free_lag_id < 0)
5839                 return -EBUSY;
5840         *p_lag_id = free_lag_id;
5841         return 0;
5842 }
5843
5844 static bool
5845 mlxsw_sp_master_lag_check(struct mlxsw_sp *mlxsw_sp,
5846                           struct net_device *lag_dev,
5847                           struct netdev_lag_upper_info *lag_upper_info,
5848                           struct netlink_ext_ack *extack)
5849 {
5850         u16 lag_id;
5851
5852         if (mlxsw_sp_lag_index_get(mlxsw_sp, lag_dev, &lag_id) != 0) {
5853                 NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported LAG devices");
5854                 return false;
5855         }
5856         if (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
5857                 NL_SET_ERR_MSG_MOD(extack, "LAG device using unsupported Tx type");
5858                 return false;
5859         }
5860         return true;
5861 }
5862
5863 static int mlxsw_sp_port_lag_index_get(struct mlxsw_sp *mlxsw_sp,
5864                                        u16 lag_id, u8 *p_port_index)
5865 {
5866         u64 max_lag_members;
5867         int i;
5868
5869         max_lag_members = MLXSW_CORE_RES_GET(mlxsw_sp->core,
5870                                              MAX_LAG_MEMBERS);
5871         for (i = 0; i < max_lag_members; i++) {
5872                 if (!mlxsw_sp_port_lagged_get(mlxsw_sp, lag_id, i)) {
5873                         *p_port_index = i;
5874                         return 0;
5875                 }
5876         }
5877         return -EBUSY;
5878 }
5879
5880 static int mlxsw_sp_port_lag_join(struct mlxsw_sp_port *mlxsw_sp_port,
5881                                   struct net_device *lag_dev)
5882 {
5883         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5884         struct mlxsw_sp_upper *lag;
5885         u16 lag_id;
5886         u8 port_index;
5887         int err;
5888
5889         err = mlxsw_sp_lag_index_get(mlxsw_sp, lag_dev, &lag_id);
5890         if (err)
5891                 return err;
5892         lag = mlxsw_sp_lag_get(mlxsw_sp, lag_id);
5893         if (!lag->ref_count) {
5894                 err = mlxsw_sp_lag_create(mlxsw_sp, lag_id);
5895                 if (err)
5896                         return err;
5897                 lag->dev = lag_dev;
5898         }
5899
5900         err = mlxsw_sp_port_lag_index_get(mlxsw_sp, lag_id, &port_index);
5901         if (err)
5902                 return err;
5903         err = mlxsw_sp_lag_col_port_add(mlxsw_sp_port, lag_id, port_index);
5904         if (err)
5905                 goto err_col_port_add;
5906
5907         mlxsw_core_lag_mapping_set(mlxsw_sp->core, lag_id, port_index,
5908                                    mlxsw_sp_port->local_port);
5909         mlxsw_sp_port->lag_id = lag_id;
5910         mlxsw_sp_port->lagged = 1;
5911         lag->ref_count++;
5912
5913         /* Port is no longer usable as a router interface */
5914         if (mlxsw_sp_port->default_vlan->fid)
5915                 mlxsw_sp_port_vlan_router_leave(mlxsw_sp_port->default_vlan);
5916
5917         return 0;
5918
5919 err_col_port_add:
5920         if (!lag->ref_count)
5921                 mlxsw_sp_lag_destroy(mlxsw_sp, lag_id);
5922         return err;
5923 }
5924
5925 static void mlxsw_sp_port_lag_leave(struct mlxsw_sp_port *mlxsw_sp_port,
5926                                     struct net_device *lag_dev)
5927 {
5928         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5929         u16 lag_id = mlxsw_sp_port->lag_id;
5930         struct mlxsw_sp_upper *lag;
5931
5932         if (!mlxsw_sp_port->lagged)
5933                 return;
5934         lag = mlxsw_sp_lag_get(mlxsw_sp, lag_id);
5935         WARN_ON(lag->ref_count == 0);
5936
5937         mlxsw_sp_lag_col_port_remove(mlxsw_sp_port, lag_id);
5938
5939         /* Any VLANs configured on the port are no longer valid */
5940         mlxsw_sp_port_vlan_flush(mlxsw_sp_port, false);
5941         mlxsw_sp_port_vlan_cleanup(mlxsw_sp_port->default_vlan);
5942         /* Make the LAG and its directly linked uppers leave bridges they
5943          * are memeber in
5944          */
5945         mlxsw_sp_port_lag_uppers_cleanup(mlxsw_sp_port, lag_dev);
5946
5947         if (lag->ref_count == 1)
5948                 mlxsw_sp_lag_destroy(mlxsw_sp, lag_id);
5949
5950         mlxsw_core_lag_mapping_clear(mlxsw_sp->core, lag_id,
5951                                      mlxsw_sp_port->local_port);
5952         mlxsw_sp_port->lagged = 0;
5953         lag->ref_count--;
5954
5955         /* Make sure untagged frames are allowed to ingress */
5956         mlxsw_sp_port_pvid_set(mlxsw_sp_port, MLXSW_SP_DEFAULT_VID);
5957 }
5958
5959 static int mlxsw_sp_lag_dist_port_add(struct mlxsw_sp_port *mlxsw_sp_port,
5960                                       u16 lag_id)
5961 {
5962         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5963         char sldr_pl[MLXSW_REG_SLDR_LEN];
5964
5965         mlxsw_reg_sldr_lag_add_port_pack(sldr_pl, lag_id,
5966                                          mlxsw_sp_port->local_port);
5967         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sldr), sldr_pl);
5968 }
5969
5970 static int mlxsw_sp_lag_dist_port_remove(struct mlxsw_sp_port *mlxsw_sp_port,
5971                                          u16 lag_id)
5972 {
5973         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
5974         char sldr_pl[MLXSW_REG_SLDR_LEN];
5975
5976         mlxsw_reg_sldr_lag_remove_port_pack(sldr_pl, lag_id,
5977                                             mlxsw_sp_port->local_port);
5978         return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sldr), sldr_pl);
5979 }
5980
5981 static int
5982 mlxsw_sp_port_lag_col_dist_enable(struct mlxsw_sp_port *mlxsw_sp_port)
5983 {
5984         int err;
5985
5986         err = mlxsw_sp_lag_col_port_enable(mlxsw_sp_port,
5987                                            mlxsw_sp_port->lag_id);
5988         if (err)
5989                 return err;
5990
5991         err = mlxsw_sp_lag_dist_port_add(mlxsw_sp_port, mlxsw_sp_port->lag_id);
5992         if (err)
5993                 goto err_dist_port_add;
5994
5995         return 0;
5996
5997 err_dist_port_add:
5998         mlxsw_sp_lag_col_port_disable(mlxsw_sp_port, mlxsw_sp_port->lag_id);
5999         return err;
6000 }
6001
6002 static int
6003 mlxsw_sp_port_lag_col_dist_disable(struct mlxsw_sp_port *mlxsw_sp_port)
6004 {
6005         int err;
6006
6007         err = mlxsw_sp_lag_dist_port_remove(mlxsw_sp_port,
6008                                             mlxsw_sp_port->lag_id);
6009         if (err)
6010                 return err;
6011
6012         err = mlxsw_sp_lag_col_port_disable(mlxsw_sp_port,
6013                                             mlxsw_sp_port->lag_id);
6014         if (err)
6015                 goto err_col_port_disable;
6016
6017         return 0;
6018
6019 err_col_port_disable:
6020         mlxsw_sp_lag_dist_port_add(mlxsw_sp_port, mlxsw_sp_port->lag_id);
6021         return err;
6022 }
6023
6024 static int mlxsw_sp_port_lag_changed(struct mlxsw_sp_port *mlxsw_sp_port,
6025                                      struct netdev_lag_lower_state_info *info)
6026 {
6027         if (info->tx_enabled)
6028                 return mlxsw_sp_port_lag_col_dist_enable(mlxsw_sp_port);
6029         else
6030                 return mlxsw_sp_port_lag_col_dist_disable(mlxsw_sp_port);
6031 }
6032
6033 static int mlxsw_sp_port_stp_set(struct mlxsw_sp_port *mlxsw_sp_port,
6034                                  bool enable)
6035 {
6036         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
6037         enum mlxsw_reg_spms_state spms_state;
6038         char *spms_pl;
6039         u16 vid;
6040         int err;
6041
6042         spms_state = enable ? MLXSW_REG_SPMS_STATE_FORWARDING :
6043                               MLXSW_REG_SPMS_STATE_DISCARDING;
6044
6045         spms_pl = kmalloc(MLXSW_REG_SPMS_LEN, GFP_KERNEL);
6046         if (!spms_pl)
6047                 return -ENOMEM;
6048         mlxsw_reg_spms_pack(spms_pl, mlxsw_sp_port->local_port);
6049
6050         for (vid = 0; vid < VLAN_N_VID; vid++)
6051                 mlxsw_reg_spms_vid_pack(spms_pl, vid, spms_state);
6052
6053         err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spms), spms_pl);
6054         kfree(spms_pl);
6055         return err;
6056 }
6057
6058 static int mlxsw_sp_port_ovs_join(struct mlxsw_sp_port *mlxsw_sp_port)
6059 {
6060         u16 vid = 1;
6061         int err;
6062
6063         err = mlxsw_sp_port_vp_mode_set(mlxsw_sp_port, true);
6064         if (err)
6065                 return err;
6066         err = mlxsw_sp_port_stp_set(mlxsw_sp_port, true);
6067         if (err)
6068                 goto err_port_stp_set;
6069         err = mlxsw_sp_port_vlan_set(mlxsw_sp_port, 1, VLAN_N_VID - 2,
6070                                      true, false);
6071         if (err)
6072                 goto err_port_vlan_set;
6073
6074         for (; vid <= VLAN_N_VID - 1; vid++) {
6075                 err = mlxsw_sp_port_vid_learning_set(mlxsw_sp_port,
6076                                                      vid, false);
6077                 if (err)
6078                         goto err_vid_learning_set;
6079         }
6080
6081         return 0;
6082
6083 err_vid_learning_set:
6084         for (vid--; vid >= 1; vid--)
6085                 mlxsw_sp_port_vid_learning_set(mlxsw_sp_port, vid, true);
6086 err_port_vlan_set:
6087         mlxsw_sp_port_stp_set(mlxsw_sp_port, false);
6088 err_port_stp_set:
6089         mlxsw_sp_port_vp_mode_set(mlxsw_sp_port, false);
6090         return err;
6091 }
6092
6093 static void mlxsw_sp_port_ovs_leave(struct mlxsw_sp_port *mlxsw_sp_port)
6094 {
6095         u16 vid;
6096
6097         for (vid = VLAN_N_VID - 1; vid >= 1; vid--)
6098                 mlxsw_sp_port_vid_learning_set(mlxsw_sp_port,
6099                                                vid, true);
6100
6101         mlxsw_sp_port_vlan_set(mlxsw_sp_port, 1, VLAN_N_VID - 2,
6102                                false, false);
6103         mlxsw_sp_port_stp_set(mlxsw_sp_port, false);
6104         mlxsw_sp_port_vp_mode_set(mlxsw_sp_port, false);
6105 }
6106
6107 static bool mlxsw_sp_bridge_has_multiple_vxlans(struct net_device *br_dev)
6108 {
6109         unsigned int num_vxlans = 0;
6110         struct net_device *dev;
6111         struct list_head *iter;
6112
6113         netdev_for_each_lower_dev(br_dev, dev, iter) {
6114                 if (netif_is_vxlan(dev))
6115                         num_vxlans++;
6116         }
6117
6118         return num_vxlans > 1;
6119 }
6120
6121 static bool mlxsw_sp_bridge_vxlan_vlan_is_valid(struct net_device *br_dev)
6122 {
6123         DECLARE_BITMAP(vlans, VLAN_N_VID) = {0};
6124         struct net_device *dev;
6125         struct list_head *iter;
6126
6127         netdev_for_each_lower_dev(br_dev, dev, iter) {
6128                 u16 pvid;
6129                 int err;
6130
6131                 if (!netif_is_vxlan(dev))
6132                         continue;
6133
6134                 err = mlxsw_sp_vxlan_mapped_vid(dev, &pvid);
6135                 if (err || !pvid)
6136                         continue;
6137
6138                 if (test_and_set_bit(pvid, vlans))
6139                         return false;
6140         }
6141
6142         return true;
6143 }
6144
6145 static bool mlxsw_sp_bridge_vxlan_is_valid(struct net_device *br_dev,
6146                                            struct netlink_ext_ack *extack)
6147 {
6148         if (br_multicast_enabled(br_dev)) {
6149                 NL_SET_ERR_MSG_MOD(extack, "Multicast can not be enabled on a bridge with a VxLAN device");
6150                 return false;
6151         }
6152
6153         if (!br_vlan_enabled(br_dev) &&
6154             mlxsw_sp_bridge_has_multiple_vxlans(br_dev)) {
6155                 NL_SET_ERR_MSG_MOD(extack, "Multiple VxLAN devices are not supported in a VLAN-unaware bridge");
6156                 return false;
6157         }
6158
6159         if (br_vlan_enabled(br_dev) &&
6160             !mlxsw_sp_bridge_vxlan_vlan_is_valid(br_dev)) {
6161                 NL_SET_ERR_MSG_MOD(extack, "Multiple VxLAN devices cannot have the same VLAN as PVID and egress untagged");
6162                 return false;
6163         }
6164
6165         return true;
6166 }
6167
6168 static int mlxsw_sp_netdevice_port_upper_event(struct net_device *lower_dev,
6169                                                struct net_device *dev,
6170                                                unsigned long event, void *ptr)
6171 {
6172         struct netdev_notifier_changeupper_info *info;
6173         struct mlxsw_sp_port *mlxsw_sp_port;
6174         struct netlink_ext_ack *extack;
6175         struct net_device *upper_dev;
6176         struct mlxsw_sp *mlxsw_sp;
6177         int err = 0;
6178
6179         mlxsw_sp_port = netdev_priv(dev);
6180         mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
6181         info = ptr;
6182         extack = netdev_notifier_info_to_extack(&info->info);
6183
6184         switch (event) {
6185         case NETDEV_PRECHANGEUPPER:
6186                 upper_dev = info->upper_dev;
6187                 if (!is_vlan_dev(upper_dev) &&
6188                     !netif_is_lag_master(upper_dev) &&
6189                     !netif_is_bridge_master(upper_dev) &&
6190                     !netif_is_ovs_master(upper_dev) &&
6191                     !netif_is_macvlan(upper_dev)) {
6192                         NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
6193                         return -EINVAL;
6194                 }
6195                 if (!info->linking)
6196                         break;
6197                 if (netif_is_bridge_master(upper_dev) &&
6198                     !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp, upper_dev) &&
6199                     mlxsw_sp_bridge_has_vxlan(upper_dev) &&
6200                     !mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
6201                         return -EOPNOTSUPP;
6202                 if (netdev_has_any_upper_dev(upper_dev) &&
6203                     (!netif_is_bridge_master(upper_dev) ||
6204                      !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp,
6205                                                           upper_dev))) {
6206                         NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
6207                         return -EINVAL;
6208                 }
6209                 if (netif_is_lag_master(upper_dev) &&
6210                     !mlxsw_sp_master_lag_check(mlxsw_sp, upper_dev,
6211                                                info->upper_info, extack))
6212                         return -EINVAL;
6213                 if (netif_is_lag_master(upper_dev) && vlan_uses_dev(dev)) {
6214                         NL_SET_ERR_MSG_MOD(extack, "Master device is a LAG master and this device has a VLAN");
6215                         return -EINVAL;
6216                 }
6217                 if (netif_is_lag_port(dev) && is_vlan_dev(upper_dev) &&
6218                     !netif_is_lag_master(vlan_dev_real_dev(upper_dev))) {
6219                         NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on a LAG port");
6220                         return -EINVAL;
6221                 }
6222                 if (netif_is_macvlan(upper_dev) &&
6223                     !mlxsw_sp_rif_find_by_dev(mlxsw_sp, lower_dev)) {
6224                         NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
6225                         return -EOPNOTSUPP;
6226                 }
6227                 if (netif_is_ovs_master(upper_dev) && vlan_uses_dev(dev)) {
6228                         NL_SET_ERR_MSG_MOD(extack, "Master device is an OVS master and this device has a VLAN");
6229                         return -EINVAL;
6230                 }
6231                 if (netif_is_ovs_port(dev) && is_vlan_dev(upper_dev)) {
6232                         NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on an OVS port");
6233                         return -EINVAL;
6234                 }
6235                 break;
6236         case NETDEV_CHANGEUPPER:
6237                 upper_dev = info->upper_dev;
6238                 if (netif_is_bridge_master(upper_dev)) {
6239                         if (info->linking)
6240                                 err = mlxsw_sp_port_bridge_join(mlxsw_sp_port,
6241                                                                 lower_dev,
6242                                                                 upper_dev,
6243                                                                 extack);
6244                         else
6245                                 mlxsw_sp_port_bridge_leave(mlxsw_sp_port,
6246                                                            lower_dev,
6247                                                            upper_dev);
6248                 } else if (netif_is_lag_master(upper_dev)) {
6249                         if (info->linking) {
6250                                 err = mlxsw_sp_port_lag_join(mlxsw_sp_port,
6251                                                              upper_dev);
6252                         } else {
6253                                 mlxsw_sp_port_lag_col_dist_disable(mlxsw_sp_port);
6254                                 mlxsw_sp_port_lag_leave(mlxsw_sp_port,
6255                                                         upper_dev);
6256                         }
6257                 } else if (netif_is_ovs_master(upper_dev)) {
6258                         if (info->linking)
6259                                 err = mlxsw_sp_port_ovs_join(mlxsw_sp_port);
6260                         else
6261                                 mlxsw_sp_port_ovs_leave(mlxsw_sp_port);
6262                 } else if (netif_is_macvlan(upper_dev)) {
6263                         if (!info->linking)
6264                                 mlxsw_sp_rif_macvlan_del(mlxsw_sp, upper_dev);
6265                 } else if (is_vlan_dev(upper_dev)) {
6266                         struct net_device *br_dev;
6267
6268                         if (!netif_is_bridge_port(upper_dev))
6269                                 break;
6270                         if (info->linking)
6271                                 break;
6272                         br_dev = netdev_master_upper_dev_get(upper_dev);
6273                         mlxsw_sp_port_bridge_leave(mlxsw_sp_port, upper_dev,
6274                                                    br_dev);
6275                 }
6276                 break;
6277         }
6278
6279         return err;
6280 }
6281
6282 static int mlxsw_sp_netdevice_port_lower_event(struct net_device *dev,
6283                                                unsigned long event, void *ptr)
6284 {
6285         struct netdev_notifier_changelowerstate_info *info;
6286         struct mlxsw_sp_port *mlxsw_sp_port;
6287         int err;
6288
6289         mlxsw_sp_port = netdev_priv(dev);
6290         info = ptr;
6291
6292         switch (event) {
6293         case NETDEV_CHANGELOWERSTATE:
6294                 if (netif_is_lag_port(dev) && mlxsw_sp_port->lagged) {
6295                         err = mlxsw_sp_port_lag_changed(mlxsw_sp_port,
6296                                                         info->lower_state_info);
6297                         if (err)
6298                                 netdev_err(dev, "Failed to reflect link aggregation lower state change\n");
6299                 }
6300                 break;
6301         }
6302
6303         return 0;
6304 }
6305
6306 static int mlxsw_sp_netdevice_port_event(struct net_device *lower_dev,
6307                                          struct net_device *port_dev,
6308                                          unsigned long event, void *ptr)
6309 {
6310         switch (event) {
6311         case NETDEV_PRECHANGEUPPER:
6312         case NETDEV_CHANGEUPPER:
6313                 return mlxsw_sp_netdevice_port_upper_event(lower_dev, port_dev,
6314                                                            event, ptr);
6315         case NETDEV_CHANGELOWERSTATE:
6316                 return mlxsw_sp_netdevice_port_lower_event(port_dev, event,
6317                                                            ptr);
6318         }
6319
6320         return 0;
6321 }
6322
6323 static int mlxsw_sp_netdevice_lag_event(struct net_device *lag_dev,
6324                                         unsigned long event, void *ptr)
6325 {
6326         struct net_device *dev;
6327         struct list_head *iter;
6328         int ret;
6329
6330         netdev_for_each_lower_dev(lag_dev, dev, iter) {
6331                 if (mlxsw_sp_port_dev_check(dev)) {
6332                         ret = mlxsw_sp_netdevice_port_event(lag_dev, dev, event,
6333                                                             ptr);
6334                         if (ret)
6335                                 return ret;
6336                 }
6337         }
6338
6339         return 0;
6340 }
6341
6342 static int mlxsw_sp_netdevice_port_vlan_event(struct net_device *vlan_dev,
6343                                               struct net_device *dev,
6344                                               unsigned long event, void *ptr,
6345                                               u16 vid)
6346 {
6347         struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev);
6348         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
6349         struct netdev_notifier_changeupper_info *info = ptr;
6350         struct netlink_ext_ack *extack;
6351         struct net_device *upper_dev;
6352         int err = 0;
6353
6354         extack = netdev_notifier_info_to_extack(&info->info);
6355
6356         switch (event) {
6357         case NETDEV_PRECHANGEUPPER:
6358                 upper_dev = info->upper_dev;
6359                 if (!netif_is_bridge_master(upper_dev) &&
6360                     !netif_is_macvlan(upper_dev)) {
6361                         NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
6362                         return -EINVAL;
6363                 }
6364                 if (!info->linking)
6365                         break;
6366                 if (netif_is_bridge_master(upper_dev) &&
6367                     !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp, upper_dev) &&
6368                     mlxsw_sp_bridge_has_vxlan(upper_dev) &&
6369                     !mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
6370                         return -EOPNOTSUPP;
6371                 if (netdev_has_any_upper_dev(upper_dev) &&
6372                     (!netif_is_bridge_master(upper_dev) ||
6373                      !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp,
6374                                                           upper_dev))) {
6375                         NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
6376                         return -EINVAL;
6377                 }
6378                 if (netif_is_macvlan(upper_dev) &&
6379                     !mlxsw_sp_rif_find_by_dev(mlxsw_sp, vlan_dev)) {
6380                         NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
6381                         return -EOPNOTSUPP;
6382                 }
6383                 break;
6384         case NETDEV_CHANGEUPPER:
6385                 upper_dev = info->upper_dev;
6386                 if (netif_is_bridge_master(upper_dev)) {
6387                         if (info->linking)
6388                                 err = mlxsw_sp_port_bridge_join(mlxsw_sp_port,
6389                                                                 vlan_dev,
6390                                                                 upper_dev,
6391                                                                 extack);
6392                         else
6393                                 mlxsw_sp_port_bridge_leave(mlxsw_sp_port,
6394                                                            vlan_dev,
6395                                                            upper_dev);
6396                 } else if (netif_is_macvlan(upper_dev)) {
6397                         if (!info->linking)
6398                                 mlxsw_sp_rif_macvlan_del(mlxsw_sp, upper_dev);
6399                 } else {
6400                         err = -EINVAL;
6401                         WARN_ON(1);
6402                 }
6403                 break;
6404         }
6405
6406         return err;
6407 }
6408
6409 static int mlxsw_sp_netdevice_lag_port_vlan_event(struct net_device *vlan_dev,
6410                                                   struct net_device *lag_dev,
6411                                                   unsigned long event,
6412                                                   void *ptr, u16 vid)
6413 {
6414         struct net_device *dev;
6415         struct list_head *iter;
6416         int ret;
6417
6418         netdev_for_each_lower_dev(lag_dev, dev, iter) {
6419                 if (mlxsw_sp_port_dev_check(dev)) {
6420                         ret = mlxsw_sp_netdevice_port_vlan_event(vlan_dev, dev,
6421                                                                  event, ptr,
6422                                                                  vid);
6423                         if (ret)
6424                                 return ret;
6425                 }
6426         }
6427
6428         return 0;
6429 }
6430
6431 static int mlxsw_sp_netdevice_bridge_vlan_event(struct net_device *vlan_dev,
6432                                                 struct net_device *br_dev,
6433                                                 unsigned long event, void *ptr,
6434                                                 u16 vid)
6435 {
6436         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_lower_get(vlan_dev);
6437         struct netdev_notifier_changeupper_info *info = ptr;
6438         struct netlink_ext_ack *extack;
6439         struct net_device *upper_dev;
6440
6441         if (!mlxsw_sp)
6442                 return 0;
6443
6444         extack = netdev_notifier_info_to_extack(&info->info);
6445
6446         switch (event) {
6447         case NETDEV_PRECHANGEUPPER:
6448                 upper_dev = info->upper_dev;
6449                 if (!netif_is_macvlan(upper_dev)) {
6450                         NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
6451                         return -EOPNOTSUPP;
6452                 }
6453                 if (!info->linking)
6454                         break;
6455                 if (netif_is_macvlan(upper_dev) &&
6456                     !mlxsw_sp_rif_find_by_dev(mlxsw_sp, vlan_dev)) {
6457                         NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
6458                         return -EOPNOTSUPP;
6459                 }
6460                 break;
6461         case NETDEV_CHANGEUPPER:
6462                 upper_dev = info->upper_dev;
6463                 if (info->linking)
6464                         break;
6465                 if (netif_is_macvlan(upper_dev))
6466                         mlxsw_sp_rif_macvlan_del(mlxsw_sp, upper_dev);
6467                 break;
6468         }
6469
6470         return 0;
6471 }
6472
6473 static int mlxsw_sp_netdevice_vlan_event(struct net_device *vlan_dev,
6474                                          unsigned long event, void *ptr)
6475 {
6476         struct net_device *real_dev = vlan_dev_real_dev(vlan_dev);
6477         u16 vid = vlan_dev_vlan_id(vlan_dev);
6478
6479         if (mlxsw_sp_port_dev_check(real_dev))
6480                 return mlxsw_sp_netdevice_port_vlan_event(vlan_dev, real_dev,
6481                                                           event, ptr, vid);
6482         else if (netif_is_lag_master(real_dev))
6483                 return mlxsw_sp_netdevice_lag_port_vlan_event(vlan_dev,
6484                                                               real_dev, event,
6485                                                               ptr, vid);
6486         else if (netif_is_bridge_master(real_dev))
6487                 return mlxsw_sp_netdevice_bridge_vlan_event(vlan_dev, real_dev,
6488                                                             event, ptr, vid);
6489
6490         return 0;
6491 }
6492
6493 static int mlxsw_sp_netdevice_bridge_event(struct net_device *br_dev,
6494                                            unsigned long event, void *ptr)
6495 {
6496         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_lower_get(br_dev);
6497         struct netdev_notifier_changeupper_info *info = ptr;
6498         struct netlink_ext_ack *extack;
6499         struct net_device *upper_dev;
6500
6501         if (!mlxsw_sp)
6502                 return 0;
6503
6504         extack = netdev_notifier_info_to_extack(&info->info);
6505
6506         switch (event) {
6507         case NETDEV_PRECHANGEUPPER:
6508                 upper_dev = info->upper_dev;
6509                 if (!is_vlan_dev(upper_dev) && !netif_is_macvlan(upper_dev)) {
6510                         NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
6511                         return -EOPNOTSUPP;
6512                 }
6513                 if (!info->linking)
6514                         break;
6515                 if (netif_is_macvlan(upper_dev) &&
6516                     !mlxsw_sp_rif_find_by_dev(mlxsw_sp, br_dev)) {
6517                         NL_SET_ERR_MSG_MOD(extack, "macvlan is only supported on top of router interfaces");
6518                         return -EOPNOTSUPP;
6519                 }
6520                 break;
6521         case NETDEV_CHANGEUPPER:
6522                 upper_dev = info->upper_dev;
6523                 if (info->linking)
6524                         break;
6525                 if (is_vlan_dev(upper_dev))
6526                         mlxsw_sp_rif_destroy_by_dev(mlxsw_sp, upper_dev);
6527                 if (netif_is_macvlan(upper_dev))
6528                         mlxsw_sp_rif_macvlan_del(mlxsw_sp, upper_dev);
6529                 break;
6530         }
6531
6532         return 0;
6533 }
6534
6535 static int mlxsw_sp_netdevice_macvlan_event(struct net_device *macvlan_dev,
6536                                             unsigned long event, void *ptr)
6537 {
6538         struct mlxsw_sp *mlxsw_sp = mlxsw_sp_lower_get(macvlan_dev);
6539         struct netdev_notifier_changeupper_info *info = ptr;
6540         struct netlink_ext_ack *extack;
6541
6542         if (!mlxsw_sp || event != NETDEV_PRECHANGEUPPER)
6543                 return 0;
6544
6545         extack = netdev_notifier_info_to_extack(&info->info);
6546
6547         /* VRF enslavement is handled in mlxsw_sp_netdevice_vrf_event() */
6548         NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
6549
6550         return -EOPNOTSUPP;
6551 }
6552
6553 static bool mlxsw_sp_is_vrf_event(unsigned long event, void *ptr)
6554 {
6555         struct netdev_notifier_changeupper_info *info = ptr;
6556
6557         if (event != NETDEV_PRECHANGEUPPER && event != NETDEV_CHANGEUPPER)
6558                 return false;
6559         return netif_is_l3_master(info->upper_dev);
6560 }
6561
6562 static int mlxsw_sp_netdevice_vxlan_event(struct mlxsw_sp *mlxsw_sp,
6563                                           struct net_device *dev,
6564                                           unsigned long event, void *ptr)
6565 {
6566         struct netdev_notifier_changeupper_info *cu_info;
6567         struct netdev_notifier_info *info = ptr;
6568         struct netlink_ext_ack *extack;
6569         struct net_device *upper_dev;
6570
6571         extack = netdev_notifier_info_to_extack(info);
6572
6573         switch (event) {
6574         case NETDEV_CHANGEUPPER:
6575                 cu_info = container_of(info,
6576                                        struct netdev_notifier_changeupper_info,
6577                                        info);
6578                 upper_dev = cu_info->upper_dev;
6579                 if (!netif_is_bridge_master(upper_dev))
6580                         return 0;
6581                 if (!mlxsw_sp_lower_get(upper_dev))
6582                         return 0;
6583                 if (!mlxsw_sp_bridge_vxlan_is_valid(upper_dev, extack))
6584                         return -EOPNOTSUPP;
6585                 if (cu_info->linking) {
6586                         if (!netif_running(dev))
6587                                 return 0;
6588                         /* When the bridge is VLAN-aware, the VNI of the VxLAN
6589                          * device needs to be mapped to a VLAN, but at this
6590                          * point no VLANs are configured on the VxLAN device
6591                          */
6592                         if (br_vlan_enabled(upper_dev))
6593                                 return 0;
6594                         return mlxsw_sp_bridge_vxlan_join(mlxsw_sp, upper_dev,
6595                                                           dev, 0, extack);
6596                 } else {
6597                         /* VLANs were already flushed, which triggered the
6598                          * necessary cleanup
6599                          */
6600                         if (br_vlan_enabled(upper_dev))
6601                                 return 0;
6602                         mlxsw_sp_bridge_vxlan_leave(mlxsw_sp, dev);
6603                 }
6604                 break;
6605         case NETDEV_PRE_UP:
6606                 upper_dev = netdev_master_upper_dev_get(dev);
6607                 if (!upper_dev)
6608                         return 0;
6609                 if (!netif_is_bridge_master(upper_dev))
6610                         return 0;
6611                 if (!mlxsw_sp_lower_get(upper_dev))
6612                         return 0;
6613                 return mlxsw_sp_bridge_vxlan_join(mlxsw_sp, upper_dev, dev, 0,
6614                                                   extack);
6615         case NETDEV_DOWN:
6616                 upper_dev = netdev_master_upper_dev_get(dev);
6617                 if (!upper_dev)
6618                         return 0;
6619                 if (!netif_is_bridge_master(upper_dev))
6620                         return 0;
6621                 if (!mlxsw_sp_lower_get(upper_dev))
6622                         return 0;
6623                 mlxsw_sp_bridge_vxlan_leave(mlxsw_sp, dev);
6624                 break;
6625         }
6626
6627         return 0;
6628 }
6629
6630 static int mlxsw_sp_netdevice_event(struct notifier_block *nb,
6631                                     unsigned long event, void *ptr)
6632 {
6633         struct net_device *dev = netdev_notifier_info_to_dev(ptr);
6634         struct mlxsw_sp_span_entry *span_entry;
6635         struct mlxsw_sp *mlxsw_sp;
6636         int err = 0;
6637
6638         mlxsw_sp = container_of(nb, struct mlxsw_sp, netdevice_nb);
6639         if (event == NETDEV_UNREGISTER) {
6640                 span_entry = mlxsw_sp_span_entry_find_by_port(mlxsw_sp, dev);
6641                 if (span_entry)
6642                         mlxsw_sp_span_entry_invalidate(mlxsw_sp, span_entry);
6643         }
6644         mlxsw_sp_span_respin(mlxsw_sp);
6645
6646         if (netif_is_vxlan(dev))
6647                 err = mlxsw_sp_netdevice_vxlan_event(mlxsw_sp, dev, event, ptr);
6648         if (mlxsw_sp_netdev_is_ipip_ol(mlxsw_sp, dev))
6649                 err = mlxsw_sp_netdevice_ipip_ol_event(mlxsw_sp, dev,
6650                                                        event, ptr);
6651         else if (mlxsw_sp_netdev_is_ipip_ul(mlxsw_sp, dev))
6652                 err = mlxsw_sp_netdevice_ipip_ul_event(mlxsw_sp, dev,
6653                                                        event, ptr);
6654         else if (event == NETDEV_PRE_CHANGEADDR ||
6655                  event == NETDEV_CHANGEADDR ||
6656                  event == NETDEV_CHANGEMTU)
6657                 err = mlxsw_sp_netdevice_router_port_event(dev, event, ptr);
6658         else if (mlxsw_sp_is_vrf_event(event, ptr))
6659                 err = mlxsw_sp_netdevice_vrf_event(dev, event, ptr);
6660         else if (mlxsw_sp_port_dev_check(dev))
6661                 err = mlxsw_sp_netdevice_port_event(dev, dev, event, ptr);
6662         else if (netif_is_lag_master(dev))
6663                 err = mlxsw_sp_netdevice_lag_event(dev, event, ptr);
6664         else if (is_vlan_dev(dev))
6665                 err = mlxsw_sp_netdevice_vlan_event(dev, event, ptr);
6666         else if (netif_is_bridge_master(dev))
6667                 err = mlxsw_sp_netdevice_bridge_event(dev, event, ptr);
6668         else if (netif_is_macvlan(dev))
6669                 err = mlxsw_sp_netdevice_macvlan_event(dev, event, ptr);
6670
6671         return notifier_from_errno(err);
6672 }
6673
6674 static struct notifier_block mlxsw_sp_inetaddr_valid_nb __read_mostly = {
6675         .notifier_call = mlxsw_sp_inetaddr_valid_event,
6676 };
6677
6678 static struct notifier_block mlxsw_sp_inet6addr_valid_nb __read_mostly = {
6679         .notifier_call = mlxsw_sp_inet6addr_valid_event,
6680 };
6681
6682 static const struct pci_device_id mlxsw_sp1_pci_id_table[] = {
6683         {PCI_VDEVICE(MELLANOX, PCI_DEVICE_ID_MELLANOX_SPECTRUM), 0},
6684         {0, },
6685 };
6686
6687 static struct pci_driver mlxsw_sp1_pci_driver = {
6688         .name = mlxsw_sp1_driver_name,
6689         .id_table = mlxsw_sp1_pci_id_table,
6690 };
6691
6692 static const struct pci_device_id mlxsw_sp2_pci_id_table[] = {
6693         {PCI_VDEVICE(MELLANOX, PCI_DEVICE_ID_MELLANOX_SPECTRUM2), 0},
6694         {0, },
6695 };
6696
6697 static struct pci_driver mlxsw_sp2_pci_driver = {
6698         .name = mlxsw_sp2_driver_name,
6699         .id_table = mlxsw_sp2_pci_id_table,
6700 };
6701
6702 static const struct pci_device_id mlxsw_sp3_pci_id_table[] = {
6703         {PCI_VDEVICE(MELLANOX, PCI_DEVICE_ID_MELLANOX_SPECTRUM3), 0},
6704         {0, },
6705 };
6706
6707 static struct pci_driver mlxsw_sp3_pci_driver = {
6708         .name = mlxsw_sp3_driver_name,
6709         .id_table = mlxsw_sp3_pci_id_table,
6710 };
6711
6712 static int __init mlxsw_sp_module_init(void)
6713 {
6714         int err;
6715
6716         register_inetaddr_validator_notifier(&mlxsw_sp_inetaddr_valid_nb);
6717         register_inet6addr_validator_notifier(&mlxsw_sp_inet6addr_valid_nb);
6718
6719         err = mlxsw_core_driver_register(&mlxsw_sp1_driver);
6720         if (err)
6721                 goto err_sp1_core_driver_register;
6722
6723         err = mlxsw_core_driver_register(&mlxsw_sp2_driver);
6724         if (err)
6725                 goto err_sp2_core_driver_register;
6726
6727         err = mlxsw_core_driver_register(&mlxsw_sp3_driver);
6728         if (err)
6729                 goto err_sp3_core_driver_register;
6730
6731         err = mlxsw_pci_driver_register(&mlxsw_sp1_pci_driver);
6732         if (err)
6733                 goto err_sp1_pci_driver_register;
6734
6735         err = mlxsw_pci_driver_register(&mlxsw_sp2_pci_driver);
6736         if (err)
6737                 goto err_sp2_pci_driver_register;
6738
6739         err = mlxsw_pci_driver_register(&mlxsw_sp3_pci_driver);
6740         if (err)
6741                 goto err_sp3_pci_driver_register;
6742
6743         return 0;
6744
6745 err_sp3_pci_driver_register:
6746         mlxsw_pci_driver_unregister(&mlxsw_sp2_pci_driver);
6747 err_sp2_pci_driver_register:
6748         mlxsw_pci_driver_unregister(&mlxsw_sp1_pci_driver);
6749 err_sp1_pci_driver_register:
6750         mlxsw_core_driver_unregister(&mlxsw_sp3_driver);
6751 err_sp3_core_driver_register:
6752         mlxsw_core_driver_unregister(&mlxsw_sp2_driver);
6753 err_sp2_core_driver_register:
6754         mlxsw_core_driver_unregister(&mlxsw_sp1_driver);
6755 err_sp1_core_driver_register:
6756         unregister_inet6addr_validator_notifier(&mlxsw_sp_inet6addr_valid_nb);
6757         unregister_inetaddr_validator_notifier(&mlxsw_sp_inetaddr_valid_nb);
6758         return err;
6759 }
6760
6761 static void __exit mlxsw_sp_module_exit(void)
6762 {
6763         mlxsw_pci_driver_unregister(&mlxsw_sp3_pci_driver);
6764         mlxsw_pci_driver_unregister(&mlxsw_sp2_pci_driver);
6765         mlxsw_pci_driver_unregister(&mlxsw_sp1_pci_driver);
6766         mlxsw_core_driver_unregister(&mlxsw_sp3_driver);
6767         mlxsw_core_driver_unregister(&mlxsw_sp2_driver);
6768         mlxsw_core_driver_unregister(&mlxsw_sp1_driver);
6769         unregister_inet6addr_validator_notifier(&mlxsw_sp_inet6addr_valid_nb);
6770         unregister_inetaddr_validator_notifier(&mlxsw_sp_inetaddr_valid_nb);
6771 }
6772
6773 module_init(mlxsw_sp_module_init);
6774 module_exit(mlxsw_sp_module_exit);
6775
6776 MODULE_LICENSE("Dual BSD/GPL");
6777 MODULE_AUTHOR("Jiri Pirko <jiri@mellanox.com>");
6778 MODULE_DESCRIPTION("Mellanox Spectrum driver");
6779 MODULE_DEVICE_TABLE(pci, mlxsw_sp1_pci_id_table);
6780 MODULE_DEVICE_TABLE(pci, mlxsw_sp2_pci_id_table);
6781 MODULE_DEVICE_TABLE(pci, mlxsw_sp3_pci_id_table);
6782 MODULE_FIRMWARE(MLXSW_SP1_FW_FILENAME);
6783 MODULE_FIRMWARE(MLXSW_SP2_FW_FILENAME);