]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: combine Rx into into ixgbe_configure_rx
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:40:06 +0000 (13:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:44:26 +0000 (16:44 -0700)
commit9e10e045f8223e09f2c70cd6849ff86803d50c88
treef22af24923e1d62d030947a066d4d607c1fe45b5
parent2f1860b8d94a4457e401895be6fc9b9ffa2c8b2c
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>
drivers/net/ixgbe/ixgbe_main.c