mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
igc: Remove obsolete circuit breaker registers
Part of circuit breaker registers is obsolete and not applicable for i225 device. This patch comes to clean up these registers. 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>
This commit is contained in:
committed by
Jeff Kirsher
parent
49ee3c2ab5
commit
3b5fc88f78
@@ -307,12 +307,8 @@ void igc_clear_hw_cntrs_base(struct igc_hw *hw)
|
||||
rd32(IGC_ICTXQMTC);
|
||||
rd32(IGC_ICRXDMTC);
|
||||
|
||||
rd32(IGC_CBTMPC);
|
||||
rd32(IGC_HTDPMC);
|
||||
rd32(IGC_CBRMPC);
|
||||
rd32(IGC_RPTHC);
|
||||
rd32(IGC_HGPTC);
|
||||
rd32(IGC_HTCBDPC);
|
||||
rd32(IGC_HGORCL);
|
||||
rd32(IGC_HGORCH);
|
||||
rd32(IGC_HGOTCL);
|
||||
|
||||
Reference in New Issue
Block a user