Emulex SLI helper library for the elx Fibre Channel stack
A shared internal helper library used by Emulex's elx Fibre Channel HBA support code, providing common SLI (Service Level Interface) command and queue handling routines that the actual Emulex driver builds on top of.
This is not a standalone driver but a support library tucked under drivers/scsi/elx that other Emulex Fibre Channel code links against. It has no device probe of its own and only exists to be consumed by the sibling driver, so it should not be evaluated for removal in isolation.
repository signals
2files
9,287source lines
15commits, 5y
+9,322 / −35lines added / removed, 5y
9authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 8/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: internal Emulex/efc SLI helper library subdirectory under drivers/scsi/elx, with no standalone driver entry point in this directory.