commit | 2f1860b8d94a4457e401895be6fc9b9ffa2c8b2c | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Aug 19 13:39:43 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 16:44:25 2010 -0700 |
tree | 42500d2c37b4328df2ed8aad69a3591b4f3e5068 | |
parent | a34bcfffae8ebbba9dcbacbc3de718cca66689dd [diff] |
ixgbe: pull all Tx init into ixgbe_configure_tx The Tx init was spread out over ixgbe_configure, ixgbe_configure_tx, and ixgbe_up_complete. This change combines all of that into the ixgbe_configure_tx function in order to simplify the Tx init path. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>