[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1438674766-2179-1-git-send-email-corcodel.marian@gmail.com>
Date: Tue, 4 Aug 2015 10:52:46 +0300
From: Corcodel Marian <corcodel.marian@...il.com>
To: netdev@...r.kernel.org
Cc: Corcodel Marian <corcodel.marian@...il.com>
Subject: [PATCH ethtool ] Add new interrupt bit FEmp
Add new interrupt bit FEmp (Rx FIFO empty under FIFO full
Status Interrupt)
Signed-off-by: Corcodel Marian <corcodel.marian@...il.com>
---
realtek.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/realtek.c b/realtek.c
index e437466..a9185b2 100644
--- a/realtek.c
+++ b/realtek.c
@@ -229,6 +229,7 @@ print_intr_bits(u16 mask)
" %s%s%s%s%s%s%s%s%s%s%s\n",
mask & (1 << 15) ? "SERR " : "",
mask & (1 << 14) ? "TimeOut " : "",
+ mask & (1 << 9) ? "FEmp " : "",
mask & (1 << 8) ? "SWInt " : "",
mask & (1 << 7) ? "TxNoBuf " : "",
mask & (1 << 6) ? "RxFIFO " : "",
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists