lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ