Skip to content

Commit 281380a

Browse files
aneftinJeff Kirsher
authored andcommitted
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 <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent d1fe569 commit 281380a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/ethernet/intel/igc/igc_regs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124
#define IGC_MMDAC 13 /* MMD Access Control */
125125
#define IGC_MMDAAD 14 /* MMD Access Address/Data */
126126

127-
/* Good transmitted packets counter registers */
128-
#define IGC_PQGPTC(_n) (0x010014 + (0x100 * (_n)))
129-
130127
/* Statistics Register Descriptions */
131128
#define IGC_CRCERRS 0x04000 /* CRC Error Count - R/clr */
132129
#define IGC_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */

0 commit comments

Comments
 (0)