linux/drivers/staging/qlge
Benjamin Poirier 03a0e14bd8 staging: qlge: Deduplicate rx buffer queue management
The qlge driver (and device) uses two kinds of buffers for reception,
so-called "small buffers" and "large buffers". The two are arranged in
rings, the sbq and lbq. These two share similar data structures and code.

Factor out data structures into a common struct qlge_bq, make required
adjustments to code and dedup the most obvious cases of copy/paste.

This patch should not introduce any functional change other than to some of
the printk format strings.

Signed-off-by: Benjamin Poirier <bpoirier@suse.com>
Link: https://lore.kernel.org/r/20190927101210.23856-9-bpoirier@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-10-04 17:17:45 +02:00
..
Kconfig
Makefile
qlge_dbg.c staging: qlge: Deduplicate rx buffer queue management 2019-10-04 17:17:45 +02:00
qlge_ethtool.c
qlge_main.c staging: qlge: Deduplicate rx buffer queue management 2019-10-04 17:17:45 +02:00
qlge_mpi.c staging: qlge: Remove irq_cnt 2019-10-04 17:17:44 +02:00
qlge.h staging: qlge: Deduplicate rx buffer queue management 2019-10-04 17:17:45 +02:00
TODO