diff options
author | Sasha Neftin <sasha.neftin@intel.com> | 2020-04-22 13:46:47 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2020-05-21 16:18:56 -0700 |
commit | 281380a6fd8a202635c484c5ac978c468c006cbd (patch) | |
tree | 71d5d9f906ec8697fb94cbd571aa6fcadc3ab015 /drivers/net/ethernet/intel/igc | |
parent | d1fe569f517e8ee402f5faac28e65c3a72790d0e (diff) | |
download | kernel_replicant_linux-281380a6fd8a202635c484c5ac978c468c006cbd.tar.gz kernel_replicant_linux-281380a6fd8a202635c484c5ac978c468c006cbd.tar.bz2 kernel_replicant_linux-281380a6fd8a202635c484c5ac978c468c006cbd.zip |
igc: Remove per queue good transmited counter register
Per queue good transmitted packet counter not applicable for i225 device.
This patch comes to clean up this register.
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
-rw-r--r-- | drivers/net/ethernet/intel/igc/igc_regs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_regs.h b/drivers/net/ethernet/intel/igc/igc_regs.h index 79bd104363ed..7f999cfc9b39 100644 --- a/drivers/net/ethernet/intel/igc/igc_regs.h +++ b/drivers/net/ethernet/intel/igc/igc_regs.h @@ -124,9 +124,6 @@ #define IGC_MMDAC 13 /* MMD Access Control */ #define IGC_MMDAAD 14 /* MMD Access Address/Data */ -/* Good transmitted packets counter registers */ -#define IGC_PQGPTC(_n) (0x010014 + (0x100 * (_n))) - /* Statistics Register Descriptions */ #define IGC_CRCERRS 0x04000 /* CRC Error Count - R/clr */ #define IGC_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */ |