igb: move the tx and rx ring specific config into seperate functions
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 15:50:29 +0000 (15:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 08:20:20 +0000 (01:20 -0700)
commit85b430b47736d1f59e8f9efb0e47bc46aeb2b01d
tree24d97f367a97c9b863950bb1d929e28a4d597d97
parent7d95b7170eca3f95bad939fc9eb365b823c05e39
igb: move the tx and rx ring specific config into seperate functions

This change makes the tx and rx config a bit cleaner by breaking out the ring
specific configuration from the generic rx and tx configuration.

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/igb/igb.h
drivers/net/igb/igb_main.c