File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
drivers/net/ethernet/intel/igc Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,8 @@ void igc_clear_hw_cntrs_base(struct igc_hw *hw)
307
307
rd32 (IGC_ICRXDMTC );
308
308
309
309
rd32 (IGC_RPTHC );
310
+ rd32 (IGC_TLPIC );
311
+ rd32 (IGC_RLPIC );
310
312
rd32 (IGC_HGPTC );
311
313
rd32 (IGC_HGORCL );
312
314
rd32 (IGC_HGORCH );
Original file line number Diff line number Diff line change 188
188
#define IGC_ICTXQEC 0x04118 /* Interrupt Cause Tx Queue Empty Count */
189
189
#define IGC_ICTXQMTC 0x0411C /* Interrupt Cause Tx Queue Min Thresh Count */
190
190
#define IGC_RPTHC 0x04104 /* Rx Packets To Host */
191
+ #define IGC_TLPIC 0x04148 /* EEE Tx LPI Count */
192
+ #define IGC_RLPIC 0x0414C /* EEE Rx LPI Count */
191
193
#define IGC_HGPTC 0x04118 /* Host Good Packets Tx Count */
192
194
#define IGC_RXDMTC 0x04120 /* Rx Descriptor Minimum Threshold Count */
193
195
#define IGC_HGORCL 0x04128 /* Host Good Octets Received Count Low */
You can’t perform that action at this time.
0 commit comments