summaryrefslogtreecommitdiff
path: root/ixgbe.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-1/+1
ethtool-util.h contains all kinds of declarations, not just utility functions or macros. ethtool-bitops.h contains just a few extra definitions, and its only user also includes ethtool-util.h. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-10-08ethtool: fix flow control register dump for 82599 and newerEmil Tantilov1-9/+129
Fix reporting of the flow control settings in the register dump for ixgbe. Use MFLCN for 82599 and X540 HW instead of FCTRL. This patch also adds the ability to check for mac type. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2009-03-06igb, ixgbe: Trim trailing whitespace.Jeff Garzik1-6/+6
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2007-09-13ethtool: add register dump support for intel 82598 chipsets (ixgbe driver)Nicholas Nunley1-0/+1017
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>