drivers/scsi/lpfc/lpfc_version.h

Source file repositories/reference/linux-study-clean/drivers/scsi/lpfc/lpfc_version.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/lpfc/lpfc_version.h
Extension
.h
Size
1967 bytes
Lines
38
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 LPFC_DRIVER_VERSION "15.0.0.0"
#define LPFC_DRIVER_NAME		"lpfc"

/* Used for SLI 2/3 */
#define LPFC_SP_DRIVER_HANDLER_NAME	"lpfc:sp"
#define LPFC_FP_DRIVER_HANDLER_NAME	"lpfc:fp"

/* Used for SLI4 */
#define LPFC_DRIVER_HANDLER_NAME	"lpfc:"

#define LPFC_MODULE_DESC "Emulex LightPulse Fibre Channel SCSI driver " \
		LPFC_DRIVER_VERSION
#define LPFC_COPYRIGHT "Copyright (C) 2017-2026 Broadcom. All Rights " \
		"Reserved. The term \"Broadcom\" refers to Broadcom Inc. " \
		"and/or its subsidiaries."

Annotation

Implementation Notes