summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2012-10-30 21:57:23 +0000
committerBen Hutchings <bhutchings@solarflare.com>2012-11-08 19:23:54 +0000
commit08f7d492eb1de6f47313c6a9bcb07f32f1695513 (patch)
treeabbea8acf818bdfb9665a8dcf2ce0dfdb55f0a3f /internal.h
parent963faa0063e89bfd0d807b3c25fcb0723541a045 (diff)
downloadethtool-08f7d492eb1de6f47313c6a9bcb07f32f1695513.tar.gz
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 <mark.einon@gmail.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 3 insertions, 0 deletions
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);