1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
3 
4 #include <linux/module.h>
5 #include <linux/netdevice.h>
6 #include <linux/sfp.h>
7 
8 #include "ionic.h"
9 #include "ionic_bus.h"
10 #include "ionic_lif.h"
11 #include "ionic_ethtool.h"
12 #include "ionic_stats.h"
13 
14 static void ionic_get_stats_strings(struct ionic_lif *lif, u8 *buf)
15 {
16 	u32 i;
17 
18 	for (i = 0; i < ionic_num_stats_grps; i++)
19 		ionic_stats_groups[i].get_strings(lif, &buf);
20 }
21 
22 static void ionic_get_stats(struct net_device *netdev,
23 			    struct ethtool_stats *stats, u64 *buf)
24 {
25 	struct ionic_lif *lif = netdev_priv(netdev);
26 	u32 i;
27 
28 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
29 		return;
30 
31 	memset(buf, 0, stats->n_stats * sizeof(*buf));
32 	for (i = 0; i < ionic_num_stats_grps; i++)
33 		ionic_stats_groups[i].get_values(lif, &buf);
34 }
35 
36 static int ionic_get_stats_count(struct ionic_lif *lif)
37 {
38 	int i, num_stats = 0;
39 
40 	for (i = 0; i < ionic_num_stats_grps; i++)
41 		num_stats += ionic_stats_groups[i].get_count(lif);
42 
43 	return num_stats;
44 }
45 
46 static int ionic_get_sset_count(struct net_device *netdev, int sset)
47 {
48 	struct ionic_lif *lif = netdev_priv(netdev);
49 	int count = 0;
50 
51 	switch (sset) {
52 	case ETH_SS_STATS:
53 		count = ionic_get_stats_count(lif);
54 		break;
55 	}
56 	return count;
57 }
58 
59 static void ionic_get_strings(struct net_device *netdev,
60 			      u32 sset, u8 *buf)
61 {
62 	struct ionic_lif *lif = netdev_priv(netdev);
63 
64 	switch (sset) {
65 	case ETH_SS_STATS:
66 		ionic_get_stats_strings(lif, buf);
67 		break;
68 	}
69 }
70 
71 static void ionic_get_drvinfo(struct net_device *netdev,
72 			      struct ethtool_drvinfo *drvinfo)
73 {
74 	struct ionic_lif *lif = netdev_priv(netdev);
75 	struct ionic *ionic = lif->ionic;
76 
77 	strscpy(drvinfo->driver, IONIC_DRV_NAME, sizeof(drvinfo->driver));
78 	strscpy(drvinfo->fw_version, ionic->idev.dev_info.fw_version,
79 		sizeof(drvinfo->fw_version));
80 	strscpy(drvinfo->bus_info, ionic_bus_info(ionic),
81 		sizeof(drvinfo->bus_info));
82 }
83 
84 static int ionic_get_regs_len(struct net_device *netdev)
85 {
86 	return (IONIC_DEV_INFO_REG_COUNT + IONIC_DEV_CMD_REG_COUNT) * sizeof(u32);
87 }
88 
89 static void ionic_get_regs(struct net_device *netdev, struct ethtool_regs *regs,
90 			   void *p)
91 {
92 	struct ionic_lif *lif = netdev_priv(netdev);
93 	unsigned int offset;
94 	unsigned int size;
95 
96 	regs->version = IONIC_DEV_CMD_REG_VERSION;
97 
98 	offset = 0;
99 	size = IONIC_DEV_INFO_REG_COUNT * sizeof(u32);
100 	memcpy_fromio(p + offset, lif->ionic->idev.dev_info_regs->words, size);
101 
102 	offset += size;
103 	size = IONIC_DEV_CMD_REG_COUNT * sizeof(u32);
104 	memcpy_fromio(p + offset, lif->ionic->idev.dev_cmd_regs->words, size);
105 }
106 
107 static void ionic_get_link_ext_stats(struct net_device *netdev,
108 				     struct ethtool_link_ext_stats *stats)
109 {
110 	struct ionic_lif *lif = netdev_priv(netdev);
111 
112 	if (lif->ionic->pdev->is_physfn)
113 		stats->link_down_events = lif->link_down_count;
114 }
115 
116 static int ionic_get_link_ksettings(struct net_device *netdev,
117 				    struct ethtool_link_ksettings *ks)
118 {
119 	struct ionic_lif *lif = netdev_priv(netdev);
120 	struct ionic_dev *idev = &lif->ionic->idev;
121 	int copper_seen = 0;
122 
123 	ethtool_link_ksettings_zero_link_mode(ks, supported);
124 
125 	if (!idev->port_info) {
126 		netdev_err(netdev, "port_info not initialized\n");
127 		return -EOPNOTSUPP;
128 	}
129 
130 	/* The port_info data is found in a DMA space that the NIC keeps
131 	 * up-to-date, so there's no need to request the data from the
132 	 * NIC, we already have it in our memory space.
133 	 */
134 
135 	switch (le16_to_cpu(idev->port_info->status.xcvr.pid)) {
136 		/* Copper */
137 	case IONIC_XCVR_PID_QSFP_100G_CR4:
138 		ethtool_link_ksettings_add_link_mode(ks, supported,
139 						     100000baseCR4_Full);
140 		copper_seen++;
141 		break;
142 	case IONIC_XCVR_PID_QSFP_40GBASE_CR4:
143 		ethtool_link_ksettings_add_link_mode(ks, supported,
144 						     40000baseCR4_Full);
145 		copper_seen++;
146 		break;
147 	case IONIC_XCVR_PID_SFP_25GBASE_CR_S:
148 	case IONIC_XCVR_PID_SFP_25GBASE_CR_L:
149 	case IONIC_XCVR_PID_SFP_25GBASE_CR_N:
150 		ethtool_link_ksettings_add_link_mode(ks, supported,
151 						     25000baseCR_Full);
152 		copper_seen++;
153 		break;
154 	case IONIC_XCVR_PID_SFP_10GBASE_AOC:
155 	case IONIC_XCVR_PID_SFP_10GBASE_CU:
156 		ethtool_link_ksettings_add_link_mode(ks, supported,
157 						     10000baseCR_Full);
158 		copper_seen++;
159 		break;
160 
161 		/* Fibre */
162 	case IONIC_XCVR_PID_QSFP_100G_SR4:
163 	case IONIC_XCVR_PID_QSFP_100G_AOC:
164 		ethtool_link_ksettings_add_link_mode(ks, supported,
165 						     100000baseSR4_Full);
166 		break;
167 	case IONIC_XCVR_PID_QSFP_100G_CWDM4:
168 	case IONIC_XCVR_PID_QSFP_100G_PSM4:
169 	case IONIC_XCVR_PID_QSFP_100G_LR4:
170 		ethtool_link_ksettings_add_link_mode(ks, supported,
171 						     100000baseLR4_ER4_Full);
172 		break;
173 	case IONIC_XCVR_PID_QSFP_100G_ER4:
174 		ethtool_link_ksettings_add_link_mode(ks, supported,
175 						     100000baseLR4_ER4_Full);
176 		break;
177 	case IONIC_XCVR_PID_QSFP_40GBASE_SR4:
178 	case IONIC_XCVR_PID_QSFP_40GBASE_AOC:
179 		ethtool_link_ksettings_add_link_mode(ks, supported,
180 						     40000baseSR4_Full);
181 		break;
182 	case IONIC_XCVR_PID_QSFP_40GBASE_LR4:
183 		ethtool_link_ksettings_add_link_mode(ks, supported,
184 						     40000baseLR4_Full);
185 		break;
186 	case IONIC_XCVR_PID_SFP_25GBASE_SR:
187 	case IONIC_XCVR_PID_SFP_25GBASE_AOC:
188 	case IONIC_XCVR_PID_SFP_25GBASE_ACC:
189 		ethtool_link_ksettings_add_link_mode(ks, supported,
190 						     25000baseSR_Full);
191 		break;
192 	case IONIC_XCVR_PID_SFP_10GBASE_SR:
193 		ethtool_link_ksettings_add_link_mode(ks, supported,
194 						     10000baseSR_Full);
195 		break;
196 	case IONIC_XCVR_PID_SFP_10GBASE_LR:
197 		ethtool_link_ksettings_add_link_mode(ks, supported,
198 						     10000baseLR_Full);
199 		break;
200 	case IONIC_XCVR_PID_SFP_10GBASE_LRM:
201 		ethtool_link_ksettings_add_link_mode(ks, supported,
202 						     10000baseLRM_Full);
203 		break;
204 	case IONIC_XCVR_PID_SFP_10GBASE_ER:
205 		ethtool_link_ksettings_add_link_mode(ks, supported,
206 						     10000baseER_Full);
207 		break;
208 	case IONIC_XCVR_PID_SFP_10GBASE_T:
209 		ethtool_link_ksettings_add_link_mode(ks, supported,
210 						     10000baseT_Full);
211 		break;
212 	case IONIC_XCVR_PID_SFP_1000BASE_T:
213 		ethtool_link_ksettings_add_link_mode(ks, supported,
214 						     1000baseT_Full);
215 		break;
216 	case IONIC_XCVR_PID_UNKNOWN:
217 		/* This means there's no module plugged in */
218 		break;
219 	default:
220 		dev_info(lif->ionic->dev, "unknown xcvr type pid=%d / 0x%x\n",
221 			 idev->port_info->status.xcvr.pid,
222 			 idev->port_info->status.xcvr.pid);
223 		break;
224 	}
225 
226 	linkmode_copy(ks->link_modes.advertising, ks->link_modes.supported);
227 
228 	ethtool_link_ksettings_add_link_mode(ks, supported, FEC_BASER);
229 	ethtool_link_ksettings_add_link_mode(ks, supported, FEC_RS);
230 	if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_FC)
231 		ethtool_link_ksettings_add_link_mode(ks, advertising, FEC_BASER);
232 	else if (idev->port_info->config.fec_type == IONIC_PORT_FEC_TYPE_RS)
233 		ethtool_link_ksettings_add_link_mode(ks, advertising, FEC_RS);
234 
235 	ethtool_link_ksettings_add_link_mode(ks, supported, FIBRE);
236 	ethtool_link_ksettings_add_link_mode(ks, supported, Pause);
237 
238 	if (idev->port_info->status.xcvr.phy == IONIC_PHY_TYPE_COPPER ||
239 	    copper_seen)
240 		ks->base.port = PORT_DA;
241 	else if (idev->port_info->status.xcvr.phy == IONIC_PHY_TYPE_FIBER)
242 		ks->base.port = PORT_FIBRE;
243 	else
244 		ks->base.port = PORT_NONE;
245 
246 	if (ks->base.port != PORT_NONE) {
247 		ks->base.speed = le32_to_cpu(lif->info->status.link_speed);
248 
249 		if (le16_to_cpu(lif->info->status.link_status))
250 			ks->base.duplex = DUPLEX_FULL;
251 		else
252 			ks->base.duplex = DUPLEX_UNKNOWN;
253 
254 		ethtool_link_ksettings_add_link_mode(ks, supported, Autoneg);
255 
256 		if (idev->port_info->config.an_enable) {
257 			ethtool_link_ksettings_add_link_mode(ks, advertising,
258 							     Autoneg);
259 			ks->base.autoneg = AUTONEG_ENABLE;
260 		}
261 	}
262 
263 	return 0;
264 }
265 
266 static int ionic_set_link_ksettings(struct net_device *netdev,
267 				    const struct ethtool_link_ksettings *ks)
268 {
269 	struct ionic_lif *lif = netdev_priv(netdev);
270 	struct ionic_dev *idev = &lif->ionic->idev;
271 	struct ionic *ionic = lif->ionic;
272 	int err = 0;
273 
274 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
275 		return -EBUSY;
276 
277 	/* set autoneg */
278 	if (ks->base.autoneg != idev->port_info->config.an_enable) {
279 		mutex_lock(&ionic->dev_cmd_lock);
280 		ionic_dev_cmd_port_autoneg(idev, ks->base.autoneg);
281 		err = ionic_dev_cmd_wait(ionic, DEVCMD_TIMEOUT);
282 		mutex_unlock(&ionic->dev_cmd_lock);
283 		if (err)
284 			return err;
285 	}
286 
287 	/* set speed */
288 	if (ks->base.speed != le32_to_cpu(idev->port_info->config.speed)) {
289 		mutex_lock(&ionic->dev_cmd_lock);
290 		ionic_dev_cmd_port_speed(idev, ks->base.speed);
291 		err = ionic_dev_cmd_wait(ionic, DEVCMD_TIMEOUT);
292 		mutex_unlock(&ionic->dev_cmd_lock);
293 		if (err)
294 			return err;
295 	}
296 
297 	return 0;
298 }
299 
300 static void ionic_get_pauseparam(struct net_device *netdev,
301 				 struct ethtool_pauseparam *pause)
302 {
303 	struct ionic_lif *lif = netdev_priv(netdev);
304 	u8 pause_type;
305 
306 	pause->autoneg = 0;
307 
308 	pause_type = lif->ionic->idev.port_info->config.pause_type;
309 	if (pause_type) {
310 		pause->rx_pause = (pause_type & IONIC_PAUSE_F_RX) ? 1 : 0;
311 		pause->tx_pause = (pause_type & IONIC_PAUSE_F_TX) ? 1 : 0;
312 	}
313 }
314 
315 static int ionic_set_pauseparam(struct net_device *netdev,
316 				struct ethtool_pauseparam *pause)
317 {
318 	struct ionic_lif *lif = netdev_priv(netdev);
319 	struct ionic *ionic = lif->ionic;
320 	u32 requested_pause;
321 	int err;
322 
323 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
324 		return -EBUSY;
325 
326 	if (pause->autoneg)
327 		return -EOPNOTSUPP;
328 
329 	/* change both at the same time */
330 	requested_pause = IONIC_PORT_PAUSE_TYPE_LINK;
331 	if (pause->rx_pause)
332 		requested_pause |= IONIC_PAUSE_F_RX;
333 	if (pause->tx_pause)
334 		requested_pause |= IONIC_PAUSE_F_TX;
335 
336 	if (requested_pause == lif->ionic->idev.port_info->config.pause_type)
337 		return 0;
338 
339 	mutex_lock(&ionic->dev_cmd_lock);
340 	ionic_dev_cmd_port_pause(&lif->ionic->idev, requested_pause);
341 	err = ionic_dev_cmd_wait(ionic, DEVCMD_TIMEOUT);
342 	mutex_unlock(&ionic->dev_cmd_lock);
343 	if (err)
344 		return err;
345 
346 	return 0;
347 }
348 
349 static int ionic_get_fecparam(struct net_device *netdev,
350 			      struct ethtool_fecparam *fec)
351 {
352 	struct ionic_lif *lif = netdev_priv(netdev);
353 
354 	switch (lif->ionic->idev.port_info->config.fec_type) {
355 	case IONIC_PORT_FEC_TYPE_NONE:
356 		fec->active_fec = ETHTOOL_FEC_OFF;
357 		break;
358 	case IONIC_PORT_FEC_TYPE_RS:
359 		fec->active_fec = ETHTOOL_FEC_RS;
360 		break;
361 	case IONIC_PORT_FEC_TYPE_FC:
362 		fec->active_fec = ETHTOOL_FEC_BASER;
363 		break;
364 	}
365 
366 	fec->fec = ETHTOOL_FEC_OFF | ETHTOOL_FEC_RS | ETHTOOL_FEC_BASER;
367 
368 	return 0;
369 }
370 
371 static int ionic_set_fecparam(struct net_device *netdev,
372 			      struct ethtool_fecparam *fec)
373 {
374 	struct ionic_lif *lif = netdev_priv(netdev);
375 	u8 fec_type;
376 	int ret = 0;
377 
378 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
379 		return -EBUSY;
380 
381 	if (lif->ionic->idev.port_info->config.an_enable) {
382 		netdev_err(netdev, "FEC request not allowed while autoneg is enabled\n");
383 		return -EINVAL;
384 	}
385 
386 	switch (fec->fec) {
387 	case ETHTOOL_FEC_NONE:
388 		fec_type = IONIC_PORT_FEC_TYPE_NONE;
389 		break;
390 	case ETHTOOL_FEC_OFF:
391 		fec_type = IONIC_PORT_FEC_TYPE_NONE;
392 		break;
393 	case ETHTOOL_FEC_RS:
394 		fec_type = IONIC_PORT_FEC_TYPE_RS;
395 		break;
396 	case ETHTOOL_FEC_BASER:
397 		fec_type = IONIC_PORT_FEC_TYPE_FC;
398 		break;
399 	case ETHTOOL_FEC_AUTO:
400 	default:
401 		netdev_err(netdev, "FEC request 0x%04x not supported\n",
402 			   fec->fec);
403 		return -EINVAL;
404 	}
405 
406 	if (fec_type != lif->ionic->idev.port_info->config.fec_type) {
407 		mutex_lock(&lif->ionic->dev_cmd_lock);
408 		ionic_dev_cmd_port_fec(&lif->ionic->idev, fec_type);
409 		ret = ionic_dev_cmd_wait(lif->ionic, DEVCMD_TIMEOUT);
410 		mutex_unlock(&lif->ionic->dev_cmd_lock);
411 	}
412 
413 	return ret;
414 }
415 
416 static int ionic_get_coalesce(struct net_device *netdev,
417 			      struct ethtool_coalesce *coalesce,
418 			      struct kernel_ethtool_coalesce *kernel_coal,
419 			      struct netlink_ext_ack *extack)
420 {
421 	struct ionic_lif *lif = netdev_priv(netdev);
422 
423 	coalesce->tx_coalesce_usecs = lif->tx_coalesce_usecs;
424 	coalesce->rx_coalesce_usecs = lif->rx_coalesce_usecs;
425 
426 	if (test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state))
427 		coalesce->use_adaptive_tx_coalesce = test_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state);
428 	else
429 		coalesce->use_adaptive_tx_coalesce = 0;
430 
431 	coalesce->use_adaptive_rx_coalesce = test_bit(IONIC_LIF_F_RX_DIM_INTR, lif->state);
432 
433 	return 0;
434 }
435 
436 static int ionic_set_coalesce(struct net_device *netdev,
437 			      struct ethtool_coalesce *coalesce,
438 			      struct kernel_ethtool_coalesce *kernel_coal,
439 			      struct netlink_ext_ack *extack)
440 {
441 	struct ionic_lif *lif = netdev_priv(netdev);
442 	struct ionic_identity *ident;
443 	u32 rx_coal, rx_dim;
444 	u32 tx_coal, tx_dim;
445 	unsigned int i;
446 
447 	ident = &lif->ionic->ident;
448 	if (ident->dev.intr_coal_div == 0) {
449 		netdev_warn(netdev, "bad HW value in dev.intr_coal_div = %d\n",
450 			    ident->dev.intr_coal_div);
451 		return -EIO;
452 	}
453 
454 	/* Tx normally shares Rx interrupt, so only change Rx if not split */
455 	if (!test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state) &&
456 	    (coalesce->tx_coalesce_usecs != lif->rx_coalesce_usecs ||
457 	     coalesce->use_adaptive_tx_coalesce)) {
458 		netdev_warn(netdev, "only rx parameters can be changed\n");
459 		return -EINVAL;
460 	}
461 
462 	/* Convert the usec request to a HW usable value.  If they asked
463 	 * for non-zero and it resolved to zero, bump it up
464 	 */
465 	rx_coal = ionic_coal_usec_to_hw(lif->ionic, coalesce->rx_coalesce_usecs);
466 	if (!rx_coal && coalesce->rx_coalesce_usecs)
467 		rx_coal = 1;
468 	tx_coal = ionic_coal_usec_to_hw(lif->ionic, coalesce->tx_coalesce_usecs);
469 	if (!tx_coal && coalesce->tx_coalesce_usecs)
470 		tx_coal = 1;
471 
472 	if (rx_coal > IONIC_INTR_CTRL_COAL_MAX ||
473 	    tx_coal > IONIC_INTR_CTRL_COAL_MAX)
474 		return -ERANGE;
475 
476 	/* Save the new values */
477 	lif->rx_coalesce_usecs = coalesce->rx_coalesce_usecs;
478 	lif->rx_coalesce_hw = rx_coal;
479 
480 	if (test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state))
481 		lif->tx_coalesce_usecs = coalesce->tx_coalesce_usecs;
482 	else
483 		lif->tx_coalesce_usecs = coalesce->rx_coalesce_usecs;
484 	lif->tx_coalesce_hw = tx_coal;
485 
486 	if (coalesce->use_adaptive_rx_coalesce) {
487 		set_bit(IONIC_LIF_F_RX_DIM_INTR, lif->state);
488 		rx_dim = rx_coal;
489 	} else {
490 		clear_bit(IONIC_LIF_F_RX_DIM_INTR, lif->state);
491 		rx_dim = 0;
492 	}
493 
494 	if (coalesce->use_adaptive_tx_coalesce) {
495 		set_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state);
496 		tx_dim = tx_coal;
497 	} else {
498 		clear_bit(IONIC_LIF_F_TX_DIM_INTR, lif->state);
499 		tx_dim = 0;
500 	}
501 
502 	if (test_bit(IONIC_LIF_F_UP, lif->state)) {
503 		for (i = 0; i < lif->nxqs; i++) {
504 			if (lif->rxqcqs[i]->flags & IONIC_QCQ_F_INTR) {
505 				ionic_intr_coal_init(lif->ionic->idev.intr_ctrl,
506 						     lif->rxqcqs[i]->intr.index,
507 						     lif->rx_coalesce_hw);
508 				lif->rxqcqs[i]->intr.dim_coal_hw = rx_dim;
509 			}
510 
511 			if (lif->txqcqs[i]->flags & IONIC_QCQ_F_INTR) {
512 				ionic_intr_coal_init(lif->ionic->idev.intr_ctrl,
513 						     lif->txqcqs[i]->intr.index,
514 						     lif->tx_coalesce_hw);
515 				lif->txqcqs[i]->intr.dim_coal_hw = tx_dim;
516 			}
517 		}
518 	}
519 
520 	return 0;
521 }
522 
523 static int ionic_validate_cmb_config(struct ionic_lif *lif,
524 				     struct ionic_queue_params *qparam)
525 {
526 	int pages_have, pages_required = 0;
527 	unsigned long sz;
528 
529 	if (!lif->ionic->idev.cmb_inuse &&
530 	    (qparam->cmb_tx || qparam->cmb_rx)) {
531 		netdev_info(lif->netdev, "CMB rings are not supported on this device\n");
532 		return -EOPNOTSUPP;
533 	}
534 
535 	if (qparam->cmb_tx) {
536 		if (!(lif->qtype_info[IONIC_QTYPE_TXQ].features & IONIC_QIDENT_F_CMB)) {
537 			netdev_info(lif->netdev,
538 				    "CMB rings for tx-push are not supported on this device\n");
539 			return -EOPNOTSUPP;
540 		}
541 
542 		sz = sizeof(struct ionic_txq_desc) * qparam->ntxq_descs * qparam->nxqs;
543 		pages_required += ALIGN(sz, PAGE_SIZE) / PAGE_SIZE;
544 	}
545 
546 	if (qparam->cmb_rx) {
547 		if (!(lif->qtype_info[IONIC_QTYPE_RXQ].features & IONIC_QIDENT_F_CMB)) {
548 			netdev_info(lif->netdev,
549 				    "CMB rings for rx-push are not supported on this device\n");
550 			return -EOPNOTSUPP;
551 		}
552 
553 		sz = sizeof(struct ionic_rxq_desc) * qparam->nrxq_descs * qparam->nxqs;
554 		pages_required += ALIGN(sz, PAGE_SIZE) / PAGE_SIZE;
555 	}
556 
557 	pages_have = lif->ionic->bars[IONIC_PCI_BAR_CMB].len / PAGE_SIZE;
558 	if (pages_required > pages_have) {
559 		netdev_info(lif->netdev,
560 			    "Not enough CMB pages for number of queues and size of descriptor rings, need %d have %d",
561 			    pages_required, pages_have);
562 		return -ENOMEM;
563 	}
564 
565 	return pages_required;
566 }
567 
568 static int ionic_cmb_rings_toggle(struct ionic_lif *lif, bool cmb_tx, bool cmb_rx)
569 {
570 	struct ionic_queue_params qparam;
571 	int pages_used;
572 
573 	if (netif_running(lif->netdev)) {
574 		netdev_info(lif->netdev, "Please stop device to toggle CMB for tx/rx-push\n");
575 		return -EBUSY;
576 	}
577 
578 	ionic_init_queue_params(lif, &qparam);
579 	qparam.cmb_tx = cmb_tx;
580 	qparam.cmb_rx = cmb_rx;
581 	pages_used = ionic_validate_cmb_config(lif, &qparam);
582 	if (pages_used < 0)
583 		return pages_used;
584 
585 	if (cmb_tx)
586 		set_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state);
587 	else
588 		clear_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state);
589 
590 	if (cmb_rx)
591 		set_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state);
592 	else
593 		clear_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state);
594 
595 	if (cmb_tx || cmb_rx)
596 		netdev_info(lif->netdev, "Enabling CMB %s %s rings - %d pages\n",
597 			    cmb_tx ? "TX" : "", cmb_rx ? "RX" : "", pages_used);
598 	else
599 		netdev_info(lif->netdev, "Disabling CMB rings\n");
600 
601 	return 0;
602 }
603 
604 static void ionic_get_ringparam(struct net_device *netdev,
605 				struct ethtool_ringparam *ring,
606 				struct kernel_ethtool_ringparam *kernel_ring,
607 				struct netlink_ext_ack *extack)
608 {
609 	struct ionic_lif *lif = netdev_priv(netdev);
610 
611 	ring->tx_max_pending = IONIC_MAX_TX_DESC;
612 	ring->tx_pending = lif->ntxq_descs;
613 	ring->rx_max_pending = IONIC_MAX_RX_DESC;
614 	ring->rx_pending = lif->nrxq_descs;
615 	kernel_ring->tx_push = test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state);
616 	kernel_ring->rx_push = test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state);
617 }
618 
619 static int ionic_set_ringparam(struct net_device *netdev,
620 			       struct ethtool_ringparam *ring,
621 			       struct kernel_ethtool_ringparam *kernel_ring,
622 			       struct netlink_ext_ack *extack)
623 {
624 	struct ionic_lif *lif = netdev_priv(netdev);
625 	struct ionic_queue_params qparam;
626 	int err;
627 
628 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
629 		return -EBUSY;
630 
631 	ionic_init_queue_params(lif, &qparam);
632 
633 	if (ring->rx_mini_pending || ring->rx_jumbo_pending) {
634 		netdev_info(netdev, "Changing jumbo or mini descriptors not supported\n");
635 		return -EINVAL;
636 	}
637 
638 	if (!is_power_of_2(ring->tx_pending) ||
639 	    !is_power_of_2(ring->rx_pending)) {
640 		netdev_info(netdev, "Descriptor count must be a power of 2\n");
641 		return -EINVAL;
642 	}
643 
644 	/* if nothing to do return success */
645 	if (ring->tx_pending == lif->ntxq_descs &&
646 	    ring->rx_pending == lif->nrxq_descs &&
647 	    kernel_ring->tx_push == test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) &&
648 	    kernel_ring->rx_push == test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state))
649 		return 0;
650 
651 	qparam.ntxq_descs = ring->tx_pending;
652 	qparam.nrxq_descs = ring->rx_pending;
653 	qparam.cmb_tx = kernel_ring->tx_push;
654 	qparam.cmb_rx = kernel_ring->rx_push;
655 
656 	err = ionic_validate_cmb_config(lif, &qparam);
657 	if (err < 0)
658 		return err;
659 
660 	if (kernel_ring->tx_push != test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) ||
661 	    kernel_ring->rx_push != test_bit(IONIC_LIF_F_CMB_RX_RINGS, lif->state)) {
662 		err = ionic_cmb_rings_toggle(lif, kernel_ring->tx_push,
663 					     kernel_ring->rx_push);
664 		if (err < 0)
665 			return err;
666 	}
667 
668 	if (ring->tx_pending != lif->ntxq_descs)
669 		netdev_info(netdev, "Changing Tx ring size from %d to %d\n",
670 			    lif->ntxq_descs, ring->tx_pending);
671 
672 	if (ring->rx_pending != lif->nrxq_descs)
673 		netdev_info(netdev, "Changing Rx ring size from %d to %d\n",
674 			    lif->nrxq_descs, ring->rx_pending);
675 
676 	/* if we're not running, just set the values and return */
677 	if (!netif_running(lif->netdev)) {
678 		lif->ntxq_descs = ring->tx_pending;
679 		lif->nrxq_descs = ring->rx_pending;
680 		return 0;
681 	}
682 
683 	mutex_lock(&lif->queue_lock);
684 	err = ionic_reconfigure_queues(lif, &qparam);
685 	mutex_unlock(&lif->queue_lock);
686 	if (err)
687 		netdev_info(netdev, "Ring reconfiguration failed, changes canceled: %d\n", err);
688 
689 	return err;
690 }
691 
692 static void ionic_get_channels(struct net_device *netdev,
693 			       struct ethtool_channels *ch)
694 {
695 	struct ionic_lif *lif = netdev_priv(netdev);
696 
697 	/* report maximum channels */
698 	ch->max_combined = lif->ionic->ntxqs_per_lif;
699 	ch->max_rx = lif->ionic->ntxqs_per_lif / 2;
700 	ch->max_tx = lif->ionic->ntxqs_per_lif / 2;
701 
702 	/* report current channels */
703 	if (test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state)) {
704 		ch->rx_count = lif->nxqs;
705 		ch->tx_count = lif->nxqs;
706 	} else {
707 		ch->combined_count = lif->nxqs;
708 	}
709 }
710 
711 static int ionic_set_channels(struct net_device *netdev,
712 			      struct ethtool_channels *ch)
713 {
714 	struct ionic_lif *lif = netdev_priv(netdev);
715 	struct ionic_queue_params qparam;
716 	int max_cnt;
717 	int err;
718 
719 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
720 		return -EBUSY;
721 
722 	ionic_init_queue_params(lif, &qparam);
723 
724 	if (ch->rx_count != ch->tx_count) {
725 		netdev_info(netdev, "The rx and tx count must be equal\n");
726 		return -EINVAL;
727 	}
728 
729 	if (ch->combined_count && ch->rx_count) {
730 		netdev_info(netdev, "Use either combined or rx and tx, not both\n");
731 		return -EINVAL;
732 	}
733 
734 	max_cnt = lif->ionic->ntxqs_per_lif;
735 	if (ch->combined_count) {
736 		if (ch->combined_count > max_cnt)
737 			return -EINVAL;
738 
739 		if (test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state))
740 			netdev_info(lif->netdev, "Sharing queue interrupts\n");
741 		else if (ch->combined_count == lif->nxqs)
742 			return 0;
743 
744 		if (lif->nxqs != ch->combined_count)
745 			netdev_info(netdev, "Changing queue count from %d to %d\n",
746 				    lif->nxqs, ch->combined_count);
747 
748 		qparam.nxqs = ch->combined_count;
749 		qparam.intr_split = false;
750 	} else {
751 		max_cnt /= 2;
752 		if (ch->rx_count > max_cnt)
753 			return -EINVAL;
754 
755 		if (!test_bit(IONIC_LIF_F_SPLIT_INTR, lif->state))
756 			netdev_info(lif->netdev, "Splitting queue interrupts\n");
757 		else if (ch->rx_count == lif->nxqs)
758 			return 0;
759 
760 		if (lif->nxqs != ch->rx_count)
761 			netdev_info(netdev, "Changing queue count from %d to %d\n",
762 				    lif->nxqs, ch->rx_count);
763 
764 		qparam.nxqs = ch->rx_count;
765 		qparam.intr_split = true;
766 	}
767 
768 	err = ionic_validate_cmb_config(lif, &qparam);
769 	if (err < 0)
770 		return err;
771 
772 	/* if we're not running, just set the values and return */
773 	if (!netif_running(lif->netdev)) {
774 		lif->nxqs = qparam.nxqs;
775 
776 		if (qparam.intr_split) {
777 			set_bit(IONIC_LIF_F_SPLIT_INTR, lif->state);
778 		} else {
779 			clear_bit(IONIC_LIF_F_SPLIT_INTR, lif->state);
780 			lif->tx_coalesce_usecs = lif->rx_coalesce_usecs;
781 			lif->tx_coalesce_hw = lif->rx_coalesce_hw;
782 		}
783 		return 0;
784 	}
785 
786 	mutex_lock(&lif->queue_lock);
787 	err = ionic_reconfigure_queues(lif, &qparam);
788 	mutex_unlock(&lif->queue_lock);
789 	if (err)
790 		netdev_info(netdev, "Queue reconfiguration failed, changes canceled: %d\n", err);
791 
792 	return err;
793 }
794 
795 static int ionic_get_rxnfc(struct net_device *netdev,
796 			   struct ethtool_rxnfc *info, u32 *rules)
797 {
798 	struct ionic_lif *lif = netdev_priv(netdev);
799 	int err = 0;
800 
801 	switch (info->cmd) {
802 	case ETHTOOL_GRXRINGS:
803 		info->data = lif->nxqs;
804 		break;
805 	default:
806 		netdev_dbg(netdev, "Command parameter %d is not supported\n",
807 			   info->cmd);
808 		err = -EOPNOTSUPP;
809 	}
810 
811 	return err;
812 }
813 
814 static u32 ionic_get_rxfh_indir_size(struct net_device *netdev)
815 {
816 	struct ionic_lif *lif = netdev_priv(netdev);
817 
818 	return le16_to_cpu(lif->ionic->ident.lif.eth.rss_ind_tbl_sz);
819 }
820 
821 static u32 ionic_get_rxfh_key_size(struct net_device *netdev)
822 {
823 	return IONIC_RSS_HASH_KEY_SIZE;
824 }
825 
826 static int ionic_get_rxfh(struct net_device *netdev,
827 			  struct ethtool_rxfh_param *rxfh)
828 {
829 	struct ionic_lif *lif = netdev_priv(netdev);
830 	unsigned int i, tbl_sz;
831 
832 	if (rxfh->indir) {
833 		tbl_sz = le16_to_cpu(lif->ionic->ident.lif.eth.rss_ind_tbl_sz);
834 		for (i = 0; i < tbl_sz; i++)
835 			rxfh->indir[i] = lif->rss_ind_tbl[i];
836 	}
837 
838 	if (rxfh->key)
839 		memcpy(rxfh->key, lif->rss_hash_key, IONIC_RSS_HASH_KEY_SIZE);
840 
841 	rxfh->hfunc = ETH_RSS_HASH_TOP;
842 
843 	return 0;
844 }
845 
846 static int ionic_set_rxfh(struct net_device *netdev,
847 			  struct ethtool_rxfh_param *rxfh,
848 			  struct netlink_ext_ack *extack)
849 {
850 	struct ionic_lif *lif = netdev_priv(netdev);
851 
852 	if (rxfh->hfunc != ETH_RSS_HASH_NO_CHANGE &&
853 	    rxfh->hfunc != ETH_RSS_HASH_TOP)
854 		return -EOPNOTSUPP;
855 
856 	return ionic_lif_rss_config(lif, lif->rss_types,
857 				    rxfh->key, rxfh->indir);
858 }
859 
860 static int ionic_set_tunable(struct net_device *dev,
861 			     const struct ethtool_tunable *tuna,
862 			     const void *data)
863 {
864 	struct ionic_lif *lif = netdev_priv(dev);
865 
866 	switch (tuna->id) {
867 	case ETHTOOL_RX_COPYBREAK:
868 		lif->rx_copybreak = *(u32 *)data;
869 		break;
870 	default:
871 		return -EOPNOTSUPP;
872 	}
873 
874 	return 0;
875 }
876 
877 static int ionic_get_tunable(struct net_device *netdev,
878 			     const struct ethtool_tunable *tuna, void *data)
879 {
880 	struct ionic_lif *lif = netdev_priv(netdev);
881 
882 	switch (tuna->id) {
883 	case ETHTOOL_RX_COPYBREAK:
884 		*(u32 *)data = lif->rx_copybreak;
885 		break;
886 	default:
887 		return -EOPNOTSUPP;
888 	}
889 
890 	return 0;
891 }
892 
893 static int ionic_get_module_info(struct net_device *netdev,
894 				 struct ethtool_modinfo *modinfo)
895 
896 {
897 	struct ionic_lif *lif = netdev_priv(netdev);
898 	struct ionic_dev *idev = &lif->ionic->idev;
899 	struct ionic_xcvr_status *xcvr;
900 	struct sfp_eeprom_base *sfp;
901 
902 	xcvr = &idev->port_info->status.xcvr;
903 	sfp = (struct sfp_eeprom_base *) xcvr->sprom;
904 
905 	/* report the module data type and length */
906 	switch (sfp->phys_id) {
907 	case SFF8024_ID_SFP:
908 		modinfo->type = ETH_MODULE_SFF_8079;
909 		modinfo->eeprom_len = ETH_MODULE_SFF_8079_LEN;
910 		break;
911 	case SFF8024_ID_QSFP_8436_8636:
912 	case SFF8024_ID_QSFP28_8636:
913 		modinfo->type = ETH_MODULE_SFF_8436;
914 		modinfo->eeprom_len = ETH_MODULE_SFF_8436_LEN;
915 		break;
916 	default:
917 		netdev_info(netdev, "unknown xcvr type 0x%02x\n",
918 			    xcvr->sprom[0]);
919 		modinfo->type = 0;
920 		modinfo->eeprom_len = ETH_MODULE_SFF_8079_LEN;
921 		break;
922 	}
923 
924 	return 0;
925 }
926 
927 static int ionic_get_module_eeprom(struct net_device *netdev,
928 				   struct ethtool_eeprom *ee,
929 				   u8 *data)
930 {
931 	struct ionic_lif *lif = netdev_priv(netdev);
932 	struct ionic_dev *idev = &lif->ionic->idev;
933 	struct ionic_xcvr_status *xcvr;
934 	char tbuf[sizeof(xcvr->sprom)];
935 	int count = 10;
936 	u32 len;
937 
938 	/* The NIC keeps the module prom up-to-date in the DMA space
939 	 * so we can simply copy the module bytes into the data buffer.
940 	 */
941 	xcvr = &idev->port_info->status.xcvr;
942 	len = min_t(u32, sizeof(xcvr->sprom), ee->len);
943 
944 	do {
945 		memcpy(data, xcvr->sprom, len);
946 		memcpy(tbuf, xcvr->sprom, len);
947 
948 		/* Let's make sure we got a consistent copy */
949 		if (!memcmp(data, tbuf, len))
950 			break;
951 
952 	} while (--count);
953 
954 	if (!count)
955 		return -ETIMEDOUT;
956 
957 	return 0;
958 }
959 
960 static int ionic_get_ts_info(struct net_device *netdev,
961 			     struct ethtool_ts_info *info)
962 {
963 	struct ionic_lif *lif = netdev_priv(netdev);
964 	struct ionic *ionic = lif->ionic;
965 	__le64 mask;
966 
967 	if (!lif->phc || !lif->phc->ptp)
968 		return ethtool_op_get_ts_info(netdev, info);
969 
970 	info->phc_index = ptp_clock_index(lif->phc->ptp);
971 
972 	info->so_timestamping = SOF_TIMESTAMPING_TX_SOFTWARE |
973 				SOF_TIMESTAMPING_RX_SOFTWARE |
974 				SOF_TIMESTAMPING_SOFTWARE |
975 				SOF_TIMESTAMPING_TX_HARDWARE |
976 				SOF_TIMESTAMPING_RX_HARDWARE |
977 				SOF_TIMESTAMPING_RAW_HARDWARE;
978 
979 	/* tx modes */
980 
981 	info->tx_types = BIT(HWTSTAMP_TX_OFF) |
982 			 BIT(HWTSTAMP_TX_ON);
983 
984 	mask = cpu_to_le64(BIT_ULL(IONIC_TXSTAMP_ONESTEP_SYNC));
985 	if (ionic->ident.lif.eth.hwstamp_tx_modes & mask)
986 		info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_SYNC);
987 
988 	mask = cpu_to_le64(BIT_ULL(IONIC_TXSTAMP_ONESTEP_P2P));
989 	if (ionic->ident.lif.eth.hwstamp_tx_modes & mask)
990 		info->tx_types |= BIT(HWTSTAMP_TX_ONESTEP_P2P);
991 
992 	/* rx filters */
993 
994 	info->rx_filters = BIT(HWTSTAMP_FILTER_NONE) |
995 			   BIT(HWTSTAMP_FILTER_ALL);
996 
997 	mask = cpu_to_le64(IONIC_PKT_CLS_NTP_ALL);
998 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
999 		info->rx_filters |= BIT(HWTSTAMP_FILTER_NTP_ALL);
1000 
1001 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP1_SYNC);
1002 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1003 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V1_L4_SYNC);
1004 
1005 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP1_DREQ);
1006 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1007 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V1_L4_DELAY_REQ);
1008 
1009 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP1_ALL);
1010 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1011 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V1_L4_EVENT);
1012 
1013 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L4_SYNC);
1014 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1015 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L4_SYNC);
1016 
1017 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L4_DREQ);
1018 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1019 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L4_DELAY_REQ);
1020 
1021 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L4_ALL);
1022 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1023 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L4_EVENT);
1024 
1025 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L2_SYNC);
1026 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1027 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L2_SYNC);
1028 
1029 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L2_DREQ);
1030 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1031 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L2_DELAY_REQ);
1032 
1033 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_L2_ALL);
1034 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1035 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_L2_EVENT);
1036 
1037 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_SYNC);
1038 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1039 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_SYNC);
1040 
1041 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_DREQ);
1042 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1043 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_DELAY_REQ);
1044 
1045 	mask = cpu_to_le64(IONIC_PKT_CLS_PTP2_ALL);
1046 	if ((ionic->ident.lif.eth.hwstamp_rx_filters & mask) == mask)
1047 		info->rx_filters |= BIT(HWTSTAMP_FILTER_PTP_V2_EVENT);
1048 
1049 	return 0;
1050 }
1051 
1052 static int ionic_nway_reset(struct net_device *netdev)
1053 {
1054 	struct ionic_lif *lif = netdev_priv(netdev);
1055 	struct ionic *ionic = lif->ionic;
1056 	int err = 0;
1057 
1058 	if (test_bit(IONIC_LIF_F_FW_RESET, lif->state))
1059 		return -EBUSY;
1060 
1061 	/* flap the link to force auto-negotiation */
1062 
1063 	mutex_lock(&ionic->dev_cmd_lock);
1064 
1065 	ionic_dev_cmd_port_state(&ionic->idev, IONIC_PORT_ADMIN_STATE_DOWN);
1066 	err = ionic_dev_cmd_wait(ionic, DEVCMD_TIMEOUT);
1067 
1068 	if (!err) {
1069 		ionic_dev_cmd_port_state(&ionic->idev, IONIC_PORT_ADMIN_STATE_UP);
1070 		err = ionic_dev_cmd_wait(ionic, DEVCMD_TIMEOUT);
1071 	}
1072 
1073 	mutex_unlock(&ionic->dev_cmd_lock);
1074 
1075 	return err;
1076 }
1077 
1078 static const struct ethtool_ops ionic_ethtool_ops = {
1079 	.supported_coalesce_params = ETHTOOL_COALESCE_USECS |
1080 				     ETHTOOL_COALESCE_USE_ADAPTIVE_RX |
1081 				     ETHTOOL_COALESCE_USE_ADAPTIVE_TX,
1082 	.supported_ring_params = ETHTOOL_RING_USE_TX_PUSH |
1083 				 ETHTOOL_RING_USE_RX_PUSH,
1084 	.get_drvinfo		= ionic_get_drvinfo,
1085 	.get_regs_len		= ionic_get_regs_len,
1086 	.get_regs		= ionic_get_regs,
1087 	.get_link		= ethtool_op_get_link,
1088 	.get_link_ext_stats	= ionic_get_link_ext_stats,
1089 	.get_link_ksettings	= ionic_get_link_ksettings,
1090 	.set_link_ksettings	= ionic_set_link_ksettings,
1091 	.get_coalesce		= ionic_get_coalesce,
1092 	.set_coalesce		= ionic_set_coalesce,
1093 	.get_ringparam		= ionic_get_ringparam,
1094 	.set_ringparam		= ionic_set_ringparam,
1095 	.get_channels		= ionic_get_channels,
1096 	.set_channels		= ionic_set_channels,
1097 	.get_strings		= ionic_get_strings,
1098 	.get_ethtool_stats	= ionic_get_stats,
1099 	.get_sset_count		= ionic_get_sset_count,
1100 	.get_rxnfc		= ionic_get_rxnfc,
1101 	.get_rxfh_indir_size	= ionic_get_rxfh_indir_size,
1102 	.get_rxfh_key_size	= ionic_get_rxfh_key_size,
1103 	.get_rxfh		= ionic_get_rxfh,
1104 	.set_rxfh		= ionic_set_rxfh,
1105 	.get_tunable		= ionic_get_tunable,
1106 	.set_tunable		= ionic_set_tunable,
1107 	.get_module_info	= ionic_get_module_info,
1108 	.get_module_eeprom	= ionic_get_module_eeprom,
1109 	.get_pauseparam		= ionic_get_pauseparam,
1110 	.set_pauseparam		= ionic_set_pauseparam,
1111 	.get_fecparam		= ionic_get_fecparam,
1112 	.set_fecparam		= ionic_set_fecparam,
1113 	.get_ts_info		= ionic_get_ts_info,
1114 	.nway_reset		= ionic_nway_reset,
1115 };
1116 
1117 void ionic_ethtool_set_ops(struct net_device *netdev)
1118 {
1119 	netdev->ethtool_ops = &ionic_ethtool_ops;
1120 }
1121