drivers/scsi/qedi/qedi_dbg.h

Source file repositories/reference/linux-study-clean/drivers/scsi/qedi/qedi_dbg.h

File Facts

System
Linux kernel
Corpus path
drivers/scsi/qedi/qedi_dbg.h
Extension
.h
Size
4013 bytes
Lines
127
Domain
Driver Families
Bucket
drivers/scsi
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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

const struct file_operations *fops);
void qedi_dbg_host_exit(struct qedi_dbg_ctx *qedi);
void qedi_dbg_init(char *drv_name);
void qedi_dbg_exit(void);

#endif /* _QEDI_DBG_H_ */

Annotation

Implementation Notes