From 08f7d492eb1de6f47313c6a9bcb07f32f1695513 Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Tue, 30 Oct 2012 21:57:23 +0000 Subject: ethtool: Support et131x registers in -d The et131x register set contains useful details of RX/TX queues for the device. This dumps them with the -d option. Signed-off-by: Mark Einon Signed-off-by: Ben Hutchings --- internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index deb7868..4f96fd5 100644 --- a/internal.h +++ b/internal.h @@ -238,6 +238,9 @@ int st_mac100_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); int st_gmac_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); +/* Et131x ethernet controller */ +int et131x_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs); + /* Rx flow classification */ int rxclass_parse_ruleopts(struct cmd_context *ctx, struct ethtool_rx_flow_spec *fsp); -- cgit v1.2.1