netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ethtool ] Add new interrupt bit FEmp
@ 2015-08-04  7:52 Corcodel Marian
  0 siblings, 0 replies; only message in thread
From: Corcodel Marian @ 2015-08-04  7:52 UTC (permalink / raw)
  To: netdev; +Cc: Corcodel Marian

   Add new interrupt bit FEmp (Rx FIFO empty under FIFO full
 Status Interrupt)


Signed-off-by: Corcodel Marian <corcodel.marian@gmail.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-04  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  7:52 [PATCH ethtool ] Add new interrupt bit FEmp Corcodel Marian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).