]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Move DMA Coalescing init code to separate function.
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Thu, 13 Oct 2011 17:29:59 +0000 (17:29 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 13:04:32 +0000 (21:04 +0800)
commita1392618f75ea5aa47eeec12f0c598bc2da4be12
tree043f2654a0cd81c65bfcae1c8ac4157ee24cd690
parentc093fdb358bb15c06ea12c6e543e8a931bc073fc
igb: Move DMA Coalescing init code to separate function.

This patch moves the DMA Coalescing feature initialization code from
igb_reset to a new function and replaces it with a call to the new
function.

(cherry picked from commit b6e0c419f040cee87813660bb4efd1fe43a8ebee)
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb_main.c