linux-kernel-test/drivers/net/ixgbe
Don Skidmore dd4d8ca644 ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()
We were calling pci_enable_wake() twice in a row for both D3_hot
and D3_cold.  This replaces those calls with a call to pci_wake_from_d3()
to avoid issues with PCI PM vs ordering constraints.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-04-29 00:22:31 -07:00
..
ixgbe_82598.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-04-16 17:35:26 -07:00
ixgbe_82599.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-04-16 17:35:26 -07:00
ixgbe_common.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-04-16 17:35:26 -07:00
ixgbe_common.h ixgbe: Move the LED blink code to common, since 82599 also uses it 2009-04-11 01:43:12 -07:00
ixgbe_dcb_82598.c ixgbe: Allow Priority Flow Control settings to survive a device reset 2009-03-26 01:13:51 -07:00
ixgbe_dcb_82598.h ixgbe: Update copyright dates, bump the driver version number 2009-02-01 01:19:20 -08:00
ixgbe_dcb_82599.c ixgbe: Fix the DCB PFC thresholds for 82599 2009-04-17 01:16:28 -07:00
ixgbe_dcb_82599.h ixgbe: Add DCB for 82599, remove BCN support 2009-03-01 00:24:35 -08:00
ixgbe_dcb_nl.c ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control 2009-04-02 01:02:28 -07:00
ixgbe_dcb.c ixgbe: Add DCB for 82599, remove BCN support 2009-03-01 00:24:35 -08:00
ixgbe_dcb.h ixgbe: Add DCB for 82599, remove BCN support 2009-03-01 00:24:35 -08:00
ixgbe_ethtool.c ixgbe: enable HW RSC for 82599 2009-04-28 01:53:16 -07:00
ixgbe_main.c ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake() 2009-04-29 00:22:31 -07:00
ixgbe_phy.c ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599 2009-04-27 03:15:42 -07:00
ixgbe_phy.h ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modules 2009-04-11 02:48:01 -07:00
ixgbe_type.h ixgbe: enable HW RSC for 82599 2009-04-28 01:53:16 -07:00
ixgbe.h ixgbe: enable HW RSC for 82599 2009-04-28 01:53:16 -07:00
Makefile ixgbe: Add 82599 device id's, hook it up into the main driver. 2009-03-01 00:24:36 -08:00