drivers/scsi/qedf/qedf_version.h

Source file repositories/reference/linux-study-clean/drivers/scsi/qedf/qedf_version.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/qedf/qedf_version.h
Extension
.h
Size
286 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#define QEDF_VERSION		"8.42.3.0"
#define QEDF_DRIVER_MAJOR_VER		8
#define QEDF_DRIVER_MINOR_VER		42
#define QEDF_DRIVER_REV_VER		3
#define QEDF_DRIVER_ENG_VER		0

Annotation

Implementation Notes