commit | 9e10e045f8223e09f2c70cd6849ff86803d50c88 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Thu Aug 19 13:40:06 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 19 16:44:26 2010 -0700 |
tree | f22af24923e1d62d030947a066d4d607c1fe45b5 | |
parent | 2f1860b8d94a4457e401895be6fc9b9ffa2c8b2c [diff] |
ixgbe: combine Rx into into ixgbe_configure_rx The Rx init is currently split over ixgbe_configure, ixgbe_configure_rx, and ixgbe_up_complete. Instead of leaving it split over 3 function it is easier to consolidate them all into ixgbe_configure_rx. 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>