OpenCloudOS-Kernel/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck 5f3600ebe2 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>
2012-07-17 03:07:18 -07:00
..
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
defines.h ixgbevf: Use igb style interrupt masks instead of ixgbe style 2012-07-17 03:07:18 -07:00
ethtool.c ixgbevf: Move Tx clean-up into NAPI context 2012-07-17 03:05:43 -07:00
ixgbevf.h ixgbevf: Use igb style interrupt masks instead of ixgbe style 2012-07-17 03:07:18 -07:00
ixgbevf_main.c ixgbevf: Use igb style interrupt masks instead of ixgbe style 2012-07-17 03:07:18 -07:00
mbx.c ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
regs.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
vf.c ixgbevf: Add support to recognize 100mb link speed 2012-05-03 02:36:07 -07:00
vf.h ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00