Common code shared between Wangxun's Linux Ethernet NIC drivers, factored out so that the gigabit (ngbe) and 10-gigabit (txgbe) chip drivers can reuse register definitions, hardware setup routines, and other plumbing. It does not control hardware by itself; it only exists to support the sibling driver modules.
This is not actually a driver directory; it is a shared helper library used internally by Wangxun's Ethernet drivers (such as ngbe and txgbe) to hold common code. It is built and pulled in by those drivers rather than binding to hardware on its own, so it falls outside the scope of driver-by-driver removal decisions.
repository signals
20files
12,617source lines
140commits, 5y
+13,644 / −1,019lines added / removed, 5y
20authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 140 total · active in 35/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: vendor-internal helper library subtree (`libwx`) under Wangxun Ethernet drivers, not a standalone kernel-bound device driver.