linux/drivers/net/ixgbe
Peter P Waskiewicz Jr 1da100bb47 ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()
netif_carrier_off() is sufficient to stop Tx into the driver.  Stopping the Tx
queues is redundant and unnecessary.  By the same token, netif_carrier_on()
will be sufficient to re-enable Tx, so waking the queues is unnecessary.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-01-19 16:55:03 -08:00
..
Makefile
ixgbe.h ixgbe: Implement PCIe AER support 2008-12-10 01:13:08 -08:00
ixgbe_82598.c drivers/net/ixgbe: fix sparse warnings: make symbols static 2008-12-26 00:03:59 -08:00
ixgbe_common.c
ixgbe_common.h
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_dcb_82598.c drivers/net/ixgbe: fix sparse warnings: make symbols static 2008-12-26 00:03:59 -08:00
ixgbe_dcb_82598.h
ixgbe_dcb_nl.c ixgbe: Fix NAPI enable/disable path when using DCB 2008-12-26 01:36:05 -08:00
ixgbe_ethtool.c ixgbe: Fix set_ringparam in ixgbe to use the same memory pools. 2008-12-26 01:36:33 -08:00
ixgbe_main.c ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}() 2009-01-19 16:55:03 -08:00
ixgbe_phy.c
ixgbe_phy.h
ixgbe_type.h ixgbe: fix dca issue with relaxed ordering turned on 2009-01-19 16:54:13 -08:00