]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01c01cd00cfe6da8c73719fb170137ff757a24ba
tree24d97f367a97c9b863950bb1d929e28a4d597d97
parent9fa329aaf943b5ffff9fe3ab0e6ae36bd84859b2
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