linux/drivers/net/benet
Ajit Khaparde d053de911b be2net: fix a bug in UE detection logic
The ONLINE registers can return 0xFFFFFFFF on more than one
occassion. On systems that care, reading these registers could
lead to problems.

So the new code decides that the ASIC has encountered and error
by reading the UE_STATUS_LOW/HIGH registers. AND them with
the mask values and a non-zero result indicates an error.

Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-03 09:52:46 -07:00
..
be_cmds.c be2net: fix a bug in UE detection logic 2010-09-03 09:52:46 -07:00
be_cmds.h be2net: fix a bug in UE detection logic 2010-09-03 09:52:46 -07:00
be_ethtool.c be2net: fix net-snmp error because of wrong packet stats 2010-09-03 09:52:45 -07:00
be_hw.h be2net: fix net-snmp error because of wrong packet stats 2010-09-03 09:52:45 -07:00
be_main.c be2net: fix a bug in UE detection logic 2010-09-03 09:52:46 -07:00
be.h be2net: fix net-snmp error because of wrong packet stats 2010-09-03 09:52:45 -07:00
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile