android_kernel_xiaomi_sdm845/drivers/net/igb
Alexander Duyck 46544258de igb: update napi polling to consolidate function and return correct values
igb is currently not returning the correct values for napi.  In addition it
is doing more work than necessary since it will not exit polling until
work_done is equal to zero.

This patch makes the following changes:
1.  Consolidates msi-x and non-msi polling routines.
2.  Corrects return values for polling routines.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-20 00:22:52 -08:00
..
e1000_82575.c igb: update version number and copyright dates 2009-02-07 02:43:17 -08:00
e1000_82575.h igb: remove unused defines 2009-02-15 23:59:44 -08:00
e1000_defines.h igb: remove unused defines 2009-02-15 23:59:44 -08:00
e1000_hw.h igb: transition driver to only using advanced descriptors 2009-02-16 00:00:20 -08:00
e1000_mac.c igb: update version number and copyright dates 2009-02-07 02:43:17 -08:00
e1000_mac.h igb: remove unused defines 2009-02-15 23:59:44 -08:00
e1000_nvm.c igb: update version number and copyright dates 2009-02-07 02:43:17 -08:00
e1000_nvm.h igb: PCI-Express 82575 Gigabit Ethernet driver 2008-01-28 15:10:33 -08:00
e1000_phy.c igb: remove unused defines 2009-02-15 23:59:44 -08:00
e1000_phy.h igb: update version number and copyright dates 2009-02-07 02:43:17 -08:00
e1000_regs.h igb: remove unused defines 2009-02-15 23:59:44 -08:00
igb_ethtool.c igb: transition driver to only using advanced descriptors 2009-02-16 00:00:20 -08:00
igb_main.c igb: update napi polling to consolidate function and return correct values 2009-02-20 00:22:52 -08:00
igb.h igb: transition driver to only using advanced descriptors 2009-02-16 00:00:20 -08:00
Makefile igb: update version number and copyright dates 2009-02-07 02:43:17 -08:00