linux_dsm_epyc7002/drivers/net/ethernet/qualcomm
Timur Tabi 038b9404d4 net: qcom/emac: add ethtool support for setting ring parameters
Implement the set_ringparam method, which allows the user to specify
the size of the TX and RX descriptor rings.  The values are constrained
to the limits of the hardware.

Since the driver does not use separate queues for mini or jumbo frames,
attempts to set those values are rejected.

If the interface is already running when the setting is changed, then
the interface is reset.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-09 17:09:19 -05:00
..
emac net: qcom/emac: add ethtool support for setting ring parameters 2017-02-09 17:09:19 -05:00
Kconfig ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM 2016-10-06 21:13:03 -04:00
Makefile net: emac: emac gigabit ethernet controller driver 2016-09-01 23:32:05 -07:00
qca_7k.c
qca_7k.h
qca_debug.c
qca_debug.h
qca_framing.c
qca_framing.h ethernet: use core min/max MTU checking 2016-10-18 11:34:22 -04:00
qca_spi.c ethernet: use core min/max MTU checking 2016-10-18 11:34:22 -04:00
qca_spi.h