linux/drivers/net/ethernet/intel/e1000e
Bruce Allan 6a92f732f5 e1000e: use default settings for Tx Inter Packet Gap timer
Use the default hardware values for TIPG except for 80003es2lan(*).  The
code that is removed in this patch is either unnecessarily writing the TIPG
register with the hardware default values for some devices (82571/2/3/4) or
writing the wrong value for others (ICH/PCH LOMs).  The only change in
functionality is setting the correct default TIPG for the latter devices.

(*) The correct value for 80003es2lan is already set properly in
e1000_init_hw_80003es2lan() and e1000_cfg_kmrn_{10_100|1000}_80003es2lan(),
and the unused flag FLAG_TIPG_MEDIUM_FOR_80003ESLAN is removed.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2012-01-25 23:13:08 -08:00
..
80003es2lan.c e1000e: use default settings for Tx Inter Packet Gap timer 2012-01-25 23:13:08 -08:00
82571.c
defines.h e1000e: add Receive Packet Steering (RPS) support 2012-01-25 23:11:55 -08:00
e1000.h e1000e: use default settings for Tx Inter Packet Gap timer 2012-01-25 23:13:08 -08:00
ethtool.c e1000e: re-factor ethtool get/set ring parameter 2012-01-25 23:12:29 -08:00
hw.h e1000e: convert head, tail and itr_register offsets to __iomem pointers 2012-01-25 23:12:13 -08:00
ich8lan.c e1000e: 82579: workaround for link drop issue 2012-01-25 23:12:59 -08:00
lib.c e1000e: re-enable alternate MAC address for all devices which support it 2012-01-25 23:12:06 -08:00
Makefile
netdev.c e1000e: use default settings for Tx Inter Packet Gap timer 2012-01-25 23:13:08 -08:00
param.c e1000e: default IntMode based on kernel config & available hardware support 2012-01-25 23:12:36 -08:00
phy.c