linux/drivers/net/qlge
Ron Mercer b8facca01b qlge: Allow RX buf rings to be > than 4096 bytes.
RX buffer rings can be comprised of non-contiguous fixed
size chunks of memory. The ring is given to the hardware
as a pointer to a location that stores the location of
the queue.  If the queue is greater than 4096 bytes then
the hardware gets a list of said pointers.
This patch addes the necessary logic to generate the list if
the queue size exceeds 4096.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-06-11 02:37:05 -07:00
..
Makefile
qlge.h qlge: Allow RX buf rings to be > than 4096 bytes. 2009-06-11 02:37:05 -07:00
qlge_dbg.c qlge: Increase MAC addr hw sem granularity. 2009-02-24 23:50:00 -08:00
qlge_ethtool.c qlge: Add set TX csum ethtool op. 2009-06-10 01:04:15 -07:00
qlge_main.c qlge: Allow RX buf rings to be > than 4096 bytes. 2009-06-11 02:37:05 -07:00
qlge_mpi.c qlge: Add support for retrieving firmware version. 2009-06-10 01:04:08 -07:00