From: Alexander Duyck Date: Fri, 11 May 2012 08:32:55 +0000 (+0000) Subject: ixgbevf: Use igb style interrupt masks instead of ixgbe style X-Git-Tag: v3.6-rc1~125^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3600ebe252aa5fe782e9f9115c66c639f62ac0;p=pandora-kernel.git ixgbevf: Use igb style interrupt masks instead of ixgbe style The interrupt registers accessed in ixgbevf are more similar to the igb style registers than they are to the ixgbe style registers. As such we would be better off setting up the code for the EICS, EIMS, EICS, EIAM, and EIAC like we do in igb instead of ixgbe. Signed-off-by: Alexander Duyck Signed-off-by: Greg Rose Tested-by: Sibai Li Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed