summaryrefslogtreecommitdiff
path: root/ethtool-util.h
diff options
context:
space:
mode:
authorNicholas Nunley <nicholas.d.nunley@intel.com>2006-09-19 11:27:35 -0700
committerJeff Garzik <jeff@garzik.org>2006-09-19 15:05:33 -0400
commitfb522ac8e761a669c88e03a9e23b4204a36217c7 (patch)
tree5c11fff6ccb52bcd992210523449ee130c96e026 /ethtool-util.h
parent5860312ac4ae67da856df19b31bd26ada6927955 (diff)
downloadethtool-fb522ac8e761a669c88e03a9e23b4204a36217c7.tar.gz
[PATCH] ethtool: add ixgb register dump support
This adds support for dumping ixgb registers in readable format. Signed-off-by: Nicholas Nunley <nicholas.d.nunley@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool-util.h')
-rw-r--r--ethtool-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ethtool-util.h b/ethtool-util.h
index 52c43bf..0e6fce2 100644
--- a/ethtool-util.h
+++ b/ethtool-util.h
@@ -42,6 +42,9 @@ int fec_8xx_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
/* PowerPC 4xx on-chip Ethernet controller */
int ibm_emac_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+/* Intel(R) PRO/10GBe Gigabit Adapter Family */
+int ixgb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
+
/* Broadcom Tigon3 Ethernet controller */
int tg3_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);