aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/hw.h
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2012-12-05 03:40:59 -0500
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2013-01-18 07:54:49 -0500
commit203e41514a557b71c4c42b4bb2912b56fa0c2fdc (patch)
tree956d6ab42a9eee23a0e0f9ec391b836ba7aa2b4c /drivers/net/ethernet/intel/e1000e/hw.h
parent887c95cc1da53f66a5890fdeab13414613010097 (diff)
e1000e: add ethtool .get_eee/.set_eee
Add the ability to query and set Energy Efficient Ethernet parameters via ethtool for applicable devices. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e/hw.h')
-rw-r--r--drivers/net/ethernet/intel/e1000e/hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/hw.h b/drivers/net/ethernet/intel/e1000e/hw.h
index 06239fe47db1..81afad5b80f2 100644
--- a/drivers/net/ethernet/intel/e1000e/hw.h
+++ b/drivers/net/ethernet/intel/e1000e/hw.h
@@ -62,6 +62,7 @@ enum e1e_registers {
62 E1000_IVAR = 0x000E4, /* Interrupt Vector Allocation - RW */ 62 E1000_IVAR = 0x000E4, /* Interrupt Vector Allocation - RW */
63 E1000_EITR_82574_BASE = 0x000E8, /* Interrupt Throttling - RW */ 63 E1000_EITR_82574_BASE = 0x000E8, /* Interrupt Throttling - RW */
64#define E1000_EITR_82574(_n) (E1000_EITR_82574_BASE + (_n << 2)) 64#define E1000_EITR_82574(_n) (E1000_EITR_82574_BASE + (_n << 2))
65 E1000_LPIC = 0x000FC, /* Low Power Idle Control - RW */
65 E1000_RCTL = 0x00100, /* Rx Control - RW */ 66 E1000_RCTL = 0x00100, /* Rx Control - RW */
66 E1000_FCTTV = 0x00170, /* Flow Control Transmit Timer Value - RW */ 67 E1000_FCTTV = 0x00170, /* Flow Control Transmit Timer Value - RW */
67 E1000_TXCW = 0x00178, /* Tx Configuration Word - RW */ 68 E1000_TXCW = 0x00178, /* Tx Configuration Word - RW */