ixgbevf: Use igb style interrupt masks instead of ixgbe style
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 11 May 2012 08:32:55 +0000 (08:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 17 Jul 2012 10:07:18 +0000 (03:07 -0700)
commit5f3600ebe252aa5fe782e9f9115c66c639f62ac0
tree8d6e909f1f46095bdff0892330b15e9b714c67d4
parentfa71ae270a9af0ee3a1bd605d008f750371cfc1f
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 <alexander.h.duyck@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/defines.h
drivers/net/ethernet/intel/ixgbevf/ixgbevf.h
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c