drivers/scsi/qla2xxx/qla_tmpl.h
Source file repositories/reference/linux-study-clean/drivers/scsi/qla2xxx/qla_tmpl.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/scsi/qla2xxx/qla_tmpl.h- Extension
.h- Size
- 4795 bytes
- Lines
- 246
- 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.
- 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
struct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packedstruct __packed
Annotated Snippet
struct __packed {
__le32 type;
__le32 size;
uint32_t reserved_1;
uint8_t capture_flags;
uint8_t reserved_2[2];
uint8_t driver_flags;
} hdr;
union __packed {
struct __packed {
} t0;
struct __packed {
} t255;
struct __packed {
__le32 base_addr;
uint8_t reg_width;
__le16 reg_count;
uint8_t pci_offset;
} t256;
struct __packed {
__le32 base_addr;
__le32 write_data;
uint8_t pci_offset;
uint8_t reserved[3];
} t257;
struct __packed {
__le32 base_addr;
uint8_t reg_width;
__le16 reg_count;
uint8_t pci_offset;
uint8_t banksel_offset;
uint8_t reserved[3];
__le32 bank;
} t258;
struct __packed {
__le32 base_addr;
__le32 write_data;
uint8_t reserved[2];
uint8_t pci_offset;
uint8_t banksel_offset;
__le32 bank;
} t259;
struct __packed {
uint8_t pci_offset;
uint8_t reserved[3];
} t260;
struct __packed {
uint8_t pci_offset;
uint8_t reserved[3];
__le32 write_data;
} t261;
struct __packed {
uint8_t ram_area;
uint8_t reserved[3];
__le32 start_addr;
__le32 end_addr;
} t262;
struct __packed {
uint32_t num_queues;
uint8_t queue_type;
uint8_t reserved[3];
} t263;
struct __packed {
uint32_t fce_trace_size;
uint64_t write_pointer;
uint64_t base_pointer;
uint32_t fce_enable_mb0;
uint32_t fce_enable_mb2;
uint32_t fce_enable_mb3;
uint32_t fce_enable_mb4;
uint32_t fce_enable_mb5;
uint32_t fce_enable_mb6;
} t264;
struct __packed {
} t265;
struct __packed {
} t266;
Annotation
- Detected declarations: `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`, `struct __packed`.
- Atlas domain: Driver Families / drivers/scsi.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.