linux/drivers/net/igb
Jeff Kirsher d55b53fff0 igb/ixgbe/e1000e: resolve tx multiqueue bug
With the recent changes to tx mutiqueue, igb/ixgbe/e1000e was not calling
netif_tx_start_all_queues() before calling netif_tx_wake_all_queues().
This causes an issue during loading of the driver.

In addition, updated e1000e to use the updated tx mutliqueue api.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-07-18 04:33:03 -07:00
..
Makefile
e1000_82575.c igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
e1000_82575.h igb: add support for in kernel LRO 2008-07-11 01:20:32 -04:00
e1000_defines.h igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
e1000_hw.h igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
e1000_mac.c igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
e1000_mac.h igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
e1000_nvm.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_nvm.h
e1000_phy.c igb: eliminate hw from the hw_dbg macro arguments 2008-07-04 08:46:59 -04:00
e1000_phy.h
e1000_regs.h igb: add 82576 MAC support 2008-07-11 01:20:32 -04:00
igb.h igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. 2008-07-17 19:20:58 -07:00
igb_ethtool.c igb: Improve multiqueue AIM support 2008-07-11 01:20:33 -04:00
igb_main.c igb/ixgbe/e1000e: resolve tx multiqueue bug 2008-07-18 04:33:03 -07:00