2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08:00
linux-next/drivers/net/qlge
Ron Mercer 49f2186d36 qlge: Optimize rx buffer refill process.
RX Buffers are refilled in chunks of 16 at a time before notifying the
hardware with a register write.  This can cause several writes to take
place in a given napi poll call.  This change causes the write to take place
only once at the end of the call.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-24 23:50:01 -08:00
..
Makefile qlge: New Qlogic 10Gb Ethernet Driver. 2008-09-18 11:56:28 -04:00
qlge_dbg.c qlge: Increase MAC addr hw sem granularity. 2009-02-24 23:50:00 -08:00
qlge_ethtool.c qlge: Fix sparse warnings for byte swapping in qlge_ethool.c 2009-01-05 18:17:33 -08:00
qlge_main.c qlge: Optimize rx buffer refill process. 2009-02-24 23:50:01 -08:00
qlge_mpi.c drivers/net/qlge: fix sparse warnings: make symbols static 2008-12-26 00:04:53 -08:00
qlge.h qlge: bugfix: Fix endian issue when reading flash. 2009-02-02 13:53:57 -08:00