diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2011-01-06 15:29:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-10 08:44:09 +0100 |
commit | 77996d1d4c1cf0059f5c2d1cea9d5135ac1b8c91 (patch) | |
tree | 0cdb5515487f49e7e6f09d5ce8a8c7831d727ee2 /drivers/net/e1000e/hw.h | |
parent | e1000e: power off PHY after reset when interface is down (diff) | |
download | linux-77996d1d4c1cf0059f5c2d1cea9d5135ac1b8c91.tar.xz linux-77996d1d4c1cf0059f5c2d1cea9d5135ac1b8c91.zip |
e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574
82574 needs to configure Low Power Link Up (or LPLU) differently than
the other parts in the 8257x family supported by the driver.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/e1000e/hw.h')
-rw-r--r-- | drivers/net/e1000e/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000e/hw.h b/drivers/net/e1000e/hw.h index ba302a5c2c30..e774380c7cec 100644 --- a/drivers/net/e1000e/hw.h +++ b/drivers/net/e1000e/hw.h @@ -83,6 +83,7 @@ enum e1e_registers { E1000_EXTCNF_CTRL = 0x00F00, /* Extended Configuration Control */ E1000_EXTCNF_SIZE = 0x00F08, /* Extended Configuration Size */ E1000_PHY_CTRL = 0x00F10, /* PHY Control Register in CSR */ +#define E1000_POEMB E1000_PHY_CTRL /* PHY OEM Bits */ E1000_PBA = 0x01000, /* Packet Buffer Allocation - RW */ E1000_PBS = 0x01008, /* Packet Buffer Size */ E1000_EEMNGCTL = 0x01010, /* MNG EEprom Control */ |