Add support for the following ethtool commands: ethtool -i|--driver devname ethtool devname ethtool -s devname [speed N] [autoneg on|off] [advertise N] ethtool -S|--statistics devname Signed-off-by: Veerasenareddy Burru <vburru@marvell.com> Signed-off-by: Abhijit Ayarekar <aayarekar@marvell.com> Signed-off-by: Satananda Burla <sburla@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Network driver for Marvell's Octeon PCI Endpoint NIC
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEON_EP) += octeon_ep.o
|
|
|
|
octeon_ep-y := octep_main.o octep_cn9k_pf.o octep_tx.o octep_rx.o \
|
|
octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o
|