A new defines is added to indicate if EEE LPI entries
has been observed on Tx and Rx path.

Signed-off-by: Sasha Neftin <sasha.nef...@intel.com>
Signed-off-by: Guinan Sun <guinanx....@intel.com>
---
 drivers/net/e1000/base/e1000_hw.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/e1000/base/e1000_hw.h 
b/drivers/net/e1000/base/e1000_hw.h
index f9fd90e61..cf6b55172 100644
--- a/drivers/net/e1000/base/e1000_hw.h
+++ b/drivers/net/e1000/base/e1000_hw.h
@@ -605,6 +605,8 @@ struct e1000_hw_stats {
        u64 o2bspc;
        u64 b2ospc;
        u64 b2ogprc;
+       u64 tlpic;
+       u64 rlpic;
 };
 
 struct e1000_vf_stats {
-- 
2.17.1

Reply via email to