ixgbe: pull ring configuration into it's own function
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:36:05 +0000 (13:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:40:51 +0000 (16:40 -0700)
commitacd37177cc2e034ecb6cbb784a8b998229fa85c4
tree775e9f9bdda2aaefca76f180e5828c1cf05a838c
parent05abb126c148b081ee9da5a611960e2a80205ea2
ixgbe: pull ring configuration into it's own function

These changes add ixgbe_configure_rx_ring which is used to setup the base
function pointers for the ring.

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