QLogic QLA3022/QLA3032 (ISP3XXX) Gigabit Ethernet NICs
An early-2000s family of QLogic PCI/PCI-X Gigabit Ethernet network cards based on the ISP4022 and ISP4032 chips, the latter adding IPv6 offload. They shipped in servers and storage appliances of that era and were superseded long ago by QLogic's later 10/25GbE FastLinQ adapters, now sold under the Marvell brand.
recommendation
A candidate for future removal because the hardware dates to 2003-2006, only two PCI IDs are supported, and the only recent code changes are sweeping treewide cleanups (a 2024 workqueue API conversion and a 2026 kmalloc cleanup touching hundreds of files) rather than any device-specific work. QLogic's modern Ethernet line under Marvell is the FastLinQ 41000-series, leaving QLA3xxx as a legacy holdout with little sign of active users, though no formal removal patch is yet in flight.
repository signals
sources
- lore.kernel.org
A 2024 qla3xxx touch was a one-line treewide workqueue API conversion, indicating maintenance rather than active device development.
- lore.kernel.org
The newest 2026 qla3xxx touch is part of a 415-file treewide kmalloc cleanup, not device-specific work or renewed maintainer attention.
- cateee.net
LKDDb maps CONFIG_QLA3XXX/qla3xxx to only PCI IDs 1077:3022 and 1077:3032, naming them ISP4022-based Ethernet NIC and ISP4032-based Ethernet IPv6 NIC.
- codebrowser.dev
The in-tree driver identifies itself as the QLogic QLA3xxx/ISP3XXX NIC driver and carries a 2003-2006 QLogic copyright header, consistent with very old PCI/PCI-X-era hardware.
- marvell.com
Current Marvell/QLogic-branded Ethernet products marketed in 2025 are FastLinQ 41000-series 10/25GbE NICs, not QLA3xxx-class adapters.
codex reasoning notes (technical)
Local shell inspection (`rg`, `sed`) showed this root directory's direct driver is `qla3xxx.c`, with Kconfig naming 'QLogic QLA3XXX Network Driver Support' and PCI IDs QL3022/QL3032. `lore_file_timeline` for `drivers/net/ethernet/qlogic/qla3xxx.c` showed recent activity dominated by treewide API churn/cleanups through 2026 and no obvious removal subject in returned events; a follow-up `lore_regex` timed out, so I did not retry the same query. Web search/open provided LKDDb for exact supported hardware and codebrowser/Marvell product pages for hardware vintage and current-market context. Conclusion: legacy hardware, probably still present only in small legacy/industrial/server holdouts, with enough build-fix traffic to avoid immediate removal but little evidence of real ongoing use or feature work.