linux/drivers/net/benet
Sathya Perla 7a1e9b2059 be2net: don't rearm mcc cq when device is not open
When an MCC cmd is issued (via a netdev/ethtool op)
while the device is not open, the MCC CQ gets processed but the EQ
is not processed (as isr is not registered.) This can cause the EQ
to become full. So, while the device is not open, CQ must not be re-armed
to prevent EQ entries.

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-17 13:35:39 -08:00
..
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile
be.h be2net: don't rearm mcc cq when device is not open 2010-02-17 13:35:39 -08:00
be_cmds.c be2net: don't rearm mcc cq when device is not open 2010-02-17 13:35:39 -08:00
be_cmds.h be2net: don't rearm mcc cq when device is not open 2010-02-17 13:35:39 -08:00
be_ethtool.c be2net: bug fix in be_read_eeprom 2010-02-12 12:28:00 -08:00
be_hw.h be2net: bug fix for flashing the BladeEngine3 ASIC 2010-02-12 12:27:57 -08:00
be_main.c be2net: don't rearm mcc cq when device is not open 2010-02-17 13:35:39 -08:00