android_kernel_xiaomi_sdm845/drivers/net/qlge
Ron Mercer 4545a3f276 qlge: Use one path to (re)fill rx buffers.
Currently there are two paths for filling rx buffer queues. One is
used during initialization and the other during runtime.  This patch
removes ql_alloc_sbq_buffers() and ql_alloc_lbq_buffers() and replaces
them with a call to the runtime functions ql_update_lbq() and
ql_update_sbq().

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-24 23:50:02 -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: Use one path to (re)fill rx buffers. 2009-02-24 23:50:02 -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