From: Alexander Duyck Date: Thu, 19 Aug 2010 13:35:41 +0000 (+0000) Subject: ixgbe: consolidate all setting of MRQC into one function X-Git-Tag: v2.6.37-rc1~147^2~774 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05abb126c148b081ee9da5a611960e2a80205ea2;p=pandora-kernel.git ixgbe: consolidate all setting of MRQC into one function This change simplifies the configuration of MRQC by consolidating the setting of it into one function. As such the register is no longer set in multiple places which should make any future changes easier to work with. In addition we can combine RSS related register writes into the call since enabling all of those bits without enabling RSS itself in MRQC should have no effect. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed